Shades of New York Pink #D68873
Tints of New York Pink #D68873
RGB
CMYK
RGB Variations
Color information
#D68873 (or 0xD68873) is known color: New York Pink. HEX triplet: D6, 88 and 73. RGB value is (214,136,115). Sum of RGB (Red+Green+Blue) = 214+136+115=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68873 is #29778C. Grayscale: #9D9D9D. Windows color (decimal): -2717581 or 7571670. OLE color: 7571670.
HSL color Cylindrical-coordinate representation of color #D68873: hue angle of 12.73º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D68873 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 115 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.16 |
| HSL | 12.73º | 0.55% | 0.65% | - |
| HSV(B) | 12.73º | 0.46% | 0.84% | - |
| XYZ | 39.63 | 33.14 | 20.53 | - |
| YUV | 156.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 115 | 0 | 0.36 | 0.46 | 0.16 | 12.73 | 0.55 | 0.65 |
| Hex | D6 | 88 | 73 | 0 | 24 | 2E | 10 | D | 37 | 41 |
| Octal | 326 | 210 | 163 | 0 | 44 | 56 | 20 | 15 | 67 | 101 |
| Binary | 11010110 | 10001000 | 1110011 | 0 | 100100 | 101110 | 10000 | 1101 | 110111 | 1000001 |
Color Harmonies of #D68873
Complementary color
Monochromatic Colors of #D68873
Black with #D68873
Text Example
Text Example
White with #D68873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68873; }
p { color: rgb(214,136,115); }
H1.HeaderClassName
{
color: #D68873;
}
.AnyTagClassName
{
color: #D68873;
}
</style>
background-color css
<style>
a { background-color: #D68873; }
a { background-color: rgb(214,136,115); }
div.DivClassName
{
background-color: #D68873;
}
.BgClassName
{
background-color: #D68873;
}
</style>
border-color css
<style>
span { border-color: #D68873; }
span { border-color: rgb(214,136,115); }
td.TdClassName
{
border-color: #D68873;
}
.TagClassName
{
border-color: #D68873;
}
</style>