Shades of Deep Cerise #DC2BA6
Tints of Deep Cerise #DC2BA6
RGB
CMYK
RGB Variations
Color information
#DC2BA6 (or 0xDC2BA6) is known color: Deep Cerise. HEX triplet: DC, 2B and A6. RGB value is (220,43,166). Sum of RGB (Red+Green+Blue) = 220+43+166=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2BA6 is #23D459. Grayscale: #6D6D6D. Windows color (decimal): -2348122 or 10890204. OLE color: 10890204.
HSL color Cylindrical-coordinate representation of color #DC2BA6: hue angle of 318.31º 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 #DC2BA6 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 166 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.14 |
| HSL | 318.31º | 0.72% | 0.52% | - |
| HSV(B) | 318.31º | 0.8% | 0.86% | - |
| XYZ | 37.26 | 19.7 | 37.91 | - |
| YUV | 109.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 166 | 0 | 0.80 | 0.25 | 0.14 | 318.31 | 0.72 | 0.52 |
| Hex | DC | 2B | A6 | 0 | 50 | 19 | E | 13E | 48 | 34 |
| Octal | 334 | 53 | 246 | 0 | 120 | 31 | 16 | 476 | 110 | 64 |
| Binary | 11011100 | 101011 | 10100110 | 0 | 1010000 | 11001 | 1110 | 100111110 | 1001000 | 110100 |
Color Harmonies of #DC2BA6
Complementary color
Monochromatic Colors of #DC2BA6
Black with #DC2BA6
Text Example
Text Example
White with #DC2BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BA6; }
p { color: rgb(220,43,166); }
H1.HeaderClassName
{
color: #DC2BA6;
}
.AnyTagClassName
{
color: #DC2BA6;
}
</style>
background-color css
<style>
a { background-color: #DC2BA6; }
a { background-color: rgb(220,43,166); }
div.DivClassName
{
background-color: #DC2BA6;
}
.BgClassName
{
background-color: #DC2BA6;
}
</style>
border-color css
<style>
span { border-color: #DC2BA6; }
span { border-color: rgb(220,43,166); }
td.TdClassName
{
border-color: #DC2BA6;
}
.TagClassName
{
border-color: #DC2BA6;
}
</style>