#D08275

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

Shades of New York Pink #D08275

Tints of New York Pink #D08275

Color information

#D08275 (or 0xD08275) is unknown color: approx New York Pink. HEX triplet: D0, 82 and 75. RGB value is (208,130,117). Sum of RGB (Red+Green+Blue) = 208+130+117=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D08275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08275 is #2F7D8A. Grayscale: #979797. Windows color (decimal): -3112331 or 7701200. OLE color: 7701200.

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

Color convert

RGB208130117-
CMYK00.380.440.18
HSL8.57º49.19%63.73%-
HSV(B)8.57º43.75%81.57%-
XYZ37.2130.6620.79-
YUV151.84108.34168.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=45.71%
G=28.57%
B=25.71%

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
Decimal20813011700.380.440.188.5749.1963.73
HexD082750262C1293140
Octal32020216504654221161100
Binary1101000010000010111010101001101011001001010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08275; }

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

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

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

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

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

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

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

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