Html Css Color HEX #D88478 New York Pink

📋 copy color: '#D88478'

red 216 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #D88478

Tints of New York Pink #D88478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

 BLUE value IS 120 (47.27% from 255) = 25.64%

R = 46.15%
G = 28.21%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D88478 (or 0xD88478) is known color: New York Pink. HEX triplet: D8, 84 and 78. RGB value is (216,132,120). Sum of RGB (Red+Green+Blue) = 216+132+120=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D88478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88478 is #277B87. Grayscale: #9B9B9B. Windows color (decimal): -2587528 or 7898328. OLE color: 7898328.

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

Color convert

RGB 216 132 120 -
CMYK 0 0.39 0.44 0.15
HSL 7.5º 0.55% 0.66% -
HSV(B) 7.5º 0.44% 0.85% -
XYZ 39.96 32.46 21.93 -
YUV 155.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 216 132 120 0 0.39 0.44 0.15 7.5 0.55 0.66
Hex D8 84 78 0 27 2C F 8 37 42
Octal 330 204 170 0 47 54 17 10 67 102
Binary 11011000 10000100 1111000 0 100111 101100 1111 1000 110111 1000010

Color Harmonies of #D88478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88478

Black with #D88478

Text Example


Text Example

White with #D88478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88478; }

 p { color: rgb(216,132,120); }

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

background-color css

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

 a { background-color: rgb(216,132,120); }

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

border-color css

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

 span { border-color: rgb(216,132,120); }

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