Shades of New York Pink #D07871
Tints of New York Pink #D07871
RGB
CMYK
RGB Variations
Color information
#D07871 (or 0xD07871) is known color: New York Pink. HEX triplet: D0, 78 and 71. RGB value is (208,120,113). Sum of RGB (Red+Green+Blue) = 208+120+113=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07871 is #2F878E. Grayscale: #919191. Windows color (decimal): -3114895 or 7436496. OLE color: 7436496.
HSL color Cylindrical-coordinate representation of color #D07871: hue angle of 4.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07871 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 113 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.18 |
| HSL | 4.42º | 0.5% | 0.63% | - |
| HSV(B) | 4.42º | 0.46% | 0.82% | - |
| XYZ | 35.71 | 28.04 | 19.15 | - |
| YUV | 145.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 113 | 0 | 0.42 | 0.46 | 0.18 | 4.42 | 0.5 | 0.63 |
| Hex | D0 | 78 | 71 | 0 | 2A | 2E | 12 | 4 | 32 | 3F |
| Octal | 320 | 170 | 161 | 0 | 52 | 56 | 22 | 4 | 62 | 77 |
| Binary | 11010000 | 1111000 | 1110001 | 0 | 101010 | 101110 | 10010 | 100 | 110010 | 111111 |
Color Harmonies of #D07871
Complementary color
Monochromatic Colors of #D07871
Black with #D07871
Text Example
Text Example
White with #D07871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07871; }
p { color: rgb(208,120,113); }
H1.HeaderClassName
{
color: #D07871;
}
.AnyTagClassName
{
color: #D07871;
}
</style>
background-color css
<style>
a { background-color: #D07871; }
a { background-color: rgb(208,120,113); }
div.DivClassName
{
background-color: #D07871;
}
.BgClassName
{
background-color: #D07871;
}
</style>
border-color css
<style>
span { border-color: #D07871; }
span { border-color: rgb(208,120,113); }
td.TdClassName
{
border-color: #D07871;
}
.TagClassName
{
border-color: #D07871;
}
</style>