Shades of Deep Cerise #DD2080
Tints of Deep Cerise #DD2080
RGB
CMYK
RGB Variations
Color information
#DD2080 (or 0xDD2080) is known color: Deep Cerise. HEX triplet: DD, 20 and 80. RGB value is (221,32,128). Sum of RGB (Red+Green+Blue) = 221+32+128=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2080 is #22DF7F. Grayscale: #636363. Windows color (decimal): -2285440 or 8397021. OLE color: 8397021.
HSL color Cylindrical-coordinate representation of color #DD2080: hue angle of 329.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2080 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 128 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.13 |
| HSL | 329.52º | 0.75% | 0.5% | - |
| HSV(B) | 329.52º | 0.86% | 0.87% | - |
| XYZ | 34.23 | 17.96 | 22.09 | - |
| YUV | 99.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 128 | 0 | 0.86 | 0.42 | 0.13 | 329.52 | 0.75 | 0.5 |
| Hex | DD | 20 | 80 | 0 | 56 | 2A | D | 14A | 4B | 32 |
| Octal | 335 | 40 | 200 | 0 | 126 | 52 | 15 | 512 | 113 | 62 |
| Binary | 11011101 | 100000 | 10000000 | 0 | 1010110 | 101010 | 1101 | 101001010 | 1001011 | 110010 |
Color Harmonies of #DD2080
Complementary color
Monochromatic Colors of #DD2080
Black with #DD2080
Text Example
Text Example
White with #DD2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2080; }
p { color: rgb(221,32,128); }
H1.HeaderClassName
{
color: #DD2080;
}
.AnyTagClassName
{
color: #DD2080;
}
</style>
background-color css
<style>
a { background-color: #DD2080; }
a { background-color: rgb(221,32,128); }
div.DivClassName
{
background-color: #DD2080;
}
.BgClassName
{
background-color: #DD2080;
}
</style>
border-color css
<style>
span { border-color: #DD2080; }
span { border-color: rgb(221,32,128); }
td.TdClassName
{
border-color: #DD2080;
}
.TagClassName
{
border-color: #DD2080;
}
</style>