Shades of Deep Cerise #DC2990
Tints of Deep Cerise #DC2990
RGB
CMYK
RGB Variations
Color information
#DC2990 (or 0xDC2990) is known color: Deep Cerise. HEX triplet: DC, 29 and 90. RGB value is (220,41,144). Sum of RGB (Red+Green+Blue) = 220+41+144=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2990 is #23D66F. Grayscale: #6A6A6A. Windows color (decimal): -2348656 or 9447900. OLE color: 9447900.
HSL color Cylindrical-coordinate representation of color #DC2990: hue angle of 325.47º 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 #DC2990 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 144 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.14 |
| HSL | 325.47º | 0.72% | 0.51% | - |
| HSV(B) | 325.47º | 0.81% | 0.86% | - |
| XYZ | 35.34 | 18.82 | 28.15 | - |
| YUV | 106.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 144 | 0 | 0.81 | 0.35 | 0.14 | 325.47 | 0.72 | 0.51 |
| Hex | DC | 29 | 90 | 0 | 51 | 23 | E | 145 | 48 | 33 |
| Octal | 334 | 51 | 220 | 0 | 121 | 43 | 16 | 505 | 110 | 63 |
| Binary | 11011100 | 101001 | 10010000 | 0 | 1010001 | 100011 | 1110 | 101000101 | 1001000 | 110011 |
Color Harmonies of #DC2990
Complementary color
Monochromatic Colors of #DC2990
Black with #DC2990
Text Example
Text Example
White with #DC2990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2990; }
p { color: rgb(220,41,144); }
H1.HeaderClassName
{
color: #DC2990;
}
.AnyTagClassName
{
color: #DC2990;
}
</style>
background-color css
<style>
a { background-color: #DC2990; }
a { background-color: rgb(220,41,144); }
div.DivClassName
{
background-color: #DC2990;
}
.BgClassName
{
background-color: #DC2990;
}
</style>
border-color css
<style>
span { border-color: #DC2990; }
span { border-color: rgb(220,41,144); }
td.TdClassName
{
border-color: #DC2990;
}
.TagClassName
{
border-color: #DC2990;
}
</style>