Shades of New York Pink #D67871
Tints of New York Pink #D67871
RGB
CMYK
RGB Variations
Color information
#D67871 (or 0xD67871) is known color: New York Pink. HEX triplet: D6, 78 and 71. RGB value is (214,120,113). Sum of RGB (Red+Green+Blue) = 214+120+113=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67871 is #29878E. Grayscale: #939393. Windows color (decimal): -2721679 or 7436502. OLE color: 7436502.
HSL color Cylindrical-coordinate representation of color #D67871: hue angle of 4.16º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67871 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 113 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.16 |
| HSL | 4.16º | 0.55% | 0.64% | - |
| HSV(B) | 4.16º | 0.47% | 0.84% | - |
| XYZ | 37.43 | 28.92 | 19.23 | - |
| YUV | 147.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 113 | 0 | 0.44 | 0.47 | 0.16 | 4.16 | 0.55 | 0.64 |
| Hex | D6 | 78 | 71 | 0 | 2C | 2F | 10 | 4 | 37 | 40 |
| Octal | 326 | 170 | 161 | 0 | 54 | 57 | 20 | 4 | 67 | 100 |
| Binary | 11010110 | 1111000 | 1110001 | 0 | 101100 | 101111 | 10000 | 100 | 110111 | 1000000 |
Color Harmonies of #D67871
Complementary color
Monochromatic Colors of #D67871
Black with #D67871
Text Example
Text Example
White with #D67871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67871; }
p { color: rgb(214,120,113); }
H1.HeaderClassName
{
color: #D67871;
}
.AnyTagClassName
{
color: #D67871;
}
</style>
background-color css
<style>
a { background-color: #D67871; }
a { background-color: rgb(214,120,113); }
div.DivClassName
{
background-color: #D67871;
}
.BgClassName
{
background-color: #D67871;
}
</style>
border-color css
<style>
span { border-color: #D67871; }
span { border-color: rgb(214,120,113); }
td.TdClassName
{
border-color: #D67871;
}
.TagClassName
{
border-color: #D67871;
}
</style>