Shades of Deep Cerise #DD3986
Tints of Deep Cerise #DD3986
RGB
CMYK
RGB Variations
Color information
#DD3986 (or 0xDD3986) is known color: Deep Cerise. HEX triplet: DD, 39 and 86. RGB value is (221,57,134). Sum of RGB (Red+Green+Blue) = 221+57+134=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3986 is #22C679. Grayscale: #727272. Windows color (decimal): -2279034 or 8796637. OLE color: 8796637.
HSL color Cylindrical-coordinate representation of color #DD3986: hue angle of 331.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3986 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 134 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.13 |
| HSL | 331.83º | 0.71% | 0.55% | - |
| HSV(B) | 331.83º | 0.74% | 0.87% | - |
| XYZ | 35.59 | 20.02 | 24.54 | - |
| YUV | 114.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 134 | 0 | 0.74 | 0.39 | 0.13 | 331.83 | 0.71 | 0.55 |
| Hex | DD | 39 | 86 | 0 | 4A | 27 | D | 14C | 47 | 37 |
| Octal | 335 | 71 | 206 | 0 | 112 | 47 | 15 | 514 | 107 | 67 |
| Binary | 11011101 | 111001 | 10000110 | 0 | 1001010 | 100111 | 1101 | 101001100 | 1000111 | 110111 |
Color Harmonies of #DD3986
Complementary color
Monochromatic Colors of #DD3986
Black with #DD3986
Text Example
Text Example
White with #DD3986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3986; }
p { color: rgb(221,57,134); }
H1.HeaderClassName
{
color: #DD3986;
}
.AnyTagClassName
{
color: #DD3986;
}
</style>
background-color css
<style>
a { background-color: #DD3986; }
a { background-color: rgb(221,57,134); }
div.DivClassName
{
background-color: #DD3986;
}
.BgClassName
{
background-color: #DD3986;
}
</style>
border-color css
<style>
span { border-color: #DD3986; }
span { border-color: rgb(221,57,134); }
td.TdClassName
{
border-color: #DD3986;
}
.TagClassName
{
border-color: #DD3986;
}
</style>