Shades of Deep Cerise #DC2A9E
Tints of Deep Cerise #DC2A9E
RGB
CMYK
RGB Variations
Color information
#DC2A9E (or 0xDC2A9E) is known color: Deep Cerise. HEX triplet: DC, 2A and 9E. RGB value is (220,42,158). Sum of RGB (Red+Green+Blue) = 220+42+158=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A9E is #23D561. Grayscale: #6C6C6C. Windows color (decimal): -2348386 or 10365660. OLE color: 10365660.
HSL color Cylindrical-coordinate representation of color #DC2A9E: hue angle of 320.9º 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 #DC2A9E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 158 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.14 |
| HSL | 320.9º | 0.72% | 0.51% | - |
| HSV(B) | 320.9º | 0.81% | 0.86% | - |
| XYZ | 36.51 | 19.34 | 34.16 | - |
| YUV | 108.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 158 | 0 | 0.81 | 0.28 | 0.14 | 320.9 | 0.72 | 0.51 |
| Hex | DC | 2A | 9E | 0 | 51 | 1C | E | 141 | 48 | 33 |
| Octal | 334 | 52 | 236 | 0 | 121 | 34 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 101010 | 10011110 | 0 | 1010001 | 11100 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC2A9E
Complementary color
Monochromatic Colors of #DC2A9E
Black with #DC2A9E
Text Example
Text Example
White with #DC2A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A9E; }
p { color: rgb(220,42,158); }
H1.HeaderClassName
{
color: #DC2A9E;
}
.AnyTagClassName
{
color: #DC2A9E;
}
</style>
background-color css
<style>
a { background-color: #DC2A9E; }
a { background-color: rgb(220,42,158); }
div.DivClassName
{
background-color: #DC2A9E;
}
.BgClassName
{
background-color: #DC2A9E;
}
</style>
border-color css
<style>
span { border-color: #DC2A9E; }
span { border-color: rgb(220,42,158); }
td.TdClassName
{
border-color: #DC2A9E;
}
.TagClassName
{
border-color: #DC2A9E;
}
</style>