Shades of New York Pink #D07D70
Tints of New York Pink #D07D70
RGB
CMYK
RGB Variations
Color information
#D07D70 (or 0xD07D70) is known color: New York Pink. HEX triplet: D0, 7D and 70. RGB value is (208,125,112). Sum of RGB (Red+Green+Blue) = 208+125+112=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D70 is #2F828F. Grayscale: #949494. Windows color (decimal): -3113616 or 7372240. OLE color: 7372240.
HSL color Cylindrical-coordinate representation of color #D07D70: hue angle of 8.12º 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 #D07D70 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 112 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.18 |
| HSL | 8.13º | 0.51% | 0.63% | - |
| HSV(B) | 8.13º | 0.46% | 0.82% | - |
| XYZ | 36.27 | 29.25 | 19.06 | - |
| YUV | 148.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 112 | 0 | 0.40 | 0.46 | 0.18 | 8.13 | 0.51 | 0.63 |
| Hex | D0 | 7D | 70 | 0 | 28 | 2E | 12 | 8 | 33 | 3F |
| Octal | 320 | 175 | 160 | 0 | 50 | 56 | 22 | 10 | 63 | 77 |
| Binary | 11010000 | 1111101 | 1110000 | 0 | 101000 | 101110 | 10010 | 1000 | 110011 | 111111 |
Color Harmonies of #D07D70
Complementary color
Monochromatic Colors of #D07D70
Black with #D07D70
Text Example
Text Example
White with #D07D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D70; }
p { color: rgb(208,125,112); }
H1.HeaderClassName
{
color: #D07D70;
}
.AnyTagClassName
{
color: #D07D70;
}
</style>
background-color css
<style>
a { background-color: #D07D70; }
a { background-color: rgb(208,125,112); }
div.DivClassName
{
background-color: #D07D70;
}
.BgClassName
{
background-color: #D07D70;
}
</style>
border-color css
<style>
span { border-color: #D07D70; }
span { border-color: rgb(208,125,112); }
td.TdClassName
{
border-color: #D07D70;
}
.TagClassName
{
border-color: #D07D70;
}
</style>