Shades of Deep Cerise #DD3588
Tints of Deep Cerise #DD3588
RGB
CMYK
RGB Variations
Color information
#DD3588 (or 0xDD3588) is known color: Deep Cerise. HEX triplet: DD, 35 and 88. RGB value is (221,53,136). Sum of RGB (Red+Green+Blue) = 221+53+136=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3588 is #22CA77. Grayscale: #707070. Windows color (decimal): -2280056 or 8926685. OLE color: 8926685.
HSL color Cylindrical-coordinate representation of color #DD3588: hue angle of 330.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3588 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 136 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.13 |
| HSL | 330.36º | 0.71% | 0.54% | - |
| HSV(B) | 330.36º | 0.76% | 0.87% | - |
| XYZ | 35.54 | 19.7 | 25.22 | - |
| YUV | 112.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 136 | 0 | 0.76 | 0.38 | 0.13 | 330.36 | 0.71 | 0.54 |
| Hex | DD | 35 | 88 | 0 | 4C | 26 | D | 14A | 47 | 36 |
| Octal | 335 | 65 | 210 | 0 | 114 | 46 | 15 | 512 | 107 | 66 |
| Binary | 11011101 | 110101 | 10001000 | 0 | 1001100 | 100110 | 1101 | 101001010 | 1000111 | 110110 |
Color Harmonies of #DD3588
Complementary color
Monochromatic Colors of #DD3588
Black with #DD3588
Text Example
Text Example
White with #DD3588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3588; }
p { color: rgb(221,53,136); }
H1.HeaderClassName
{
color: #DD3588;
}
.AnyTagClassName
{
color: #DD3588;
}
</style>
background-color css
<style>
a { background-color: #DD3588; }
a { background-color: rgb(221,53,136); }
div.DivClassName
{
background-color: #DD3588;
}
.BgClassName
{
background-color: #DD3588;
}
</style>
border-color css
<style>
span { border-color: #DD3588; }
span { border-color: rgb(221,53,136); }
td.TdClassName
{
border-color: #DD3588;
}
.TagClassName
{
border-color: #DD3588;
}
</style>