Shades of New York Pink #D07E70
Tints of New York Pink #D07E70
RGB
CMYK
RGB Variations
Color information
#D07E70 (or 0xD07E70) is known color: New York Pink. HEX triplet: D0, 7E and 70. RGB value is (208,126,112). Sum of RGB (Red+Green+Blue) = 208+126+112=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E70 is #2F818F. Grayscale: #959595. Windows color (decimal): -3113360 or 7372496. OLE color: 7372496.
HSL color Cylindrical-coordinate representation of color #D07E70: hue angle of 8.75º degrees, saturation: 0.51, 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 #D07E70 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 126 | 112 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.18 |
| HSL | 8.75º | 0.51% | 0.63% | - |
| HSV(B) | 8.75º | 0.46% | 0.82% | - |
| XYZ | 36.4 | 29.5 | 19.11 | - |
| YUV | 148.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 126 | 112 | 0 | 0.39 | 0.46 | 0.18 | 8.75 | 0.51 | 0.63 |
| Hex | D0 | 7E | 70 | 0 | 27 | 2E | 12 | 9 | 33 | 3F |
| Octal | 320 | 176 | 160 | 0 | 47 | 56 | 22 | 11 | 63 | 77 |
| Binary | 11010000 | 1111110 | 1110000 | 0 | 100111 | 101110 | 10010 | 1001 | 110011 | 111111 |
Color Harmonies of #D07E70
Complementary color
Monochromatic Colors of #D07E70
Black with #D07E70
Text Example
Text Example
White with #D07E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07E70; }
p { color: rgb(208,126,112); }
H1.HeaderClassName
{
color: #D07E70;
}
.AnyTagClassName
{
color: #D07E70;
}
</style>
background-color css
<style>
a { background-color: #D07E70; }
a { background-color: rgb(208,126,112); }
div.DivClassName
{
background-color: #D07E70;
}
.BgClassName
{
background-color: #D07E70;
}
</style>
border-color css
<style>
span { border-color: #D07E70; }
span { border-color: rgb(208,126,112); }
td.TdClassName
{
border-color: #D07E70;
}
.TagClassName
{
border-color: #D07E70;
}
</style>