Shades of Deep Cerise #DC3788
Tints of Deep Cerise #DC3788
RGB
CMYK
RGB Variations
Color information
#DC3788 (or 0xDC3788) is known color: Deep Cerise. HEX triplet: DC, 37 and 88. RGB value is (220,55,136). Sum of RGB (Red+Green+Blue) = 220+55+136=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3788 is #23C877. Grayscale: #717171. Windows color (decimal): -2345080 or 8927196. OLE color: 8927196.
HSL color Cylindrical-coordinate representation of color #DC3788: hue angle of 330.55º 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 #DC3788 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 136 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.14 |
| HSL | 330.55º | 0.7% | 0.54% | - |
| HSV(B) | 330.55º | 0.75% | 0.86% | - |
| XYZ | 35.33 | 19.73 | 25.24 | - |
| YUV | 113.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 136 | 0 | 0.75 | 0.38 | 0.14 | 330.55 | 0.7 | 0.54 |
| Hex | DC | 37 | 88 | 0 | 4B | 26 | E | 14B | 46 | 36 |
| Octal | 334 | 67 | 210 | 0 | 113 | 46 | 16 | 513 | 106 | 66 |
| Binary | 11011100 | 110111 | 10001000 | 0 | 1001011 | 100110 | 1110 | 101001011 | 1000110 | 110110 |
Color Harmonies of #DC3788
Complementary color
Monochromatic Colors of #DC3788
Black with #DC3788
Text Example
Text Example
White with #DC3788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3788; }
p { color: rgb(220,55,136); }
H1.HeaderClassName
{
color: #DC3788;
}
.AnyTagClassName
{
color: #DC3788;
}
</style>
background-color css
<style>
a { background-color: #DC3788; }
a { background-color: rgb(220,55,136); }
div.DivClassName
{
background-color: #DC3788;
}
.BgClassName
{
background-color: #DC3788;
}
</style>
border-color css
<style>
span { border-color: #DC3788; }
span { border-color: rgb(220,55,136); }
td.TdClassName
{
border-color: #DC3788;
}
.TagClassName
{
border-color: #DC3788;
}
</style>