Shades of Deep Cerise #DC4490
Tints of Deep Cerise #DC4490
RGB
CMYK
RGB Variations
Color information
#DC4490 (or 0xDC4490) is known color: Deep Cerise. HEX triplet: DC, 44 and 90. RGB value is (220,68,144). Sum of RGB (Red+Green+Blue) = 220+68+144=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4490 is #23BB6F. Grayscale: #797979. Windows color (decimal): -2341744 or 9454812. OLE color: 9454812.
HSL color Cylindrical-coordinate representation of color #DC4490: hue angle of 330º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4490 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 144 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.14 |
| HSL | 330º | 0.68% | 0.56% | - |
| HSV(B) | 330º | 0.69% | 0.86% | - |
| XYZ | 36.62 | 21.36 | 28.58 | - |
| YUV | 122.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 144 | 0 | 0.69 | 0.35 | 0.14 | 330 | 0.68 | 0.56 |
| Hex | DC | 44 | 90 | 0 | 45 | 23 | E | 14A | 44 | 38 |
| Octal | 334 | 104 | 220 | 0 | 105 | 43 | 16 | 512 | 104 | 70 |
| Binary | 11011100 | 1000100 | 10010000 | 0 | 1000101 | 100011 | 1110 | 101001010 | 1000100 | 111000 |
Color Harmonies of #DC4490
Complementary color
Monochromatic Colors of #DC4490
Black with #DC4490
Text Example
Text Example
White with #DC4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4490; }
p { color: rgb(220,68,144); }
H1.HeaderClassName
{
color: #DC4490;
}
.AnyTagClassName
{
color: #DC4490;
}
</style>
background-color css
<style>
a { background-color: #DC4490; }
a { background-color: rgb(220,68,144); }
div.DivClassName
{
background-color: #DC4490;
}
.BgClassName
{
background-color: #DC4490;
}
</style>
border-color css
<style>
span { border-color: #DC4490; }
span { border-color: rgb(220,68,144); }
td.TdClassName
{
border-color: #DC4490;
}
.TagClassName
{
border-color: #DC4490;
}
</style>