Shades of Deep Cerise #DC2A8E
Tints of Deep Cerise #DC2A8E
RGB
CMYK
RGB Variations
Color information
#DC2A8E (or 0xDC2A8E) is known color: Deep Cerise. HEX triplet: DC, 2A and 8E. RGB value is (220,42,142). Sum of RGB (Red+Green+Blue) = 220+42+142=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A8E is #23D571. Grayscale: #6A6A6A. Windows color (decimal): -2348402 or 9317084. OLE color: 9317084.
HSL color Cylindrical-coordinate representation of color #DC2A8E: hue angle of 326.29º 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 #DC2A8E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 142 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.14 |
| HSL | 326.29º | 0.72% | 0.51% | - |
| HSV(B) | 326.29º | 0.81% | 0.86% | - |
| XYZ | 35.23 | 18.82 | 27.37 | - |
| YUV | 106.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 142 | 0 | 0.81 | 0.35 | 0.14 | 326.29 | 0.72 | 0.51 |
| Hex | DC | 2A | 8E | 0 | 51 | 23 | E | 146 | 48 | 33 |
| Octal | 334 | 52 | 216 | 0 | 121 | 43 | 16 | 506 | 110 | 63 |
| Binary | 11011100 | 101010 | 10001110 | 0 | 1010001 | 100011 | 1110 | 101000110 | 1001000 | 110011 |
Color Harmonies of #DC2A8E
Complementary color
Monochromatic Colors of #DC2A8E
Black with #DC2A8E
Text Example
Text Example
White with #DC2A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A8E; }
p { color: rgb(220,42,142); }
H1.HeaderClassName
{
color: #DC2A8E;
}
.AnyTagClassName
{
color: #DC2A8E;
}
</style>
background-color css
<style>
a { background-color: #DC2A8E; }
a { background-color: rgb(220,42,142); }
div.DivClassName
{
background-color: #DC2A8E;
}
.BgClassName
{
background-color: #DC2A8E;
}
</style>
border-color css
<style>
span { border-color: #DC2A8E; }
span { border-color: rgb(220,42,142); }
td.TdClassName
{
border-color: #DC2A8E;
}
.TagClassName
{
border-color: #DC2A8E;
}
</style>