Shades of Deep Cerise #DC3688
Tints of Deep Cerise #DC3688
RGB
CMYK
RGB Variations
Color information
#DC3688 (or 0xDC3688) is known color: Deep Cerise. HEX triplet: DC, 36 and 88. RGB value is (220,54,136). Sum of RGB (Red+Green+Blue) = 220+54+136=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3688 is #23C977. Grayscale: #707070. Windows color (decimal): -2345336 or 8926940. OLE color: 8926940.
HSL color Cylindrical-coordinate representation of color #DC3688: hue angle of 330.36º 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 #DC3688 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 136 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.14 |
| HSL | 330.36º | 0.7% | 0.54% | - |
| HSV(B) | 330.36º | 0.75% | 0.86% | - |
| XYZ | 35.28 | 19.63 | 25.22 | - |
| YUV | 112.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 136 | 0 | 0.75 | 0.38 | 0.14 | 330.36 | 0.7 | 0.54 |
| Hex | DC | 36 | 88 | 0 | 4B | 26 | E | 14A | 46 | 36 |
| Octal | 334 | 66 | 210 | 0 | 113 | 46 | 16 | 512 | 106 | 66 |
| Binary | 11011100 | 110110 | 10001000 | 0 | 1001011 | 100110 | 1110 | 101001010 | 1000110 | 110110 |
Color Harmonies of #DC3688
Complementary color
Monochromatic Colors of #DC3688
Black with #DC3688
Text Example
Text Example
White with #DC3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3688; }
p { color: rgb(220,54,136); }
H1.HeaderClassName
{
color: #DC3688;
}
.AnyTagClassName
{
color: #DC3688;
}
</style>
background-color css
<style>
a { background-color: #DC3688; }
a { background-color: rgb(220,54,136); }
div.DivClassName
{
background-color: #DC3688;
}
.BgClassName
{
background-color: #DC3688;
}
</style>
border-color css
<style>
span { border-color: #DC3688; }
span { border-color: rgb(220,54,136); }
td.TdClassName
{
border-color: #DC3688;
}
.TagClassName
{
border-color: #DC3688;
}
</style>