Shades of Dark Pink #DE5E84
Tints of Dark Pink #DE5E84
RGB
CMYK
RGB Variations
Color information
#DE5E84 (or 0xDE5E84) is known color: Dark Pink. HEX triplet: DE, 5E and 84. RGB value is (222,94,132). Sum of RGB (Red+Green+Blue) = 222+94+132=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E84 is #21A17B. Grayscale: #888888. Windows color (decimal): -2204028 or 8675038. OLE color: 8675038.
HSL color Cylindrical-coordinate representation of color #DE5E84: hue angle of 342.19º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E84 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 132 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.13 |
| HSL | 342.19º | 0.66% | 0.62% | - |
| HSV(B) | 342.19º | 0.58% | 0.87% | - |
| XYZ | 38.29 | 25.2 | 24.68 | - |
| YUV | 136.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 132 | 0 | 0.58 | 0.41 | 0.13 | 342.19 | 0.66 | 0.62 |
| Hex | DE | 5E | 84 | 0 | 3A | 29 | D | 156 | 42 | 3E |
| Octal | 336 | 136 | 204 | 0 | 72 | 51 | 15 | 526 | 102 | 76 |
| Binary | 11011110 | 1011110 | 10000100 | 0 | 111010 | 101001 | 1101 | 101010110 | 1000010 | 111110 |
Color Harmonies of #DE5E84
Complementary color
Monochromatic Colors of #DE5E84
Black with #DE5E84
Text Example
Text Example
White with #DE5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E84; }
p { color: rgb(222,94,132); }
H1.HeaderClassName
{
color: #DE5E84;
}
.AnyTagClassName
{
color: #DE5E84;
}
</style>
background-color css
<style>
a { background-color: #DE5E84; }
a { background-color: rgb(222,94,132); }
div.DivClassName
{
background-color: #DE5E84;
}
.BgClassName
{
background-color: #DE5E84;
}
</style>
border-color css
<style>
span { border-color: #DE5E84; }
span { border-color: rgb(222,94,132); }
td.TdClassName
{
border-color: #DE5E84;
}
.TagClassName
{
border-color: #DE5E84;
}
</style>