Shades of Deep Cerise #DC2AA6
Tints of Deep Cerise #DC2AA6
RGB
CMYK
RGB Variations
Color information
#DC2AA6 (or 0xDC2AA6) is known color: Deep Cerise. HEX triplet: DC, 2A and A6. RGB value is (220,42,166). Sum of RGB (Red+Green+Blue) = 220+42+166=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2AA6 is #23D559. Grayscale: #6D6D6D. Windows color (decimal): -2348378 or 10889948. OLE color: 10889948.
HSL color Cylindrical-coordinate representation of color #DC2AA6: hue angle of 318.2º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2AA6 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 166 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.14 |
| HSL | 318.2º | 0.72% | 0.51% | - |
| HSV(B) | 318.2º | 0.81% | 0.86% | - |
| XYZ | 37.23 | 19.62 | 37.9 | - |
| YUV | 109.36 | 159.97 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 166 | 0 | 0.81 | 0.25 | 0.14 | 318.2 | 0.72 | 0.51 |
| Hex | DC | 2A | A6 | 0 | 51 | 19 | E | 13E | 48 | 33 |
| Octal | 334 | 52 | 246 | 0 | 121 | 31 | 16 | 476 | 110 | 63 |
| Binary | 11011100 | 101010 | 10100110 | 0 | 1010001 | 11001 | 1110 | 100111110 | 1001000 | 110011 |
Color Harmonies of #DC2AA6
Complementary color
Monochromatic Colors of #DC2AA6
Black with #DC2AA6
Text Example
Text Example
White with #DC2AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2AA6; }
p { color: rgb(220,42,166); }
H1.HeaderClassName
{
color: #DC2AA6;
}
.AnyTagClassName
{
color: #DC2AA6;
}
</style>
background-color css
<style>
a { background-color: #DC2AA6; }
a { background-color: rgb(220,42,166); }
div.DivClassName
{
background-color: #DC2AA6;
}
.BgClassName
{
background-color: #DC2AA6;
}
</style>
border-color css
<style>
span { border-color: #DC2AA6; }
span { border-color: rgb(220,42,166); }
td.TdClassName
{
border-color: #DC2AA6;
}
.TagClassName
{
border-color: #DC2AA6;
}
</style>