Shades of Deep Cerise #DE2184
Tints of Deep Cerise #DE2184
RGB
CMYK
RGB Variations
Color information
#DE2184 (or 0xDE2184) is known color: Deep Cerise. HEX triplet: DE, 21 and 84. RGB value is (222,33,132). Sum of RGB (Red+Green+Blue) = 222+33+132=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2184 is #21DE7B. Grayscale: #646464. Windows color (decimal): -2219644 or 8659422. OLE color: 8659422.
HSL color Cylindrical-coordinate representation of color #DE2184: hue angle of 328.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2184 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 132 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.13 |
| HSL | 328.57º | 0.74% | 0.5% | - |
| HSV(B) | 328.57º | 0.85% | 0.87% | - |
| XYZ | 34.83 | 18.28 | 23.52 | - |
| YUV | 100.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 132 | 0 | 0.85 | 0.41 | 0.13 | 328.57 | 0.74 | 0.5 |
| Hex | DE | 21 | 84 | 0 | 55 | 29 | D | 149 | 4A | 32 |
| Octal | 336 | 41 | 204 | 0 | 125 | 51 | 15 | 511 | 112 | 62 |
| Binary | 11011110 | 100001 | 10000100 | 0 | 1010101 | 101001 | 1101 | 101001001 | 1001010 | 110010 |
Color Harmonies of #DE2184
Complementary color
Monochromatic Colors of #DE2184
Black with #DE2184
Text Example
Text Example
White with #DE2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2184; }
p { color: rgb(222,33,132); }
H1.HeaderClassName
{
color: #DE2184;
}
.AnyTagClassName
{
color: #DE2184;
}
</style>
background-color css
<style>
a { background-color: #DE2184; }
a { background-color: rgb(222,33,132); }
div.DivClassName
{
background-color: #DE2184;
}
.BgClassName
{
background-color: #DE2184;
}
</style>
border-color css
<style>
span { border-color: #DE2184; }
span { border-color: rgb(222,33,132); }
td.TdClassName
{
border-color: #DE2184;
}
.TagClassName
{
border-color: #DE2184;
}
</style>