Shades of Deep Cerise #DD3488
Tints of Deep Cerise #DD3488
RGB
CMYK
RGB Variations
Color information
#DD3488 (or 0xDD3488) is known color: Deep Cerise. HEX triplet: DD, 34 and 88. RGB value is (221,52,136). Sum of RGB (Red+Green+Blue) = 221+52+136=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3488 is #22CB77. Grayscale: #6F6F6F. Windows color (decimal): -2280312 or 8926429. OLE color: 8926429.
HSL color Cylindrical-coordinate representation of color #DD3488: hue angle of 330.18º 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 #DD3488 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 136 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.13 |
| HSL | 330.18º | 0.71% | 0.54% | - |
| HSV(B) | 330.18º | 0.76% | 0.87% | - |
| XYZ | 35.49 | 19.61 | 25.21 | - |
| YUV | 112.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 136 | 0 | 0.76 | 0.38 | 0.13 | 330.18 | 0.71 | 0.54 |
| Hex | DD | 34 | 88 | 0 | 4C | 26 | D | 14A | 47 | 36 |
| Octal | 335 | 64 | 210 | 0 | 114 | 46 | 15 | 512 | 107 | 66 |
| Binary | 11011101 | 110100 | 10001000 | 0 | 1001100 | 100110 | 1101 | 101001010 | 1000111 | 110110 |
Color Harmonies of #DD3488
Complementary color
Monochromatic Colors of #DD3488
Black with #DD3488
Text Example
Text Example
White with #DD3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3488; }
p { color: rgb(221,52,136); }
H1.HeaderClassName
{
color: #DD3488;
}
.AnyTagClassName
{
color: #DD3488;
}
</style>
background-color css
<style>
a { background-color: #DD3488; }
a { background-color: rgb(221,52,136); }
div.DivClassName
{
background-color: #DD3488;
}
.BgClassName
{
background-color: #DD3488;
}
</style>
border-color css
<style>
span { border-color: #DD3488; }
span { border-color: rgb(221,52,136); }
td.TdClassName
{
border-color: #DD3488;
}
.TagClassName
{
border-color: #DD3488;
}
</style>