Shades of Deep Cerise #DE23A1
Tints of Deep Cerise #DE23A1
RGB
CMYK
RGB Variations
Color information
#DE23A1 (or 0xDE23A1) is known color: Deep Cerise. HEX triplet: DE, 23 and A1. RGB value is (222,35,161). Sum of RGB (Red+Green+Blue) = 222+35+161=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE23A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE23A1 is #21DC5E. Grayscale: #686868. Windows color (decimal): -2219103 or 10560478. OLE color: 10560478.
HSL color Cylindrical-coordinate representation of color #DE23A1: hue angle of 319.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE23A1 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 161 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.13 |
| HSL | 319.57º | 0.74% | 0.5% | - |
| HSV(B) | 319.57º | 0.84% | 0.87% | - |
| XYZ | 37.16 | 19.3 | 35.49 | - |
| YUV | 105.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 161 | 0 | 0.84 | 0.27 | 0.13 | 319.57 | 0.74 | 0.5 |
| Hex | DE | 23 | A1 | 0 | 54 | 1B | D | 140 | 4A | 32 |
| Octal | 336 | 43 | 241 | 0 | 124 | 33 | 15 | 500 | 112 | 62 |
| Binary | 11011110 | 100011 | 10100001 | 0 | 1010100 | 11011 | 1101 | 101000000 | 1001010 | 110010 |
Color Harmonies of #DE23A1
Complementary color
Monochromatic Colors of #DE23A1
Black with #DE23A1
Text Example
Text Example
White with #DE23A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE23A1; }
p { color: rgb(222,35,161); }
H1.HeaderClassName
{
color: #DE23A1;
}
.AnyTagClassName
{
color: #DE23A1;
}
</style>
background-color css
<style>
a { background-color: #DE23A1; }
a { background-color: rgb(222,35,161); }
div.DivClassName
{
background-color: #DE23A1;
}
.BgClassName
{
background-color: #DE23A1;
}
</style>
border-color css
<style>
span { border-color: #DE23A1; }
span { border-color: rgb(222,35,161); }
td.TdClassName
{
border-color: #DE23A1;
}
.TagClassName
{
border-color: #DE23A1;
}
</style>