#DB8870

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

Shades of New York Pink #DB8870

Tints of New York Pink #DB8870

Color information

#DB8870 (or 0xDB8870) is unknown color: approx New York Pink. HEX triplet: DB, 88 and 70. RGB value is (219,136,112). Sum of RGB (Red+Green+Blue) = 219+136+112=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8870 is #24778F. Grayscale: #9E9E9E. Windows color (decimal): -2389904 or 7375067. OLE color: 7375067.

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

Color convert

RGB219136112-
CMYK00.380.490.14
HSL13.46º59.78%64.9%-
HSV(B)13.46º48.86%85.88%-
XYZ40.9433.8419.7-
YUV158.08102171.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=46.90%
G=29.12%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913611200.380.490.1413.4659.7864.9
HexDB887002631Ed3c41
Octal33321016004661161574101
Binary110110111000100011100000100110110001111011011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8870; }

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

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

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

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

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

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

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

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