#DB8778

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

Shades of New York Pink #DB8778

Tints of New York Pink #DB8778

Color information

#DB8778 (or 0xDB8778) is unknown color: approx New York Pink. HEX triplet: DB, 87 and 78. RGB value is (219,135,120). Sum of RGB (Red+Green+Blue) = 219+135+120=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8778 is #247887. Grayscale: #9E9E9E. Windows color (decimal): -2390152 or 7899099. OLE color: 7899099.

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

Color convert

RGB219135120-
CMYK00.380.450.14
HSL9.09º57.89%66.47%-
HSV(B)9.09º45.21%85.88%-
XYZ41.2733.7422.11-
YUV158.41106.33171.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=46.20%
G=28.48%
B=25.32%

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
Decimal21913512000.380.450.149.0957.8966.47
HexDB87780262DE93a42
Octal33320717004655161172102
Binary110110111000011111110000100110101101111010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8778; }

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

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

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

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

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

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

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

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