Shades of Deep Cerise #DD3388
Tints of Deep Cerise #DD3388
RGB
CMYK
RGB Variations
Color information
#DD3388 (or 0xDD3388) is known color: Deep Cerise. HEX triplet: DD, 33 and 88. RGB value is (221,51,136). Sum of RGB (Red+Green+Blue) = 221+51+136=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3388 is #22CC77. Grayscale: #6F6F6F. Windows color (decimal): -2280568 or 8926173. OLE color: 8926173.
HSL color Cylindrical-coordinate representation of color #DD3388: hue angle of 330º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3388 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 136 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.13 |
| HSL | 330º | 0.71% | 0.53% | - |
| HSV(B) | 330º | 0.77% | 0.87% | - |
| XYZ | 35.45 | 19.52 | 25.19 | - |
| YUV | 111.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 136 | 0 | 0.77 | 0.38 | 0.13 | 330 | 0.71 | 0.53 |
| Hex | DD | 33 | 88 | 0 | 4D | 26 | D | 14A | 47 | 35 |
| Octal | 335 | 63 | 210 | 0 | 115 | 46 | 15 | 512 | 107 | 65 |
| Binary | 11011101 | 110011 | 10001000 | 0 | 1001101 | 100110 | 1101 | 101001010 | 1000111 | 110101 |
Color Harmonies of #DD3388
Complementary color
Monochromatic Colors of #DD3388
Black with #DD3388
Text Example
Text Example
White with #DD3388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3388; }
p { color: rgb(221,51,136); }
H1.HeaderClassName
{
color: #DD3388;
}
.AnyTagClassName
{
color: #DD3388;
}
</style>
background-color css
<style>
a { background-color: #DD3388; }
a { background-color: rgb(221,51,136); }
div.DivClassName
{
background-color: #DD3388;
}
.BgClassName
{
background-color: #DD3388;
}
</style>
border-color css
<style>
span { border-color: #DD3388; }
span { border-color: rgb(221,51,136); }
td.TdClassName
{
border-color: #DD3388;
}
.TagClassName
{
border-color: #DD3388;
}
</style>