Shades of Deep Cerise #DD2081
Tints of Deep Cerise #DD2081
RGB
CMYK
RGB Variations
Color information
#DD2081 (or 0xDD2081) is known color: Deep Cerise. HEX triplet: DD, 20 and 81. RGB value is (221,32,129). Sum of RGB (Red+Green+Blue) = 221+32+129=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2081 is #22DF7E. Grayscale: #636363. Windows color (decimal): -2285439 or 8462557. OLE color: 8462557.
HSL color Cylindrical-coordinate representation of color #DD2081: hue angle of 329.21º 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 #DD2081 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 129 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.13 |
| HSL | 329.21º | 0.75% | 0.5% | - |
| HSV(B) | 329.21º | 0.86% | 0.87% | - |
| XYZ | 34.3 | 17.99 | 22.43 | - |
| YUV | 99.57 | 144.62 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 129 | 0 | 0.86 | 0.42 | 0.13 | 329.21 | 0.75 | 0.5 |
| Hex | DD | 20 | 81 | 0 | 56 | 2A | D | 149 | 4B | 32 |
| Octal | 335 | 40 | 201 | 0 | 126 | 52 | 15 | 511 | 113 | 62 |
| Binary | 11011101 | 100000 | 10000001 | 0 | 1010110 | 101010 | 1101 | 101001001 | 1001011 | 110010 |
Color Harmonies of #DD2081
Complementary color
Monochromatic Colors of #DD2081
Black with #DD2081
Text Example
Text Example
White with #DD2081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2081; }
p { color: rgb(221,32,129); }
H1.HeaderClassName
{
color: #DD2081;
}
.AnyTagClassName
{
color: #DD2081;
}
</style>
background-color css
<style>
a { background-color: #DD2081; }
a { background-color: rgb(221,32,129); }
div.DivClassName
{
background-color: #DD2081;
}
.BgClassName
{
background-color: #DD2081;
}
</style>
border-color css
<style>
span { border-color: #DD2081; }
span { border-color: rgb(221,32,129); }
td.TdClassName
{
border-color: #DD2081;
}
.TagClassName
{
border-color: #DD2081;
}
</style>