Shades of Deep Cerise #DC219E
Tints of Deep Cerise #DC219E
RGB
CMYK
RGB Variations
Color information
#DC219E (or 0xDC219E) is known color: Deep Cerise. HEX triplet: DC, 21 and 9E. RGB value is (220,33,158). Sum of RGB (Red+Green+Blue) = 220+33+158=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC219E is #23DE61. Grayscale: #666666. Windows color (decimal): -2350690 or 10363356. OLE color: 10363356.
HSL color Cylindrical-coordinate representation of color #DC219E: hue angle of 319.89º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC219E is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 158 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.14 |
| HSL | 319.89º | 0.74% | 0.5% | - |
| HSV(B) | 319.89º | 0.85% | 0.86% | - |
| XYZ | 36.23 | 18.77 | 34.06 | - |
| YUV | 103.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 158 | 0 | 0.85 | 0.28 | 0.14 | 319.89 | 0.74 | 0.5 |
| Hex | DC | 21 | 9E | 0 | 55 | 1C | E | 140 | 4A | 32 |
| Octal | 334 | 41 | 236 | 0 | 125 | 34 | 16 | 500 | 112 | 62 |
| Binary | 11011100 | 100001 | 10011110 | 0 | 1010101 | 11100 | 1110 | 101000000 | 1001010 | 110010 |
Color Harmonies of #DC219E
Complementary color
Monochromatic Colors of #DC219E
Black with #DC219E
Text Example
Text Example
White with #DC219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC219E; }
p { color: rgb(220,33,158); }
H1.HeaderClassName
{
color: #DC219E;
}
.AnyTagClassName
{
color: #DC219E;
}
</style>
background-color css
<style>
a { background-color: #DC219E; }
a { background-color: rgb(220,33,158); }
div.DivClassName
{
background-color: #DC219E;
}
.BgClassName
{
background-color: #DC219E;
}
</style>
border-color css
<style>
span { border-color: #DC219E; }
span { border-color: rgb(220,33,158); }
td.TdClassName
{
border-color: #DC219E;
}
.TagClassName
{
border-color: #DC219E;
}
</style>