Shades of New York Pink #DE857A
Tints of New York Pink #DE857A
RGB
CMYK
RGB Variations
Color information
#DE857A (or 0xDE857A) is known color: New York Pink. HEX triplet: DE, 85 and 7A. RGB value is (222,133,122). Sum of RGB (Red+Green+Blue) = 222+133+122=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE857A is #217A85. Grayscale: #9E9E9E. Windows color (decimal): -2194054 or 8029662. OLE color: 8029662.
HSL color Cylindrical-coordinate representation of color #DE857A: hue angle of 6.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE857A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 122 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.13 |
| HSL | 6.6º | 0.6% | 0.67% | - |
| HSV(B) | 6.6º | 0.45% | 0.87% | - |
| XYZ | 42.02 | 33.71 | 22.7 | - |
| YUV | 158.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 122 | 0 | 0.40 | 0.45 | 0.13 | 6.6 | 0.6 | 0.67 |
| Hex | DE | 85 | 7A | 0 | 28 | 2D | D | 7 | 3C | 43 |
| Octal | 336 | 205 | 172 | 0 | 50 | 55 | 15 | 7 | 74 | 103 |
| Binary | 11011110 | 10000101 | 1111010 | 0 | 101000 | 101101 | 1101 | 111 | 111100 | 1000011 |
Color Harmonies of #DE857A
Complementary color
Monochromatic Colors of #DE857A
Black with #DE857A
Text Example
Text Example
White with #DE857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE857A; }
p { color: rgb(222,133,122); }
H1.HeaderClassName
{
color: #DE857A;
}
.AnyTagClassName
{
color: #DE857A;
}
</style>
background-color css
<style>
a { background-color: #DE857A; }
a { background-color: rgb(222,133,122); }
div.DivClassName
{
background-color: #DE857A;
}
.BgClassName
{
background-color: #DE857A;
}
</style>
border-color css
<style>
span { border-color: #DE857A; }
span { border-color: rgb(222,133,122); }
td.TdClassName
{
border-color: #DE857A;
}
.TagClassName
{
border-color: #DE857A;
}
</style>