#DB8472

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

Shades of New York Pink #DB8472

Tints of New York Pink #DB8472

Color information

#DB8472 (or 0xDB8472) is unknown color: approx New York Pink. HEX triplet: DB, 84 and 72. RGB value is (219,132,114). Sum of RGB (Red+Green+Blue) = 219+132+114=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8472 is #247B8D. Grayscale: #9C9C9C. Windows color (decimal): -2390926 or 7505115. OLE color: 7505115.

HSL color Cylindrical-coordinate representation of color #DB8472: hue angle of 10.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8472 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB219132114-
CMYK00.400.480.14
HSL10.29º59.32%65.29%-
HSV(B)10.29º47.95%85.88%-
XYZ40.532.7820.11-
YUV155.96104.32172.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=47.10%
G=28.39%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913211400.400.480.1410.2959.3265.29
HexDB847202830Ea3b41
Octal33320416205060161273101
Binary110110111000010011100100101000110000111010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8472; }

 p { color: rgb(219,132,114); }

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

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

 a { background-color: rgb(219,132,114); }

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

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

 span { border-color: rgb(219,132,114); }

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