Shades of Deep Cerise #DC2CA6
Tints of Deep Cerise #DC2CA6
RGB
CMYK
RGB Variations
Color information
#DC2CA6 (or 0xDC2CA6) is known color: Deep Cerise. HEX triplet: DC, 2C and A6. RGB value is (220,44,166). Sum of RGB (Red+Green+Blue) = 220+44+166=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2CA6 is #23D359. Grayscale: #6E6E6E. Windows color (decimal): -2347866 or 10890460. OLE color: 10890460.
HSL color Cylindrical-coordinate representation of color #DC2CA6: hue angle of 318.41º degrees, saturation: 0.72, 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 #DC2CA6 is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 166 | - |
| CMYK | 0 | 0.8 | 0.25 | 0.14 |
| HSL | 318.41º | 0.72% | 0.52% | - |
| HSV(B) | 318.41º | 0.8% | 0.86% | - |
| XYZ | 37.3 | 19.77 | 37.93 | - |
| YUV | 110.53 | 159.31 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 166 | 0 | 0.8 | 0.25 | 0.14 | 318.41 | 0.72 | 0.52 |
| Hex | DC | 2C | A6 | 0 | 50 | 19 | E | 13E | 48 | 34 |
| Octal | 334 | 54 | 246 | 0 | 120 | 31 | 16 | 476 | 110 | 64 |
| Binary | 11011100 | 101100 | 10100110 | 0 | 1010000 | 11001 | 1110 | 100111110 | 1001000 | 110100 |
Color Harmonies of #DC2CA6
Complementary color
Monochromatic Colors of #DC2CA6
Black with #DC2CA6
Text Example
Text Example
White with #DC2CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CA6; }
p { color: rgb(220,44,166); }
H1.HeaderClassName
{
color: #DC2CA6;
}
.AnyTagClassName
{
color: #DC2CA6;
}
</style>
background-color css
<style>
a { background-color: #DC2CA6; }
a { background-color: rgb(220,44,166); }
div.DivClassName
{
background-color: #DC2CA6;
}
.BgClassName
{
background-color: #DC2CA6;
}
</style>
border-color css
<style>
span { border-color: #DC2CA6; }
span { border-color: rgb(220,44,166); }
td.TdClassName
{
border-color: #DC2CA6;
}
.TagClassName
{
border-color: #DC2CA6;
}
</style>