#D08175

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

Shades of New York Pink #D08175

Tints of New York Pink #D08175

Color information

#D08175 (or 0xD08175) is unknown color: approx New York Pink. HEX triplet: D0, 81 and 75. RGB value is (208,129,117). Sum of RGB (Red+Green+Blue) = 208+129+117=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D08175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08175 is #2F7E8A. Grayscale: #979797. Windows color (decimal): -3112587 or 7700944. OLE color: 7700944.

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

Color convert

RGB208129117-
CMYK00.380.440.18
HSL7.91º49.19%63.73%-
HSV(B)7.91º43.75%81.57%-
XYZ37.0730.3920.74-
YUV151.25108.67168.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.81%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=45.81%
G=28.41%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812911700.380.440.187.9149.1963.73
HexD081750262C1283140
Octal32020116504654221061100
Binary1101000010000001111010101001101011001001010001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08175; }

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

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

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

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

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

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

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

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