Shades of New York Pink #D97868
Tints of New York Pink #D97868
RGB
CMYK
RGB Variations
Color information
#D97868 (or 0xD97868) is known color: New York Pink. HEX triplet: D9, 78 and 68. RGB value is (217,120,104). Sum of RGB (Red+Green+Blue) = 217+120+104=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D97868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97868 is #268797. Grayscale: #939393. Windows color (decimal): -2525080 or 6846681. OLE color: 6846681.
HSL color Cylindrical-coordinate representation of color #D97868: hue angle of 8.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D97868 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 104 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.15 |
| HSL | 8.5º | 0.6% | 0.63% | - |
| HSV(B) | 8.5º | 0.52% | 0.85% | - |
| XYZ | 37.83 | 29.18 | 16.74 | - |
| YUV | 147.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 104 | 0 | 0.45 | 0.52 | 0.15 | 8.5 | 0.6 | 0.63 |
| Hex | D9 | 78 | 68 | 0 | 2D | 34 | F | 8 | 3C | 3F |
| Octal | 331 | 170 | 150 | 0 | 55 | 64 | 17 | 10 | 74 | 77 |
| Binary | 11011001 | 1111000 | 1101000 | 0 | 101101 | 110100 | 1111 | 1000 | 111100 | 111111 |
Color Harmonies of #D97868
Complementary color
Monochromatic Colors of #D97868
Black with #D97868
Text Example
Text Example
White with #D97868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97868; }
p { color: rgb(217,120,104); }
H1.HeaderClassName
{
color: #D97868;
}
.AnyTagClassName
{
color: #D97868;
}
</style>
background-color css
<style>
a { background-color: #D97868; }
a { background-color: rgb(217,120,104); }
div.DivClassName
{
background-color: #D97868;
}
.BgClassName
{
background-color: #D97868;
}
</style>
border-color css
<style>
span { border-color: #D97868; }
span { border-color: rgb(217,120,104); }
td.TdClassName
{
border-color: #D97868;
}
.TagClassName
{
border-color: #D97868;
}
</style>