#DB8170

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

Shades of New York Pink #DB8170

Tints of New York Pink #DB8170

Color information

#DB8170 (or 0xDB8170) is unknown color: approx New York Pink. HEX triplet: DB, 81 and 70. RGB value is (219,129,112). Sum of RGB (Red+Green+Blue) = 219+129+112=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8170 is #247E8F. Grayscale: #9A9A9A. Windows color (decimal): -2391696 or 7373275. OLE color: 7373275.

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

Color convert

RGB219129112-
CMYK00.410.490.14
HSL9.53º59.78%64.9%-
HSV(B)9.53º48.86%85.88%-
XYZ39.9931.9319.38-
YUV153.97104.32174.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=47.61%
G=28.04%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912911200.410.490.149.5359.7864.9
HexDB817002931Ea3c41
Octal33320116005161161274101
Binary110110111000000111100000101001110001111010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8170; }

 p { color: rgb(219,129,112); }

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

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

 a { background-color: rgb(219,129,112); }

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

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

 span { border-color: rgb(219,129,112); }

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