#D88978

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

Shades of New York Pink #D88978

Tints of New York Pink #D88978

Color information

#D88978 (or 0xD88978) is unknown color: approx New York Pink. HEX triplet: D8, 89 and 78. RGB value is (216,137,120). Sum of RGB (Red+Green+Blue) = 216+137+120=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D88978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88978 is #277687. Grayscale: #9E9E9E. Windows color (decimal): -2586248 or 7899608. OLE color: 7899608.

HSL color Cylindrical-coordinate representation of color #D88978: hue angle of 10.63º 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 #D88978 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216137120-
CMYK00.370.440.15
HSL10.63º55.17%65.88%-
HSV(B)10.63º44.44%84.71%-
XYZ40.6533.8522.16-
YUV158.68106.17168.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=45.67%
G=28.96%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613712000.370.440.1510.6355.1765.88
HexD889780252CFb3742
Octal33021117004554171367102
Binary110110001000100111110000100101101100111110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88978; }

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

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

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

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

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

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

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

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