Html Css Color HEX #D88375 New York Pink

📋 copy color: '#D88375'

red 216 ◦ green 131 ◦ blue 117

#D88375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D88375

Tints of New York Pink #D88375

RGB

 RED value IS 216 (84.77% from 255) = 46.55%

 GREEN value IS 131 (51.56% from 255) = 28.23%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 46.55%
G = 28.23%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D88375 (or 0xD88375) is known color: New York Pink. HEX triplet: D8, 83 and 75. RGB value is (216,131,117). Sum of RGB (Red+Green+Blue) = 216+131+117=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D88375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88375 is #277C8A. Grayscale: #9A9A9A. Windows color (decimal): -2587787 or 7701464. OLE color: 7701464.

HSL color Cylindrical-coordinate representation of color #D88375: hue angle of 8.48º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D88375 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 117 -
CMYK 0 0.39 0.46 0.15
HSL 8.48º 0.56% 0.65% -
HSV(B) 8.48º 0.46% 0.85% -
XYZ 39.65 32.12 20.94 -
YUV 154.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 216 131 117 0 0.39 0.46 0.15 8.48 0.56 0.65
Hex D8 83 75 0 27 2E F 8 38 41
Octal 330 203 165 0 47 56 17 10 70 101
Binary 11011000 10000011 1110101 0 100111 101110 1111 1000 111000 1000001

Color Harmonies of #D88375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88375

Black with #D88375

Text Example


Text Example

White with #D88375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88375; }

 p { color: rgb(216,131,117); }

 H1.HeaderClassName
 {
   color: #D88375;
 }
 .AnyTagClassName
 {
   color: #D88375;
 }
</style>

background-color css

<style>
 a { background-color: #D88375; }

 a { background-color: rgb(216,131,117); }

 div.DivClassName
 {
   background-color: #D88375;
 }
 .BgClassName
 {
   background-color: #D88375;
 }
</style>

border-color css

<style>
 span { border-color: #D88375; }

 span { border-color: rgb(216,131,117); }

 td.TdClassName
 {
   border-color: #D88375;
 }
 .TagClassName
 {
   border-color: #D88375;
 }
</style>