Shades of Deep Cerise #DD2986
Tints of Deep Cerise #DD2986
RGB
CMYK
RGB Variations
Color information
#DD2986 (or 0xDD2986) is known color: Deep Cerise. HEX triplet: DD, 29 and 86. RGB value is (221,41,134). Sum of RGB (Red+Green+Blue) = 221+41+134=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2986 is #22D679. Grayscale: #696969. Windows color (decimal): -2283130 or 8792541. OLE color: 8792541.
HSL color Cylindrical-coordinate representation of color #DD2986: hue angle of 329º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2986 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 134 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.13 |
| HSL | 329º | 0.73% | 0.51% | - |
| HSV(B) | 329º | 0.81% | 0.87% | - |
| XYZ | 34.91 | 18.68 | 24.32 | - |
| YUV | 105.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 134 | 0 | 0.81 | 0.39 | 0.13 | 329 | 0.73 | 0.51 |
| Hex | DD | 29 | 86 | 0 | 51 | 27 | D | 149 | 49 | 33 |
| Octal | 335 | 51 | 206 | 0 | 121 | 47 | 15 | 511 | 111 | 63 |
| Binary | 11011101 | 101001 | 10000110 | 0 | 1010001 | 100111 | 1101 | 101001001 | 1001001 | 110011 |
Color Harmonies of #DD2986
Complementary color
Monochromatic Colors of #DD2986
Black with #DD2986
Text Example
Text Example
White with #DD2986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2986; }
p { color: rgb(221,41,134); }
H1.HeaderClassName
{
color: #DD2986;
}
.AnyTagClassName
{
color: #DD2986;
}
</style>
background-color css
<style>
a { background-color: #DD2986; }
a { background-color: rgb(221,41,134); }
div.DivClassName
{
background-color: #DD2986;
}
.BgClassName
{
background-color: #DD2986;
}
</style>
border-color css
<style>
span { border-color: #DD2986; }
span { border-color: rgb(221,41,134); }
td.TdClassName
{
border-color: #DD2986;
}
.TagClassName
{
border-color: #DD2986;
}
</style>