Shades of Deep Magenta #DD08B5
Tints of Deep Magenta #DD08B5
RGB
CMYK
RGB Variations
Color information
#DD08B5 (or 0xDD08B5) is known color: Deep Magenta. HEX triplet: DD, 08 and B5. RGB value is (221,8,181). Sum of RGB (Red+Green+Blue) = 221+8+181=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08B5 is #22F74A. Grayscale: #5A5A5A. Windows color (decimal): -2291531 or 11864285. OLE color: 11864285.
HSL color Cylindrical-coordinate representation of color #DD08B5: hue angle of 311.27º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08B5 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 181 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.13 |
| HSL | 311.27º | 0.93% | 0.45% | - |
| HSV(B) | 311.27º | 0.96% | 0.87% | - |
| XYZ | 38.25 | 18.88 | 45.34 | - |
| YUV | 91.41 | 178.57 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 181 | 0 | 0.96 | 0.18 | 0.13 | 311.27 | 0.93 | 0.45 |
| Hex | DD | 8 | B5 | 0 | 60 | 12 | D | 137 | 5D | 2D |
| Octal | 335 | 10 | 265 | 0 | 140 | 22 | 15 | 467 | 135 | 55 |
| Binary | 11011101 | 1000 | 10110101 | 0 | 1100000 | 10010 | 1101 | 100110111 | 1011101 | 101101 |
Color Harmonies of #DD08B5
Complementary color
Monochromatic Colors of #DD08B5
Black with #DD08B5
Text Example
Text Example
White with #DD08B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08B5; }
p { color: rgb(221,8,181); }
H1.HeaderClassName
{
color: #DD08B5;
}
.AnyTagClassName
{
color: #DD08B5;
}
</style>
background-color css
<style>
a { background-color: #DD08B5; }
a { background-color: rgb(221,8,181); }
div.DivClassName
{
background-color: #DD08B5;
}
.BgClassName
{
background-color: #DD08B5;
}
</style>
border-color css
<style>
span { border-color: #DD08B5; }
span { border-color: rgb(221,8,181); }
td.TdClassName
{
border-color: #DD08B5;
}
.TagClassName
{
border-color: #DD08B5;
}
</style>