Shades of Deep Cerise #DD3582
Tints of Deep Cerise #DD3582
RGB
CMYK
RGB Variations
Color information
#DD3582 (or 0xDD3582) is known color: Deep Cerise. HEX triplet: DD, 35 and 82. RGB value is (221,53,130). Sum of RGB (Red+Green+Blue) = 221+53+130=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3582 is #22CA7D. Grayscale: #6F6F6F. Windows color (decimal): -2280062 or 8533469. OLE color: 8533469.
HSL color Cylindrical-coordinate representation of color #DD3582: hue angle of 332.5º 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 #DD3582 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 130 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.13 |
| HSL | 332.5º | 0.71% | 0.54% | - |
| HSV(B) | 332.5º | 0.76% | 0.87% | - |
| XYZ | 35.12 | 19.53 | 23.04 | - |
| YUV | 112.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 130 | 0 | 0.76 | 0.41 | 0.13 | 332.5 | 0.71 | 0.54 |
| Hex | DD | 35 | 82 | 0 | 4C | 29 | D | 14C | 47 | 36 |
| Octal | 335 | 65 | 202 | 0 | 114 | 51 | 15 | 514 | 107 | 66 |
| Binary | 11011101 | 110101 | 10000010 | 0 | 1001100 | 101001 | 1101 | 101001100 | 1000111 | 110110 |
Color Harmonies of #DD3582
Complementary color
Monochromatic Colors of #DD3582
Black with #DD3582
Text Example
Text Example
White with #DD3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3582; }
p { color: rgb(221,53,130); }
H1.HeaderClassName
{
color: #DD3582;
}
.AnyTagClassName
{
color: #DD3582;
}
</style>
background-color css
<style>
a { background-color: #DD3582; }
a { background-color: rgb(221,53,130); }
div.DivClassName
{
background-color: #DD3582;
}
.BgClassName
{
background-color: #DD3582;
}
</style>
border-color css
<style>
span { border-color: #DD3582; }
span { border-color: rgb(221,53,130); }
td.TdClassName
{
border-color: #DD3582;
}
.TagClassName
{
border-color: #DD3582;
}
</style>