Shades of Deep Cerise #DC2994
Tints of Deep Cerise #DC2994
RGB
CMYK
RGB Variations
Color information
#DC2994 (or 0xDC2994) is known color: Deep Cerise. HEX triplet: DC, 29 and 94. RGB value is (220,41,148). Sum of RGB (Red+Green+Blue) = 220+41+148=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2994 is #23D66B. Grayscale: #6A6A6A. Windows color (decimal): -2348652 or 9710044. OLE color: 9710044.
HSL color Cylindrical-coordinate representation of color #DC2994: hue angle of 324.13º 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 #DC2994 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 148 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.14 |
| HSL | 324.13º | 0.72% | 0.51% | - |
| HSV(B) | 324.13º | 0.81% | 0.86% | - |
| XYZ | 35.65 | 18.94 | 29.79 | - |
| YUV | 106.72 | 151.3 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 148 | 0 | 0.81 | 0.33 | 0.14 | 324.13 | 0.72 | 0.51 |
| Hex | DC | 29 | 94 | 0 | 51 | 21 | E | 144 | 48 | 33 |
| Octal | 334 | 51 | 224 | 0 | 121 | 41 | 16 | 504 | 110 | 63 |
| Binary | 11011100 | 101001 | 10010100 | 0 | 1010001 | 100001 | 1110 | 101000100 | 1001000 | 110011 |
Color Harmonies of #DC2994
Complementary color
Monochromatic Colors of #DC2994
Black with #DC2994
Text Example
Text Example
White with #DC2994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2994; }
p { color: rgb(220,41,148); }
H1.HeaderClassName
{
color: #DC2994;
}
.AnyTagClassName
{
color: #DC2994;
}
</style>
background-color css
<style>
a { background-color: #DC2994; }
a { background-color: rgb(220,41,148); }
div.DivClassName
{
background-color: #DC2994;
}
.BgClassName
{
background-color: #DC2994;
}
</style>
border-color css
<style>
span { border-color: #DC2994; }
span { border-color: rgb(220,41,148); }
td.TdClassName
{
border-color: #DC2994;
}
.TagClassName
{
border-color: #DC2994;
}
</style>