Shades of Deep Cerise #DE2182
Tints of Deep Cerise #DE2182
RGB
CMYK
RGB Variations
Color information
#DE2182 (or 0xDE2182) is known color: Deep Cerise. HEX triplet: DE, 21 and 82. RGB value is (222,33,130). Sum of RGB (Red+Green+Blue) = 222+33+130=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2182 is #21DE7D. Grayscale: #646464. Windows color (decimal): -2219646 or 8528350. OLE color: 8528350.
HSL color Cylindrical-coordinate representation of color #DE2182: hue angle of 329.21º 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 #DE2182 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 130 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.13 |
| HSL | 329.21º | 0.74% | 0.5% | - |
| HSV(B) | 329.21º | 0.85% | 0.87% | - |
| XYZ | 34.7 | 18.23 | 22.81 | - |
| YUV | 100.57 | 144.62 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 130 | 0 | 0.85 | 0.41 | 0.13 | 329.21 | 0.74 | 0.5 |
| Hex | DE | 21 | 82 | 0 | 55 | 29 | D | 149 | 4A | 32 |
| Octal | 336 | 41 | 202 | 0 | 125 | 51 | 15 | 511 | 112 | 62 |
| Binary | 11011110 | 100001 | 10000010 | 0 | 1010101 | 101001 | 1101 | 101001001 | 1001010 | 110010 |
Color Harmonies of #DE2182
Complementary color
Monochromatic Colors of #DE2182
Black with #DE2182
Text Example
Text Example
White with #DE2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2182; }
p { color: rgb(222,33,130); }
H1.HeaderClassName
{
color: #DE2182;
}
.AnyTagClassName
{
color: #DE2182;
}
</style>
background-color css
<style>
a { background-color: #DE2182; }
a { background-color: rgb(222,33,130); }
div.DivClassName
{
background-color: #DE2182;
}
.BgClassName
{
background-color: #DE2182;
}
</style>
border-color css
<style>
span { border-color: #DE2182; }
span { border-color: rgb(222,33,130); }
td.TdClassName
{
border-color: #DE2182;
}
.TagClassName
{
border-color: #DE2182;
}
</style>