Shades of My Pink #DE8E80
Tints of My Pink #DE8E80
RGB
CMYK
RGB Variations
Color information
#DE8E80 (or 0xDE8E80) is known color: My Pink. HEX triplet: DE, 8E and 80. RGB value is (222,142,128). Sum of RGB (Red+Green+Blue) = 222+142+128=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8E80 is #21717F. Grayscale: #A4A4A4. Windows color (decimal): -2191744 or 8425182. OLE color: 8425182.
HSL color Cylindrical-coordinate representation of color #DE8E80: hue angle of 8.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE8E80 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 128 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.13 |
| HSL | 8.94º | 0.59% | 0.69% | - |
| HSV(B) | 8.94º | 0.42% | 0.87% | - |
| XYZ | 43.69 | 36.43 | 25.15 | - |
| YUV | 164.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 128 | 0 | 0.36 | 0.42 | 0.13 | 8.94 | 0.59 | 0.69 |
| Hex | DE | 8E | 80 | 0 | 24 | 2A | D | 9 | 3B | 45 |
| Octal | 336 | 216 | 200 | 0 | 44 | 52 | 15 | 11 | 73 | 105 |
| Binary | 11011110 | 10001110 | 10000000 | 0 | 100100 | 101010 | 1101 | 1001 | 111011 | 1000101 |
Color Harmonies of #DE8E80
Complementary color
Monochromatic Colors of #DE8E80
Black with #DE8E80
Text Example
Text Example
White with #DE8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8E80; }
p { color: rgb(222,142,128); }
H1.HeaderClassName
{
color: #DE8E80;
}
.AnyTagClassName
{
color: #DE8E80;
}
</style>
background-color css
<style>
a { background-color: #DE8E80; }
a { background-color: rgb(222,142,128); }
div.DivClassName
{
background-color: #DE8E80;
}
.BgClassName
{
background-color: #DE8E80;
}
</style>
border-color css
<style>
span { border-color: #DE8E80; }
span { border-color: rgb(222,142,128); }
td.TdClassName
{
border-color: #DE8E80;
}
.TagClassName
{
border-color: #DE8E80;
}
</style>