Shades of New York Pink #D08573
Tints of New York Pink #D08573
RGB
CMYK
RGB Variations
Color information
#D08573 (or 0xD08573) is known color: New York Pink. HEX triplet: D0, 85 and 73. RGB value is (208,133,115). Sum of RGB (Red+Green+Blue) = 208+133+115=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08573 is #2F7A8C. Grayscale: #999999. Windows color (decimal): -3111565 or 7570896. OLE color: 7570896.
HSL color Cylindrical-coordinate representation of color #D08573: hue angle of 11.61º 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 #D08573 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 115 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.18 |
| HSL | 11.61º | 0.5% | 0.63% | - |
| HSV(B) | 11.61º | 0.45% | 0.82% | - |
| XYZ | 37.49 | 31.42 | 20.31 | - |
| YUV | 153.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 115 | 0 | 0.36 | 0.45 | 0.18 | 11.61 | 0.5 | 0.63 |
| Hex | D0 | 85 | 73 | 0 | 24 | 2D | 12 | C | 32 | 3F |
| Octal | 320 | 205 | 163 | 0 | 44 | 55 | 22 | 14 | 62 | 77 |
| Binary | 11010000 | 10000101 | 1110011 | 0 | 100100 | 101101 | 10010 | 1100 | 110010 | 111111 |
Color Harmonies of #D08573
Complementary color
Monochromatic Colors of #D08573
Black with #D08573
Text Example
Text Example
White with #D08573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08573; }
p { color: rgb(208,133,115); }
H1.HeaderClassName
{
color: #D08573;
}
.AnyTagClassName
{
color: #D08573;
}
</style>
background-color css
<style>
a { background-color: #D08573; }
a { background-color: rgb(208,133,115); }
div.DivClassName
{
background-color: #D08573;
}
.BgClassName
{
background-color: #D08573;
}
</style>
border-color css
<style>
span { border-color: #D08573; }
span { border-color: rgb(208,133,115); }
td.TdClassName
{
border-color: #D08573;
}
.TagClassName
{
border-color: #D08573;
}
</style>