Shades of Deep Cerise #DC2DA6
Tints of Deep Cerise #DC2DA6
RGB
CMYK
RGB Variations
Color information
#DC2DA6 (or 0xDC2DA6) is known color: Deep Cerise. HEX triplet: DC, 2D and A6. RGB value is (220,45,166). Sum of RGB (Red+Green+Blue) = 220+45+166=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DA6 is #23D259. Grayscale: #6E6E6E. Windows color (decimal): -2347610 or 10890716. OLE color: 10890716.
HSL color Cylindrical-coordinate representation of color #DC2DA6: hue angle of 318.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DA6 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 166 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.14 |
| HSL | 318.51º | 0.71% | 0.52% | - |
| HSV(B) | 318.51º | 0.8% | 0.86% | - |
| XYZ | 37.34 | 19.85 | 37.94 | - |
| YUV | 111.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 166 | 0 | 0.80 | 0.25 | 0.14 | 318.51 | 0.71 | 0.52 |
| Hex | DC | 2D | A6 | 0 | 50 | 19 | E | 13F | 47 | 34 |
| Octal | 334 | 55 | 246 | 0 | 120 | 31 | 16 | 477 | 107 | 64 |
| Binary | 11011100 | 101101 | 10100110 | 0 | 1010000 | 11001 | 1110 | 100111111 | 1000111 | 110100 |
Color Harmonies of #DC2DA6
Complementary color
Monochromatic Colors of #DC2DA6
Black with #DC2DA6
Text Example
Text Example
White with #DC2DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DA6; }
p { color: rgb(220,45,166); }
H1.HeaderClassName
{
color: #DC2DA6;
}
.AnyTagClassName
{
color: #DC2DA6;
}
</style>
background-color css
<style>
a { background-color: #DC2DA6; }
a { background-color: rgb(220,45,166); }
div.DivClassName
{
background-color: #DC2DA6;
}
.BgClassName
{
background-color: #DC2DA6;
}
</style>
border-color css
<style>
span { border-color: #DC2DA6; }
span { border-color: rgb(220,45,166); }
td.TdClassName
{
border-color: #DC2DA6;
}
.TagClassName
{
border-color: #DC2DA6;
}
</style>