#DB8279

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

Shades of New York Pink #DB8279

Tints of New York Pink #DB8279

Color information

#DB8279 (or 0xDB8279) is unknown color: approx New York Pink. HEX triplet: DB, 82 and 79. RGB value is (219,130,121). Sum of RGB (Red+Green+Blue) = 219+130+121=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8279 is #247D86. Grayscale: #9B9B9B. Windows color (decimal): -2391431 or 7963355. OLE color: 7963355.

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

Color convert

RGB219130121-
CMYK00.410.450.14
HSL5.51º57.65%66.67%-
HSV(B)5.51º44.75%85.88%-
XYZ40.6532.4122.2-
YUV155.58108.49173.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.60%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=46.60%
G=27.66%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913012100.410.450.145.5157.6566.67
HexDB82790292DE63a43
Octal3332021710515516672103
Binary11011011100000101111001010100110110111101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8279; }

 p { color: rgb(219,130,121); }

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

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

 a { background-color: rgb(219,130,121); }

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

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

 span { border-color: rgb(219,130,121); }

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