Shades of Deep Cerise #DC2C8E
Tints of Deep Cerise #DC2C8E
RGB
CMYK
RGB Variations
Color information
#DC2C8E (or 0xDC2C8E) is known color: Deep Cerise. HEX triplet: DC, 2C and 8E. RGB value is (220,44,142). Sum of RGB (Red+Green+Blue) = 220+44+142=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C8E is #23D371. Grayscale: #6B6B6B. Windows color (decimal): -2347890 or 9317596. OLE color: 9317596.
HSL color Cylindrical-coordinate representation of color #DC2C8E: hue angle of 326.59º 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 #DC2C8E is Cyan = 0, Magento = 0.8, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 142 | - |
| CMYK | 0 | 0.8 | 0.35 | 0.14 |
| HSL | 326.59º | 0.72% | 0.52% | - |
| HSV(B) | 326.59º | 0.8% | 0.86% | - |
| XYZ | 35.3 | 18.97 | 27.39 | - |
| YUV | 107.8 | 147.31 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 142 | 0 | 0.8 | 0.35 | 0.14 | 326.59 | 0.72 | 0.52 |
| Hex | DC | 2C | 8E | 0 | 50 | 23 | E | 147 | 48 | 34 |
| Octal | 334 | 54 | 216 | 0 | 120 | 43 | 16 | 507 | 110 | 64 |
| Binary | 11011100 | 101100 | 10001110 | 0 | 1010000 | 100011 | 1110 | 101000111 | 1001000 | 110100 |
Color Harmonies of #DC2C8E
Complementary color
Monochromatic Colors of #DC2C8E
Black with #DC2C8E
Text Example
Text Example
White with #DC2C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C8E; }
p { color: rgb(220,44,142); }
H1.HeaderClassName
{
color: #DC2C8E;
}
.AnyTagClassName
{
color: #DC2C8E;
}
</style>
background-color css
<style>
a { background-color: #DC2C8E; }
a { background-color: rgb(220,44,142); }
div.DivClassName
{
background-color: #DC2C8E;
}
.BgClassName
{
background-color: #DC2C8E;
}
</style>
border-color css
<style>
span { border-color: #DC2C8E; }
span { border-color: rgb(220,44,142); }
td.TdClassName
{
border-color: #DC2C8E;
}
.TagClassName
{
border-color: #DC2C8E;
}
</style>