Shades of Deep Cerise #DD3486
Tints of Deep Cerise #DD3486
RGB
CMYK
RGB Variations
Color information
#DD3486 (or 0xDD3486) is known color: Deep Cerise. HEX triplet: DD, 34 and 86. RGB value is (221,52,134). Sum of RGB (Red+Green+Blue) = 221+52+134=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3486 is #22CB79. Grayscale: #6F6F6F. Windows color (decimal): -2280314 or 8795357. OLE color: 8795357.
HSL color Cylindrical-coordinate representation of color #DD3486: hue angle of 330.89º 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 #DD3486 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 134 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.13 |
| HSL | 330.89º | 0.71% | 0.54% | - |
| HSV(B) | 330.89º | 0.76% | 0.87% | - |
| XYZ | 35.35 | 19.55 | 24.46 | - |
| YUV | 111.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 134 | 0 | 0.76 | 0.39 | 0.13 | 330.89 | 0.71 | 0.54 |
| Hex | DD | 34 | 86 | 0 | 4C | 27 | D | 14B | 47 | 36 |
| Octal | 335 | 64 | 206 | 0 | 114 | 47 | 15 | 513 | 107 | 66 |
| Binary | 11011101 | 110100 | 10000110 | 0 | 1001100 | 100111 | 1101 | 101001011 | 1000111 | 110110 |
Color Harmonies of #DD3486
Complementary color
Monochromatic Colors of #DD3486
Black with #DD3486
Text Example
Text Example
White with #DD3486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3486; }
p { color: rgb(221,52,134); }
H1.HeaderClassName
{
color: #DD3486;
}
.AnyTagClassName
{
color: #DD3486;
}
</style>
background-color css
<style>
a { background-color: #DD3486; }
a { background-color: rgb(221,52,134); }
div.DivClassName
{
background-color: #DD3486;
}
.BgClassName
{
background-color: #DD3486;
}
</style>
border-color css
<style>
span { border-color: #DD3486; }
span { border-color: rgb(221,52,134); }
td.TdClassName
{
border-color: #DD3486;
}
.TagClassName
{
border-color: #DD3486;
}
</style>