Shades of Deep Cerise #DD3E84
Tints of Deep Cerise #DD3E84
RGB
CMYK
RGB Variations
Color information
#DD3E84 (or 0xDD3E84) is known color: Deep Cerise. HEX triplet: DD, 3E and 84. RGB value is (221,62,132). Sum of RGB (Red+Green+Blue) = 221+62+132=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E84 is #22C17B. Grayscale: #757575. Windows color (decimal): -2277756 or 8666845. OLE color: 8666845.
HSL color Cylindrical-coordinate representation of color #DD3E84: hue angle of 333.58º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E84 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 132 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.13 |
| HSL | 333.58º | 0.7% | 0.55% | - |
| HSV(B) | 333.58º | 0.72% | 0.87% | - |
| XYZ | 35.71 | 20.48 | 23.9 | - |
| YUV | 117.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 132 | 0 | 0.72 | 0.40 | 0.13 | 333.58 | 0.7 | 0.55 |
| Hex | DD | 3E | 84 | 0 | 48 | 28 | D | 14E | 46 | 37 |
| Octal | 335 | 76 | 204 | 0 | 110 | 50 | 15 | 516 | 106 | 67 |
| Binary | 11011101 | 111110 | 10000100 | 0 | 1001000 | 101000 | 1101 | 101001110 | 1000110 | 110111 |
Color Harmonies of #DD3E84
Complementary color
Monochromatic Colors of #DD3E84
Black with #DD3E84
Text Example
Text Example
White with #DD3E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E84; }
p { color: rgb(221,62,132); }
H1.HeaderClassName
{
color: #DD3E84;
}
.AnyTagClassName
{
color: #DD3E84;
}
</style>
background-color css
<style>
a { background-color: #DD3E84; }
a { background-color: rgb(221,62,132); }
div.DivClassName
{
background-color: #DD3E84;
}
.BgClassName
{
background-color: #DD3E84;
}
</style>
border-color css
<style>
span { border-color: #DD3E84; }
span { border-color: rgb(221,62,132); }
td.TdClassName
{
border-color: #DD3E84;
}
.TagClassName
{
border-color: #DD3E84;
}
</style>