Shades of New York Pink #DE8072
Tints of New York Pink #DE8072
RGB
CMYK
RGB Variations
Color information
#DE8072 (or 0xDE8072) is known color: New York Pink. HEX triplet: DE, 80 and 72. RGB value is (222,128,114). Sum of RGB (Red+Green+Blue) = 222+128+114=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8072 is #217F8D. Grayscale: #9A9A9A. Windows color (decimal): -2195342 or 7504094. OLE color: 7504094.
HSL color Cylindrical-coordinate representation of color #DE8072: hue angle of 7.78º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE8072 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 114 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.13 |
| HSL | 7.78º | 0.62% | 0.66% | - |
| HSV(B) | 7.78º | 0.49% | 0.87% | - |
| XYZ | 40.88 | 32.18 | 19.98 | - |
| YUV | 154.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 114 | 0 | 0.42 | 0.49 | 0.13 | 7.78 | 0.62 | 0.66 |
| Hex | DE | 80 | 72 | 0 | 2A | 31 | D | 8 | 3E | 42 |
| Octal | 336 | 200 | 162 | 0 | 52 | 61 | 15 | 10 | 76 | 102 |
| Binary | 11011110 | 10000000 | 1110010 | 0 | 101010 | 110001 | 1101 | 1000 | 111110 | 1000010 |
Color Harmonies of #DE8072
Complementary color
Monochromatic Colors of #DE8072
Black with #DE8072
Text Example
Text Example
White with #DE8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8072; }
p { color: rgb(222,128,114); }
H1.HeaderClassName
{
color: #DE8072;
}
.AnyTagClassName
{
color: #DE8072;
}
</style>
background-color css
<style>
a { background-color: #DE8072; }
a { background-color: rgb(222,128,114); }
div.DivClassName
{
background-color: #DE8072;
}
.BgClassName
{
background-color: #DE8072;
}
</style>
border-color css
<style>
span { border-color: #DE8072; }
span { border-color: rgb(222,128,114); }
td.TdClassName
{
border-color: #DE8072;
}
.TagClassName
{
border-color: #DE8072;
}
</style>