Shades of New York Pink #D08574
Tints of New York Pink #D08574
RGB
CMYK
RGB Variations
Color information
#D08574 (or 0xD08574) is known color: New York Pink. HEX triplet: D0, 85 and 74. RGB value is (208,133,116). Sum of RGB (Red+Green+Blue) = 208+133+116=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D08574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08574 is #2F7A8B. Grayscale: #999999. Windows color (decimal): -3111564 or 7636432. OLE color: 7636432.
HSL color Cylindrical-coordinate representation of color #D08574: hue angle of 11.09º 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 #D08574 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 116 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.18 |
| HSL | 11.09º | 0.49% | 0.64% | - |
| HSV(B) | 11.09º | 0.44% | 0.82% | - |
| XYZ | 37.55 | 31.45 | 20.61 | - |
| YUV | 153.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 116 | 0 | 0.36 | 0.44 | 0.18 | 11.09 | 0.49 | 0.64 |
| Hex | D0 | 85 | 74 | 0 | 24 | 2C | 12 | B | 31 | 40 |
| Octal | 320 | 205 | 164 | 0 | 44 | 54 | 22 | 13 | 61 | 100 |
| Binary | 11010000 | 10000101 | 1110100 | 0 | 100100 | 101100 | 10010 | 1011 | 110001 | 1000000 |
Color Harmonies of #D08574
Complementary color
Monochromatic Colors of #D08574
Black with #D08574
Text Example
Text Example
White with #D08574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08574; }
p { color: rgb(208,133,116); }
H1.HeaderClassName
{
color: #D08574;
}
.AnyTagClassName
{
color: #D08574;
}
</style>
background-color css
<style>
a { background-color: #D08574; }
a { background-color: rgb(208,133,116); }
div.DivClassName
{
background-color: #D08574;
}
.BgClassName
{
background-color: #D08574;
}
</style>
border-color css
<style>
span { border-color: #D08574; }
span { border-color: rgb(208,133,116); }
td.TdClassName
{
border-color: #D08574;
}
.TagClassName
{
border-color: #D08574;
}
</style>