Shades of New York Pink #DE8B78
Tints of New York Pink #DE8B78
RGB
CMYK
RGB Variations
Color information
#DE8B78 (or 0xDE8B78) is known color: New York Pink. HEX triplet: DE, 8B and 78. RGB value is (222,139,120). Sum of RGB (Red+Green+Blue) = 222+139+120=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8B78 is #217487. Grayscale: #A1A1A1. Windows color (decimal): -2192520 or 7900126. OLE color: 7900126.
HSL color Cylindrical-coordinate representation of color #DE8B78: hue angle of 11.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE8B78 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 139 | 120 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.13 |
| HSL | 11.18º | 0.61% | 0.67% | - |
| HSV(B) | 11.18º | 0.46% | 0.87% | - |
| XYZ | 42.75 | 35.35 | 22.34 | - |
| YUV | 161.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 120 | 0 | 0.37 | 0.46 | 0.13 | 11.18 | 0.61 | 0.67 |
| Hex | DE | 8B | 78 | 0 | 25 | 2E | D | B | 3D | 43 |
| Octal | 336 | 213 | 170 | 0 | 45 | 56 | 15 | 13 | 75 | 103 |
| Binary | 11011110 | 10001011 | 1111000 | 0 | 100101 | 101110 | 1101 | 1011 | 111101 | 1000011 |
Color Harmonies of #DE8B78
Complementary color
Monochromatic Colors of #DE8B78
Black with #DE8B78
Text Example
Text Example
White with #DE8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8B78; }
p { color: rgb(222,139,120); }
H1.HeaderClassName
{
color: #DE8B78;
}
.AnyTagClassName
{
color: #DE8B78;
}
</style>
background-color css
<style>
a { background-color: #DE8B78; }
a { background-color: rgb(222,139,120); }
div.DivClassName
{
background-color: #DE8B78;
}
.BgClassName
{
background-color: #DE8B78;
}
</style>
border-color css
<style>
span { border-color: #DE8B78; }
span { border-color: rgb(222,139,120); }
td.TdClassName
{
border-color: #DE8B78;
}
.TagClassName
{
border-color: #DE8B78;
}
</style>