Shades of Deep Cerise #DD2484
Tints of Deep Cerise #DD2484
RGB
CMYK
RGB Variations
Color information
#DD2484 (or 0xDD2484) is known color: Deep Cerise. HEX triplet: DD, 24 and 84. RGB value is (221,36,132). Sum of RGB (Red+Green+Blue) = 221+36+132=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2484 is #22DB7B. Grayscale: #666666. Windows color (decimal): -2284412 or 8660189. OLE color: 8660189.
HSL color Cylindrical-coordinate representation of color #DD2484: hue angle of 328.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2484 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 132 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.13 |
| HSL | 328.86º | 0.73% | 0.5% | - |
| HSV(B) | 328.86º | 0.84% | 0.87% | - |
| XYZ | 34.61 | 18.3 | 23.54 | - |
| YUV | 102.26 | 144.79 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 132 | 0 | 0.84 | 0.40 | 0.13 | 328.86 | 0.73 | 0.5 |
| Hex | DD | 24 | 84 | 0 | 54 | 28 | D | 149 | 49 | 32 |
| Octal | 335 | 44 | 204 | 0 | 124 | 50 | 15 | 511 | 111 | 62 |
| Binary | 11011101 | 100100 | 10000100 | 0 | 1010100 | 101000 | 1101 | 101001001 | 1001001 | 110010 |
Color Harmonies of #DD2484
Complementary color
Monochromatic Colors of #DD2484
Black with #DD2484
Text Example
Text Example
White with #DD2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2484; }
p { color: rgb(221,36,132); }
H1.HeaderClassName
{
color: #DD2484;
}
.AnyTagClassName
{
color: #DD2484;
}
</style>
background-color css
<style>
a { background-color: #DD2484; }
a { background-color: rgb(221,36,132); }
div.DivClassName
{
background-color: #DD2484;
}
.BgClassName
{
background-color: #DD2484;
}
</style>
border-color css
<style>
span { border-color: #DD2484; }
span { border-color: rgb(221,36,132); }
td.TdClassName
{
border-color: #DD2484;
}
.TagClassName
{
border-color: #DD2484;
}
</style>