#DB8270

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

Shades of New York Pink #DB8270

Tints of New York Pink #DB8270

Color information

#DB8270 (or 0xDB8270) is unknown color: approx New York Pink. HEX triplet: DB, 82 and 70. RGB value is (219,130,112). Sum of RGB (Red+Green+Blue) = 219+130+112=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8270 is #247D8F. Grayscale: #9A9A9A. Windows color (decimal): -2391440 or 7373531. OLE color: 7373531.

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

Color convert

RGB219130112-
CMYK00.410.490.14
HSL10.09º59.78%64.9%-
HSV(B)10.09º48.86%85.88%-
XYZ40.1232.219.43-
YUV154.56103.99173.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.51%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=47.51%
G=28.20%
B=24.30%

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
Decimal21913011200.410.490.1410.0959.7864.9
HexDB827002931Ea3c41
Octal33320216005161161274101
Binary110110111000001011100000101001110001111010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8270; }

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

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

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

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

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

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

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

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