Shades of Deep Cerise #DC2A91
Tints of Deep Cerise #DC2A91
RGB
CMYK
RGB Variations
Color information
#DC2A91 (or 0xDC2A91) is known color: Deep Cerise. HEX triplet: DC, 2A and 91. RGB value is (220,42,145). Sum of RGB (Red+Green+Blue) = 220+42+145=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A91 is #23D56E. Grayscale: #6A6A6A. Windows color (decimal): -2348399 or 9513692. OLE color: 9513692.
HSL color Cylindrical-coordinate representation of color #DC2A91: hue angle of 325.28º 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 #DC2A91 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 145 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.14 |
| HSL | 325.28º | 0.72% | 0.51% | - |
| HSV(B) | 325.28º | 0.81% | 0.86% | - |
| XYZ | 35.45 | 18.92 | 28.57 | - |
| YUV | 106.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 145 | 0 | 0.81 | 0.34 | 0.14 | 325.28 | 0.72 | 0.51 |
| Hex | DC | 2A | 91 | 0 | 51 | 22 | E | 145 | 48 | 33 |
| Octal | 334 | 52 | 221 | 0 | 121 | 42 | 16 | 505 | 110 | 63 |
| Binary | 11011100 | 101010 | 10010001 | 0 | 1010001 | 100010 | 1110 | 101000101 | 1001000 | 110011 |
Color Harmonies of #DC2A91
Complementary color
Monochromatic Colors of #DC2A91
Black with #DC2A91
Text Example
Text Example
White with #DC2A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A91; }
p { color: rgb(220,42,145); }
H1.HeaderClassName
{
color: #DC2A91;
}
.AnyTagClassName
{
color: #DC2A91;
}
</style>
background-color css
<style>
a { background-color: #DC2A91; }
a { background-color: rgb(220,42,145); }
div.DivClassName
{
background-color: #DC2A91;
}
.BgClassName
{
background-color: #DC2A91;
}
</style>
border-color css
<style>
span { border-color: #DC2A91; }
span { border-color: rgb(220,42,145); }
td.TdClassName
{
border-color: #DC2A91;
}
.TagClassName
{
border-color: #DC2A91;
}
</style>