#D08177

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

Shades of New York Pink #D08177

Tints of New York Pink #D08177

Color information

#D08177 (or 0xD08177) is unknown color: approx New York Pink. HEX triplet: D0, 81 and 77. RGB value is (208,129,119). Sum of RGB (Red+Green+Blue) = 208+129+119=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08177 is #2F7E88. Grayscale: #979797. Windows color (decimal): -3112585 or 7832016. OLE color: 7832016.

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

Color convert

RGB208129119-
CMYK00.380.430.18
HSL6.74º48.63%64.12%-
HSV(B)6.74º42.79%81.57%-
XYZ37.1930.4421.37-
YUV151.48109.67168.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=45.61%
G=28.29%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812911900.380.430.186.7448.6364.12
HexD081770262B1273140
Octal3202011670465322761100
Binary110100001000000111101110100110101011100101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08177; }

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

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

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

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

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

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

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

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