#D98878

Color #D98878 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D98878

Tints of New York Pink #D98878

Color information

#D98878 (or 0xD98878) is unknown color: approx New York Pink. HEX triplet: D9, 88 and 78. RGB value is (217,136,120). Sum of RGB (Red+Green+Blue) = 217+136+120=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D98878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98878 is #267787. Grayscale: #9E9E9E. Windows color (decimal): -2520968 or 7899353. OLE color: 7899353.

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

Color convert

RGB217136120-
CMYK00.370.450.15
HSL9.9º56.07%66.08%-
HSV(B)9.9º44.7%85.1%-
XYZ40.8133.7222.13-
YUV158.39106.34169.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=45.88%
G=28.75%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713612000.370.450.159.956.0766.08
HexD988780252DFa3842
Octal33121017004555171270102
Binary110110011000100011110000100101101101111110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98878; }

 p { color: rgb(217,136,120); }

 H1.HeaderClassName
 {
   color: #D98878;
 }
 .AnyTagClassName
 {
   color: #D98878;
 }
</style>
background-color css

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

 a { background-color: rgb(217,136,120); }

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

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

 span { border-color: rgb(217,136,120); }

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