Shades of Deep Cerise #DC3388
Tints of Deep Cerise #DC3388
RGB
CMYK
RGB Variations
Color information
#DC3388 (or 0xDC3388) is known color: Deep Cerise. HEX triplet: DC, 33 and 88. RGB value is (220,51,136). Sum of RGB (Red+Green+Blue) = 220+51+136=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3388 is #23CC77. Grayscale: #6F6F6F. Windows color (decimal): -2346104 or 8926172. OLE color: 8926172.
HSL color Cylindrical-coordinate representation of color #DC3388: hue angle of 329.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3388 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 136 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.14 |
| HSL | 329.82º | 0.71% | 0.53% | - |
| HSV(B) | 329.82º | 0.77% | 0.86% | - |
| XYZ | 35.14 | 19.36 | 25.18 | - |
| YUV | 111.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 136 | 0 | 0.77 | 0.38 | 0.14 | 329.82 | 0.71 | 0.53 |
| Hex | DC | 33 | 88 | 0 | 4D | 26 | E | 14A | 47 | 35 |
| Octal | 334 | 63 | 210 | 0 | 115 | 46 | 16 | 512 | 107 | 65 |
| Binary | 11011100 | 110011 | 10001000 | 0 | 1001101 | 100110 | 1110 | 101001010 | 1000111 | 110101 |
Color Harmonies of #DC3388
Complementary color
Monochromatic Colors of #DC3388
Black with #DC3388
Text Example
Text Example
White with #DC3388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3388; }
p { color: rgb(220,51,136); }
H1.HeaderClassName
{
color: #DC3388;
}
.AnyTagClassName
{
color: #DC3388;
}
</style>
background-color css
<style>
a { background-color: #DC3388; }
a { background-color: rgb(220,51,136); }
div.DivClassName
{
background-color: #DC3388;
}
.BgClassName
{
background-color: #DC3388;
}
</style>
border-color css
<style>
span { border-color: #DC3388; }
span { border-color: rgb(220,51,136); }
td.TdClassName
{
border-color: #DC3388;
}
.TagClassName
{
border-color: #DC3388;
}
</style>