Shades of New York Pink #D98273
Tints of New York Pink #D98273
RGB
CMYK
RGB Variations
Color information
#D98273 (or 0xD98273) is known color: New York Pink. HEX triplet: D9, 82 and 73. RGB value is (217,130,115). Sum of RGB (Red+Green+Blue) = 217+130+115=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D98273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98273 is #267D8C. Grayscale: #9A9A9A. Windows color (decimal): -2522509 or 7570137. OLE color: 7570137.
HSL color Cylindrical-coordinate representation of color #D98273: hue angle of 8.82º 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 #D98273 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 115 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.15 |
| HSL | 8.82º | 0.57% | 0.65% | - |
| HSV(B) | 8.82º | 0.47% | 0.85% | - |
| XYZ | 39.69 | 31.95 | 20.3 | - |
| YUV | 154.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 115 | 0 | 0.40 | 0.47 | 0.15 | 8.82 | 0.57 | 0.65 |
| Hex | D9 | 82 | 73 | 0 | 28 | 2F | F | 9 | 39 | 41 |
| Octal | 331 | 202 | 163 | 0 | 50 | 57 | 17 | 11 | 71 | 101 |
| Binary | 11011001 | 10000010 | 1110011 | 0 | 101000 | 101111 | 1111 | 1001 | 111001 | 1000001 |
Color Harmonies of #D98273
Complementary color
Monochromatic Colors of #D98273
Black with #D98273
Text Example
Text Example
White with #D98273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98273; }
p { color: rgb(217,130,115); }
H1.HeaderClassName
{
color: #D98273;
}
.AnyTagClassName
{
color: #D98273;
}
</style>
background-color css
<style>
a { background-color: #D98273; }
a { background-color: rgb(217,130,115); }
div.DivClassName
{
background-color: #D98273;
}
.BgClassName
{
background-color: #D98273;
}
</style>
border-color css
<style>
span { border-color: #D98273; }
span { border-color: rgb(217,130,115); }
td.TdClassName
{
border-color: #D98273;
}
.TagClassName
{
border-color: #D98273;
}
</style>