Shades of Deep Cerise #DE2C8B
Tints of Deep Cerise #DE2C8B
RGB
CMYK
RGB Variations
Color information
#DE2C8B (or 0xDE2C8B) is known color: Deep Cerise. HEX triplet: DE, 2C and 8B. RGB value is (222,44,139). Sum of RGB (Red+Green+Blue) = 222+44+139=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2C8B is #21D374. Grayscale: #6B6B6B. Windows color (decimal): -2216821 or 9120990. OLE color: 9120990.
HSL color Cylindrical-coordinate representation of color #DE2C8B: hue angle of 327.98º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C8B is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 139 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.13 |
| HSL | 327.98º | 0.73% | 0.52% | - |
| HSV(B) | 327.98º | 0.8% | 0.87% | - |
| XYZ | 35.69 | 19.2 | 26.25 | - |
| YUV | 108.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 139 | 0 | 0.80 | 0.37 | 0.13 | 327.98 | 0.73 | 0.52 |
| Hex | DE | 2C | 8B | 0 | 50 | 25 | D | 148 | 49 | 34 |
| Octal | 336 | 54 | 213 | 0 | 120 | 45 | 15 | 510 | 111 | 64 |
| Binary | 11011110 | 101100 | 10001011 | 0 | 1010000 | 100101 | 1101 | 101001000 | 1001001 | 110100 |
Color Harmonies of #DE2C8B
Complementary color
Monochromatic Colors of #DE2C8B
Black with #DE2C8B
Text Example
Text Example
White with #DE2C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C8B; }
p { color: rgb(222,44,139); }
H1.HeaderClassName
{
color: #DE2C8B;
}
.AnyTagClassName
{
color: #DE2C8B;
}
</style>
background-color css
<style>
a { background-color: #DE2C8B; }
a { background-color: rgb(222,44,139); }
div.DivClassName
{
background-color: #DE2C8B;
}
.BgClassName
{
background-color: #DE2C8B;
}
</style>
border-color css
<style>
span { border-color: #DE2C8B; }
span { border-color: rgb(222,44,139); }
td.TdClassName
{
border-color: #DE2C8B;
}
.TagClassName
{
border-color: #DE2C8B;
}
</style>