#DB8878

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

Shades of New York Pink #DB8878

Tints of New York Pink #DB8878

Color information

#DB8878 (or 0xDB8878) is unknown color: approx New York Pink. HEX triplet: DB, 88 and 78. RGB value is (219,136,120). Sum of RGB (Red+Green+Blue) = 219+136+120=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8878 is #247787. Grayscale: #9F9F9F. Windows color (decimal): -2389896 or 7899355. OLE color: 7899355.

HSL color Cylindrical-coordinate representation of color #DB8878: hue angle of 9.7º 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 #DB8878 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB219136120-
CMYK00.380.450.14
HSL9.7º57.89%66.47%-
HSV(B)9.7º45.21%85.88%-
XYZ41.4134.0222.15-
YUV158.99106170.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=46.11%
G=28.63%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913612000.380.450.149.757.8966.47
HexDB88780262DEa3a42
Octal33321017004655161272102
Binary110110111000100011110000100110101101111010101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8878; }

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

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

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

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

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

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

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

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