Shades of Deep Cerise #DC2491
Tints of Deep Cerise #DC2491
RGB
CMYK
RGB Variations
Color information
#DC2491 (or 0xDC2491) is known color: Deep Cerise. HEX triplet: DC, 24 and 91. RGB value is (220,36,145). Sum of RGB (Red+Green+Blue) = 220+36+145=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2491 is #23DB6E. Grayscale: #676767. Windows color (decimal): -2349935 or 9512156. OLE color: 9512156.
HSL color Cylindrical-coordinate representation of color #DC2491: hue angle of 324.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2491 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 145 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.14 |
| HSL | 324.46º | 0.72% | 0.5% | - |
| HSV(B) | 324.46º | 0.84% | 0.86% | - |
| XYZ | 35.26 | 18.52 | 28.5 | - |
| YUV | 103.44 | 151.46 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 145 | 0 | 0.84 | 0.34 | 0.14 | 324.46 | 0.72 | 0.5 |
| Hex | DC | 24 | 91 | 0 | 54 | 22 | E | 144 | 48 | 32 |
| Octal | 334 | 44 | 221 | 0 | 124 | 42 | 16 | 504 | 110 | 62 |
| Binary | 11011100 | 100100 | 10010001 | 0 | 1010100 | 100010 | 1110 | 101000100 | 1001000 | 110010 |
Color Harmonies of #DC2491
Complementary color
Monochromatic Colors of #DC2491
Black with #DC2491
Text Example
Text Example
White with #DC2491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2491; }
p { color: rgb(220,36,145); }
H1.HeaderClassName
{
color: #DC2491;
}
.AnyTagClassName
{
color: #DC2491;
}
</style>
background-color css
<style>
a { background-color: #DC2491; }
a { background-color: rgb(220,36,145); }
div.DivClassName
{
background-color: #DC2491;
}
.BgClassName
{
background-color: #DC2491;
}
</style>
border-color css
<style>
span { border-color: #DC2491; }
span { border-color: rgb(220,36,145); }
td.TdClassName
{
border-color: #DC2491;
}
.TagClassName
{
border-color: #DC2491;
}
</style>