Shades of Deep Cerise #DC4391
Tints of Deep Cerise #DC4391
RGB
CMYK
RGB Variations
Color information
#DC4391 (or 0xDC4391) is known color: Deep Cerise. HEX triplet: DC, 43 and 91. RGB value is (220,67,145). Sum of RGB (Red+Green+Blue) = 220+67+145=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4391 is #23BC6E. Grayscale: #797979. Windows color (decimal): -2341999 or 9520092. OLE color: 9520092.
HSL color Cylindrical-coordinate representation of color #DC4391: hue angle of 329.41º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4391 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 145 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.14 |
| HSL | 329.41º | 0.69% | 0.56% | - |
| HSV(B) | 329.41º | 0.7% | 0.86% | - |
| XYZ | 36.63 | 21.27 | 28.96 | - |
| YUV | 121.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 145 | 0 | 0.70 | 0.34 | 0.14 | 329.41 | 0.69 | 0.56 |
| Hex | DC | 43 | 91 | 0 | 46 | 22 | E | 149 | 45 | 38 |
| Octal | 334 | 103 | 221 | 0 | 106 | 42 | 16 | 511 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10010001 | 0 | 1000110 | 100010 | 1110 | 101001001 | 1000101 | 111000 |
Color Harmonies of #DC4391
Complementary color
Monochromatic Colors of #DC4391
Black with #DC4391
Text Example
Text Example
White with #DC4391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4391; }
p { color: rgb(220,67,145); }
H1.HeaderClassName
{
color: #DC4391;
}
.AnyTagClassName
{
color: #DC4391;
}
</style>
background-color css
<style>
a { background-color: #DC4391; }
a { background-color: rgb(220,67,145); }
div.DivClassName
{
background-color: #DC4391;
}
.BgClassName
{
background-color: #DC4391;
}
</style>
border-color css
<style>
span { border-color: #DC4391; }
span { border-color: rgb(220,67,145); }
td.TdClassName
{
border-color: #DC4391;
}
.TagClassName
{
border-color: #DC4391;
}
</style>