Shades of New York Pink #DE8A70
Tints of New York Pink #DE8A70
RGB
CMYK
RGB Variations
Color information
#DE8A70 (or 0xDE8A70) is known color: New York Pink. HEX triplet: DE, 8A and 70. RGB value is (222,138,112). Sum of RGB (Red+Green+Blue) = 222+138+112=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8A70 is #21758F. Grayscale: #A0A0A0. Windows color (decimal): -2192784 or 7375582. OLE color: 7375582.
HSL color Cylindrical-coordinate representation of color #DE8A70: hue angle of 14.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE8A70 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 138 | 112 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.13 |
| HSL | 14.18º | 0.63% | 0.65% | - |
| HSV(B) | 14.18º | 0.5% | 0.87% | - |
| XYZ | 42.14 | 34.88 | 19.84 | - |
| YUV | 160.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 138 | 112 | 0 | 0.38 | 0.50 | 0.13 | 14.18 | 0.63 | 0.65 |
| Hex | DE | 8A | 70 | 0 | 26 | 32 | D | E | 3E | 41 |
| Octal | 336 | 212 | 160 | 0 | 46 | 62 | 15 | 16 | 76 | 101 |
| Binary | 11011110 | 10001010 | 1110000 | 0 | 100110 | 110010 | 1101 | 1110 | 111110 | 1000001 |
Color Harmonies of #DE8A70
Complementary color
Monochromatic Colors of #DE8A70
Black with #DE8A70
Text Example
Text Example
White with #DE8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8A70; }
p { color: rgb(222,138,112); }
H1.HeaderClassName
{
color: #DE8A70;
}
.AnyTagClassName
{
color: #DE8A70;
}
</style>
background-color css
<style>
a { background-color: #DE8A70; }
a { background-color: rgb(222,138,112); }
div.DivClassName
{
background-color: #DE8A70;
}
.BgClassName
{
background-color: #DE8A70;
}
</style>
border-color css
<style>
span { border-color: #DE8A70; }
span { border-color: rgb(222,138,112); }
td.TdClassName
{
border-color: #DE8A70;
}
.TagClassName
{
border-color: #DE8A70;
}
</style>