Shades of New York Pink #D08273
Tints of New York Pink #D08273
RGB
CMYK
RGB Variations
Color information
#D08273 (or 0xD08273) is known color: New York Pink. HEX triplet: D0, 82 and 73. RGB value is (208,130,115). Sum of RGB (Red+Green+Blue) = 208+130+115=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D08273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08273 is #2F7D8C. Grayscale: #979797. Windows color (decimal): -3112333 or 7570128. OLE color: 7570128.
HSL color Cylindrical-coordinate representation of color #D08273: hue angle of 9.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08273 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 115 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.18 |
| HSL | 9.68º | 0.5% | 0.63% | - |
| HSV(B) | 9.68º | 0.45% | 0.82% | - |
| XYZ | 37.09 | 30.61 | 20.17 | - |
| YUV | 151.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 115 | 0 | 0.38 | 0.45 | 0.18 | 9.68 | 0.5 | 0.63 |
| Hex | D0 | 82 | 73 | 0 | 26 | 2D | 12 | A | 32 | 3F |
| Octal | 320 | 202 | 163 | 0 | 46 | 55 | 22 | 12 | 62 | 77 |
| Binary | 11010000 | 10000010 | 1110011 | 0 | 100110 | 101101 | 10010 | 1010 | 110010 | 111111 |
Color Harmonies of #D08273
Complementary color
Monochromatic Colors of #D08273
Black with #D08273
Text Example
Text Example
White with #D08273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08273; }
p { color: rgb(208,130,115); }
H1.HeaderClassName
{
color: #D08273;
}
.AnyTagClassName
{
color: #D08273;
}
</style>
background-color css
<style>
a { background-color: #D08273; }
a { background-color: rgb(208,130,115); }
div.DivClassName
{
background-color: #D08273;
}
.BgClassName
{
background-color: #D08273;
}
</style>
border-color css
<style>
span { border-color: #D08273; }
span { border-color: rgb(208,130,115); }
td.TdClassName
{
border-color: #D08273;
}
.TagClassName
{
border-color: #D08273;
}
</style>