Shades of Deep Cerise #DC2EA6
Tints of Deep Cerise #DC2EA6
RGB
CMYK
RGB Variations
Color information
#DC2EA6 (or 0xDC2EA6) is known color: Deep Cerise. HEX triplet: DC, 2E and A6. RGB value is (220,46,166). Sum of RGB (Red+Green+Blue) = 220+46+166=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2EA6 is #23D159. Grayscale: #6F6F6F. Windows color (decimal): -2347354 or 10890972. OLE color: 10890972.
HSL color Cylindrical-coordinate representation of color #DC2EA6: hue angle of 318.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2EA6 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 166 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.14 |
| HSL | 318.62º | 0.71% | 0.52% | - |
| HSV(B) | 318.62º | 0.79% | 0.86% | - |
| XYZ | 37.38 | 19.92 | 37.95 | - |
| YUV | 111.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 166 | 0 | 0.79 | 0.25 | 0.14 | 318.62 | 0.71 | 0.52 |
| Hex | DC | 2E | A6 | 0 | 4F | 19 | E | 13F | 47 | 34 |
| Octal | 334 | 56 | 246 | 0 | 117 | 31 | 16 | 477 | 107 | 64 |
| Binary | 11011100 | 101110 | 10100110 | 0 | 1001111 | 11001 | 1110 | 100111111 | 1000111 | 110100 |
Color Harmonies of #DC2EA6
Complementary color
Monochromatic Colors of #DC2EA6
Black with #DC2EA6
Text Example
Text Example
White with #DC2EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EA6; }
p { color: rgb(220,46,166); }
H1.HeaderClassName
{
color: #DC2EA6;
}
.AnyTagClassName
{
color: #DC2EA6;
}
</style>
background-color css
<style>
a { background-color: #DC2EA6; }
a { background-color: rgb(220,46,166); }
div.DivClassName
{
background-color: #DC2EA6;
}
.BgClassName
{
background-color: #DC2EA6;
}
</style>
border-color css
<style>
span { border-color: #DC2EA6; }
span { border-color: rgb(220,46,166); }
td.TdClassName
{
border-color: #DC2EA6;
}
.TagClassName
{
border-color: #DC2EA6;
}
</style>