Shades of My Pink #DE887C
Tints of My Pink #DE887C
RGB
CMYK
RGB Variations
Color information
#DE887C (or 0xDE887C) is known color: My Pink. HEX triplet: DE, 88 and 7C. RGB value is (222,136,124). Sum of RGB (Red+Green+Blue) = 222+136+124=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE887C is #217783. Grayscale: #A0A0A0. Windows color (decimal): -2193284 or 8161502. OLE color: 8161502.
HSL color Cylindrical-coordinate representation of color #DE887C: hue angle of 7.35º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE887C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 124 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.13 |
| HSL | 7.35º | 0.6% | 0.68% | - |
| HSV(B) | 7.35º | 0.44% | 0.87% | - |
| XYZ | 42.57 | 34.59 | 23.5 | - |
| YUV | 160.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 124 | 0 | 0.39 | 0.44 | 0.13 | 7.35 | 0.6 | 0.68 |
| Hex | DE | 88 | 7C | 0 | 27 | 2C | D | 7 | 3C | 44 |
| Octal | 336 | 210 | 174 | 0 | 47 | 54 | 15 | 7 | 74 | 104 |
| Binary | 11011110 | 10001000 | 1111100 | 0 | 100111 | 101100 | 1101 | 111 | 111100 | 1000100 |
Color Harmonies of #DE887C
Complementary color
Monochromatic Colors of #DE887C
Black with #DE887C
Text Example
Text Example
White with #DE887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE887C; }
p { color: rgb(222,136,124); }
H1.HeaderClassName
{
color: #DE887C;
}
.AnyTagClassName
{
color: #DE887C;
}
</style>
background-color css
<style>
a { background-color: #DE887C; }
a { background-color: rgb(222,136,124); }
div.DivClassName
{
background-color: #DE887C;
}
.BgClassName
{
background-color: #DE887C;
}
</style>
border-color css
<style>
span { border-color: #DE887C; }
span { border-color: rgb(222,136,124); }
td.TdClassName
{
border-color: #DE887C;
}
.TagClassName
{
border-color: #DE887C;
}
</style>