#DB8978

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

Shades of New York Pink #DB8978

Tints of New York Pink #DB8978

Color information

#DB8978 (or 0xDB8978) is unknown color: approx New York Pink. HEX triplet: DB, 89 and 78. RGB value is (219,137,120). Sum of RGB (Red+Green+Blue) = 219+137+120=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8978 is #247687. Grayscale: #9F9F9F. Windows color (decimal): -2389640 or 7899611. OLE color: 7899611.

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

Color convert

RGB219137120-
CMYK00.370.450.14
HSL10.3º57.89%66.47%-
HSV(B)10.3º45.21%85.88%-
XYZ41.5534.3122.2-
YUV159.58105.67170.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.01%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=46.01%
G=28.78%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913712000.370.450.1410.357.8966.47
HexDB89780252DEa3a42
Octal33321117004555161272102
Binary110110111000100111110000100101101101111010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8978; }

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

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

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

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

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

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

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

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