Shades of Deep Cerise #DC2DA1
Tints of Deep Cerise #DC2DA1
RGB
CMYK
RGB Variations
Color information
#DC2DA1 (or 0xDC2DA1) is known color: Deep Cerise. HEX triplet: DC, 2D and A1. RGB value is (220,45,161). Sum of RGB (Red+Green+Blue) = 220+45+161=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DA1 is #23D25E. Grayscale: #6E6E6E. Windows color (decimal): -2347615 or 10563036. OLE color: 10563036.
HSL color Cylindrical-coordinate representation of color #DC2DA1: hue angle of 320.23º 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 #DC2DA1 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 161 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.14 |
| HSL | 320.23º | 0.71% | 0.52% | - |
| HSV(B) | 320.23º | 0.8% | 0.86% | - |
| XYZ | 36.89 | 19.67 | 35.57 | - |
| YUV | 110.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 161 | 0 | 0.80 | 0.27 | 0.14 | 320.23 | 0.71 | 0.52 |
| Hex | DC | 2D | A1 | 0 | 50 | 1B | E | 140 | 47 | 34 |
| Octal | 334 | 55 | 241 | 0 | 120 | 33 | 16 | 500 | 107 | 64 |
| Binary | 11011100 | 101101 | 10100001 | 0 | 1010000 | 11011 | 1110 | 101000000 | 1000111 | 110100 |
Color Harmonies of #DC2DA1
Complementary color
Monochromatic Colors of #DC2DA1
Black with #DC2DA1
Text Example
Text Example
White with #DC2DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DA1; }
p { color: rgb(220,45,161); }
H1.HeaderClassName
{
color: #DC2DA1;
}
.AnyTagClassName
{
color: #DC2DA1;
}
</style>
background-color css
<style>
a { background-color: #DC2DA1; }
a { background-color: rgb(220,45,161); }
div.DivClassName
{
background-color: #DC2DA1;
}
.BgClassName
{
background-color: #DC2DA1;
}
</style>
border-color css
<style>
span { border-color: #DC2DA1; }
span { border-color: rgb(220,45,161); }
td.TdClassName
{
border-color: #DC2DA1;
}
.TagClassName
{
border-color: #DC2DA1;
}
</style>