Shades of Deep Cerise #DC4291
Tints of Deep Cerise #DC4291
RGB
CMYK
RGB Variations
Color information
#DC4291 (or 0xDC4291) is known color: Deep Cerise. HEX triplet: DC, 42 and 91. RGB value is (220,66,145). Sum of RGB (Red+Green+Blue) = 220+66+145=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4291 is #23BD6E. Grayscale: #787878. Windows color (decimal): -2342255 or 9519836. OLE color: 9519836.
HSL color Cylindrical-coordinate representation of color #DC4291: hue angle of 329.22º 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 #DC4291 is Cyan = 0, Magento = 0.7, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 145 | - |
| CMYK | 0 | 0.7 | 0.34 | 0.14 |
| HSL | 329.22º | 0.69% | 0.56% | - |
| HSV(B) | 329.22º | 0.7% | 0.86% | - |
| XYZ | 36.57 | 21.16 | 28.94 | - |
| YUV | 121.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 145 | 0 | 0.7 | 0.34 | 0.14 | 329.22 | 0.69 | 0.56 |
| Hex | DC | 42 | 91 | 0 | 46 | 22 | E | 149 | 45 | 38 |
| Octal | 334 | 102 | 221 | 0 | 106 | 42 | 16 | 511 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10010001 | 0 | 1000110 | 100010 | 1110 | 101001001 | 1000101 | 111000 |
Color Harmonies of #DC4291
Complementary color
Monochromatic Colors of #DC4291
Black with #DC4291
Text Example
Text Example
White with #DC4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4291; }
p { color: rgb(220,66,145); }
H1.HeaderClassName
{
color: #DC4291;
}
.AnyTagClassName
{
color: #DC4291;
}
</style>
background-color css
<style>
a { background-color: #DC4291; }
a { background-color: rgb(220,66,145); }
div.DivClassName
{
background-color: #DC4291;
}
.BgClassName
{
background-color: #DC4291;
}
</style>
border-color css
<style>
span { border-color: #DC4291; }
span { border-color: rgb(220,66,145); }
td.TdClassName
{
border-color: #DC4291;
}
.TagClassName
{
border-color: #DC4291;
}
</style>