Shades of Deep Cerise #DD3F84
Tints of Deep Cerise #DD3F84
RGB
CMYK
RGB Variations
Color information
#DD3F84 (or 0xDD3F84) is known color: Deep Cerise. HEX triplet: DD, 3F and 84. RGB value is (221,63,132). Sum of RGB (Red+Green+Blue) = 221+63+132=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3F84 is #22C07B. Grayscale: #757575. Windows color (decimal): -2277500 or 8667101. OLE color: 8667101.
HSL color Cylindrical-coordinate representation of color #DD3F84: hue angle of 333.8º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F84 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 132 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.13 |
| HSL | 333.8º | 0.7% | 0.56% | - |
| HSV(B) | 333.8º | 0.71% | 0.87% | - |
| XYZ | 35.76 | 20.59 | 23.92 | - |
| YUV | 118.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 132 | 0 | 0.71 | 0.40 | 0.13 | 333.8 | 0.7 | 0.56 |
| Hex | DD | 3F | 84 | 0 | 47 | 28 | D | 14E | 46 | 38 |
| Octal | 335 | 77 | 204 | 0 | 107 | 50 | 15 | 516 | 106 | 70 |
| Binary | 11011101 | 111111 | 10000100 | 0 | 1000111 | 101000 | 1101 | 101001110 | 1000110 | 111000 |
Color Harmonies of #DD3F84
Complementary color
Monochromatic Colors of #DD3F84
Black with #DD3F84
Text Example
Text Example
White with #DD3F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F84; }
p { color: rgb(221,63,132); }
H1.HeaderClassName
{
color: #DD3F84;
}
.AnyTagClassName
{
color: #DD3F84;
}
</style>
background-color css
<style>
a { background-color: #DD3F84; }
a { background-color: rgb(221,63,132); }
div.DivClassName
{
background-color: #DD3F84;
}
.BgClassName
{
background-color: #DD3F84;
}
</style>
border-color css
<style>
span { border-color: #DD3F84; }
span { border-color: rgb(221,63,132); }
td.TdClassName
{
border-color: #DD3F84;
}
.TagClassName
{
border-color: #DD3F84;
}
</style>