Shades of Deep Cerise #DC3888
Tints of Deep Cerise #DC3888
RGB
CMYK
RGB Variations
Color information
#DC3888 (or 0xDC3888) is known color: Deep Cerise. HEX triplet: DC, 38 and 88. RGB value is (220,56,136). Sum of RGB (Red+Green+Blue) = 220+56+136=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3888 is #23C777. Grayscale: #727272. Windows color (decimal): -2344824 or 8927452. OLE color: 8927452.
HSL color Cylindrical-coordinate representation of color #DC3888: hue angle of 330.73º 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 #DC3888 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 136 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.14 |
| HSL | 330.73º | 0.7% | 0.54% | - |
| HSV(B) | 330.73º | 0.75% | 0.86% | - |
| XYZ | 35.37 | 19.82 | 25.25 | - |
| YUV | 114.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 136 | 0 | 0.75 | 0.38 | 0.14 | 330.73 | 0.7 | 0.54 |
| Hex | DC | 38 | 88 | 0 | 4B | 26 | E | 14B | 46 | 36 |
| Octal | 334 | 70 | 210 | 0 | 113 | 46 | 16 | 513 | 106 | 66 |
| Binary | 11011100 | 111000 | 10001000 | 0 | 1001011 | 100110 | 1110 | 101001011 | 1000110 | 110110 |
Color Harmonies of #DC3888
Complementary color
Monochromatic Colors of #DC3888
Black with #DC3888
Text Example
Text Example
White with #DC3888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3888; }
p { color: rgb(220,56,136); }
H1.HeaderClassName
{
color: #DC3888;
}
.AnyTagClassName
{
color: #DC3888;
}
</style>
background-color css
<style>
a { background-color: #DC3888; }
a { background-color: rgb(220,56,136); }
div.DivClassName
{
background-color: #DC3888;
}
.BgClassName
{
background-color: #DC3888;
}
</style>
border-color css
<style>
span { border-color: #DC3888; }
span { border-color: rgb(220,56,136); }
td.TdClassName
{
border-color: #DC3888;
}
.TagClassName
{
border-color: #DC3888;
}
</style>