Shades of Deep Cerise #DC3891
Tints of Deep Cerise #DC3891
RGB
CMYK
RGB Variations
Color information
#DC3891 (or 0xDC3891) is known color: Deep Cerise. HEX triplet: DC, 38 and 91. RGB value is (220,56,145). Sum of RGB (Red+Green+Blue) = 220+56+145=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3891 is #23C76E. Grayscale: #727272. Windows color (decimal): -2344815 or 9517276. OLE color: 9517276.
HSL color Cylindrical-coordinate representation of color #DC3891: hue angle of 327.44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3891 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 145 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.14 |
| HSL | 327.44º | 0.7% | 0.54% | - |
| HSV(B) | 327.44º | 0.75% | 0.86% | - |
| XYZ | 36.04 | 20.09 | 28.77 | - |
| YUV | 115.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 145 | 0 | 0.75 | 0.34 | 0.14 | 327.44 | 0.7 | 0.54 |
| Hex | DC | 38 | 91 | 0 | 4B | 22 | E | 147 | 46 | 36 |
| Octal | 334 | 70 | 221 | 0 | 113 | 42 | 16 | 507 | 106 | 66 |
| Binary | 11011100 | 111000 | 10010001 | 0 | 1001011 | 100010 | 1110 | 101000111 | 1000110 | 110110 |
Color Harmonies of #DC3891
Complementary color
Monochromatic Colors of #DC3891
Black with #DC3891
Text Example
Text Example
White with #DC3891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3891; }
p { color: rgb(220,56,145); }
H1.HeaderClassName
{
color: #DC3891;
}
.AnyTagClassName
{
color: #DC3891;
}
</style>
background-color css
<style>
a { background-color: #DC3891; }
a { background-color: rgb(220,56,145); }
div.DivClassName
{
background-color: #DC3891;
}
.BgClassName
{
background-color: #DC3891;
}
</style>
border-color css
<style>
span { border-color: #DC3891; }
span { border-color: rgb(220,56,145); }
td.TdClassName
{
border-color: #DC3891;
}
.TagClassName
{
border-color: #DC3891;
}
</style>