Shades of Deep Cerise #DC219C
Tints of Deep Cerise #DC219C
RGB
CMYK
RGB Variations
Color information
#DC219C (or 0xDC219C) is known color: Deep Cerise. HEX triplet: DC, 21 and 9C. RGB value is (220,33,156). Sum of RGB (Red+Green+Blue) = 220+33+156=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC219C is #23DE63. Grayscale: #666666. Windows color (decimal): -2350692 or 10232284. OLE color: 10232284.
HSL color Cylindrical-coordinate representation of color #DC219C: hue angle of 320.53º 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 #DC219C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 156 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.14 |
| HSL | 320.53º | 0.74% | 0.5% | - |
| HSV(B) | 320.53º | 0.85% | 0.86% | - |
| XYZ | 36.06 | 18.7 | 33.16 | - |
| YUV | 102.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 156 | 0 | 0.85 | 0.29 | 0.14 | 320.53 | 0.74 | 0.5 |
| Hex | DC | 21 | 9C | 0 | 55 | 1D | E | 141 | 4A | 32 |
| Octal | 334 | 41 | 234 | 0 | 125 | 35 | 16 | 501 | 112 | 62 |
| Binary | 11011100 | 100001 | 10011100 | 0 | 1010101 | 11101 | 1110 | 101000001 | 1001010 | 110010 |
Color Harmonies of #DC219C
Complementary color
Monochromatic Colors of #DC219C
Black with #DC219C
Text Example
Text Example
White with #DC219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC219C; }
p { color: rgb(220,33,156); }
H1.HeaderClassName
{
color: #DC219C;
}
.AnyTagClassName
{
color: #DC219C;
}
</style>
background-color css
<style>
a { background-color: #DC219C; }
a { background-color: rgb(220,33,156); }
div.DivClassName
{
background-color: #DC219C;
}
.BgClassName
{
background-color: #DC219C;
}
</style>
border-color css
<style>
span { border-color: #DC219C; }
span { border-color: rgb(220,33,156); }
td.TdClassName
{
border-color: #DC219C;
}
.TagClassName
{
border-color: #DC219C;
}
</style>