Shades of Deep Cerise #DC3191
Tints of Deep Cerise #DC3191
RGB
CMYK
RGB Variations
Color information
#DC3191 (or 0xDC3191) is known color: Deep Cerise. HEX triplet: DC, 31 and 91. RGB value is (220,49,145). Sum of RGB (Red+Green+Blue) = 220+49+145=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3191 is #23CE6E. Grayscale: #6E6E6E. Windows color (decimal): -2346607 or 9515484. OLE color: 9515484.
HSL color Cylindrical-coordinate representation of color #DC3191: hue angle of 326.32º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3191 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 145 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.14 |
| HSL | 326.32º | 0.71% | 0.53% | - |
| HSV(B) | 326.32º | 0.78% | 0.86% | - |
| XYZ | 35.72 | 19.46 | 28.66 | - |
| YUV | 111.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 145 | 0 | 0.78 | 0.34 | 0.14 | 326.32 | 0.71 | 0.53 |
| Hex | DC | 31 | 91 | 0 | 4E | 22 | E | 146 | 47 | 35 |
| Octal | 334 | 61 | 221 | 0 | 116 | 42 | 16 | 506 | 107 | 65 |
| Binary | 11011100 | 110001 | 10010001 | 0 | 1001110 | 100010 | 1110 | 101000110 | 1000111 | 110101 |
Color Harmonies of #DC3191
Complementary color
Monochromatic Colors of #DC3191
Black with #DC3191
Text Example
Text Example
White with #DC3191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3191; }
p { color: rgb(220,49,145); }
H1.HeaderClassName
{
color: #DC3191;
}
.AnyTagClassName
{
color: #DC3191;
}
</style>
background-color css
<style>
a { background-color: #DC3191; }
a { background-color: rgb(220,49,145); }
div.DivClassName
{
background-color: #DC3191;
}
.BgClassName
{
background-color: #DC3191;
}
</style>
border-color css
<style>
span { border-color: #DC3191; }
span { border-color: rgb(220,49,145); }
td.TdClassName
{
border-color: #DC3191;
}
.TagClassName
{
border-color: #DC3191;
}
</style>