Shades of New York Pink #D98574
Tints of New York Pink #D98574
RGB
CMYK
RGB Variations
Color information
#D98574 (or 0xD98574) is known color: New York Pink. HEX triplet: D9, 85 and 74. RGB value is (217,133,116). Sum of RGB (Red+Green+Blue) = 217+133+116=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D98574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98574 is #267A8B. Grayscale: #9C9C9C. Windows color (decimal): -2521740 or 7636441. OLE color: 7636441.
HSL color Cylindrical-coordinate representation of color #D98574: hue angle of 10.1º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D98574 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 116 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.15 |
| HSL | 10.1º | 0.57% | 0.65% | - |
| HSV(B) | 10.1º | 0.47% | 0.85% | - |
| XYZ | 40.16 | 32.79 | 20.74 | - |
| YUV | 156.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 116 | 0 | 0.39 | 0.47 | 0.15 | 10.1 | 0.57 | 0.65 |
| Hex | D9 | 85 | 74 | 0 | 27 | 2F | F | A | 39 | 41 |
| Octal | 331 | 205 | 164 | 0 | 47 | 57 | 17 | 12 | 71 | 101 |
| Binary | 11011001 | 10000101 | 1110100 | 0 | 100111 | 101111 | 1111 | 1010 | 111001 | 1000001 |
Color Harmonies of #D98574
Complementary color
Monochromatic Colors of #D98574
Black with #D98574
Text Example
Text Example
White with #D98574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98574; }
p { color: rgb(217,133,116); }
H1.HeaderClassName
{
color: #D98574;
}
.AnyTagClassName
{
color: #D98574;
}
</style>
background-color css
<style>
a { background-color: #D98574; }
a { background-color: rgb(217,133,116); }
div.DivClassName
{
background-color: #D98574;
}
.BgClassName
{
background-color: #D98574;
}
</style>
border-color css
<style>
span { border-color: #D98574; }
span { border-color: rgb(217,133,116); }
td.TdClassName
{
border-color: #D98574;
}
.TagClassName
{
border-color: #D98574;
}
</style>