Shades of Deep Magenta #DD08DD
Tints of Deep Magenta #DD08DD
RGB
CMYK
RGB Variations
Color information
#DD08DD (or 0xDD08DD) is known color: Deep Magenta. HEX triplet: DD, 08 and DD. RGB value is (221,8,221). Sum of RGB (Red+Green+Blue) = 221+8+221=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 8 (3.52% from 255 or 1.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD08DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08DD is #22F722. Grayscale: #5F5F5F. Windows color (decimal): -2291491 or 14485725. OLE color: 14485725.
HSL color Cylindrical-coordinate representation of color #DD08DD: hue angle of 300º 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 #DD08DD is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 221 | - |
| CMYK | 0 | 0.96 | 0 | 0.13 |
| HSL | 300º | 0.93% | 0.45% | - |
| HSV(B) | 300º | 0.96% | 0.87% | - |
| XYZ | 42.96 | 20.77 | 70.15 | - |
| YUV | 95.97 | 198.57 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 221 | 0 | 0.96 | 0 | 0.13 | 300 | 0.93 | 0.45 |
| Hex | DD | 8 | DD | 0 | 60 | 0 | D | 12C | 5D | 2D |
| Octal | 335 | 10 | 335 | 0 | 140 | 0 | 15 | 454 | 135 | 55 |
| Binary | 11011101 | 1000 | 11011101 | 0 | 1100000 | 0 | 1101 | 100101100 | 1011101 | 101101 |
Color Harmonies of #DD08DD
Complementary color
Monochromatic Colors of #DD08DD
Black with #DD08DD
Text Example
Text Example
White with #DD08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08DD; }
p { color: rgb(221,8,221); }
H1.HeaderClassName
{
color: #DD08DD;
}
.AnyTagClassName
{
color: #DD08DD;
}
</style>
background-color css
<style>
a { background-color: #DD08DD; }
a { background-color: rgb(221,8,221); }
div.DivClassName
{
background-color: #DD08DD;
}
.BgClassName
{
background-color: #DD08DD;
}
</style>
border-color css
<style>
span { border-color: #DD08DD; }
span { border-color: rgb(221,8,221); }
td.TdClassName
{
border-color: #DD08DD;
}
.TagClassName
{
border-color: #DD08DD;
}
</style>