#D08171

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

Shades of New York Pink #D08171

Tints of New York Pink #D08171

Color information

#D08171 (or 0xD08171) is unknown color: approx New York Pink. HEX triplet: D0, 81 and 71. RGB value is (208,129,113). Sum of RGB (Red+Green+Blue) = 208+129+113=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D08171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08171 is #2F7E8E. Grayscale: #969696. Windows color (decimal): -3112591 or 7438800. OLE color: 7438800.

HSL color Cylindrical-coordinate representation of color #D08171: hue angle of 10.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D08171 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB208129113-
CMYK00.380.460.18
HSL10.11º50.26%62.94%-
HSV(B)10.11º45.67%81.57%-
XYZ36.8430.319.53-
YUV150.8106.67168.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.22%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=46.22%
G=28.67%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812911300.380.460.1810.1150.2662.94
HexD081710262E12a323f
Octal3202011610465622126277
Binary110100001000000111100010100110101110100101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08171; }

 p { color: rgb(208,129,113); }

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

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

 a { background-color: rgb(208,129,113); }

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

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

 span { border-color: rgb(208,129,113); }

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