Shades of Deep Cerise #DC218E
Tints of Deep Cerise #DC218E
RGB
CMYK
RGB Variations
Color information
#DC218E (or 0xDC218E) is known color: Deep Cerise. HEX triplet: DC, 21 and 8E. RGB value is (220,33,142). Sum of RGB (Red+Green+Blue) = 220+33+142=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC218E is #23DE71. Grayscale: #656565. Windows color (decimal): -2350706 or 9314780. OLE color: 9314780.
HSL color Cylindrical-coordinate representation of color #DC218E: hue angle of 325.03º 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 #DC218E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 142 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.14 |
| HSL | 325.03º | 0.74% | 0.5% | - |
| HSV(B) | 325.03º | 0.85% | 0.86% | - |
| XYZ | 34.94 | 18.26 | 27.27 | - |
| YUV | 101.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 142 | 0 | 0.85 | 0.35 | 0.14 | 325.03 | 0.74 | 0.5 |
| Hex | DC | 21 | 8E | 0 | 55 | 23 | E | 145 | 4A | 32 |
| Octal | 334 | 41 | 216 | 0 | 125 | 43 | 16 | 505 | 112 | 62 |
| Binary | 11011100 | 100001 | 10001110 | 0 | 1010101 | 100011 | 1110 | 101000101 | 1001010 | 110010 |
Color Harmonies of #DC218E
Complementary color
Monochromatic Colors of #DC218E
Black with #DC218E
Text Example
Text Example
White with #DC218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC218E; }
p { color: rgb(220,33,142); }
H1.HeaderClassName
{
color: #DC218E;
}
.AnyTagClassName
{
color: #DC218E;
}
</style>
background-color css
<style>
a { background-color: #DC218E; }
a { background-color: rgb(220,33,142); }
div.DivClassName
{
background-color: #DC218E;
}
.BgClassName
{
background-color: #DC218E;
}
</style>
border-color css
<style>
span { border-color: #DC218E; }
span { border-color: rgb(220,33,142); }
td.TdClassName
{
border-color: #DC218E;
}
.TagClassName
{
border-color: #DC218E;
}
</style>