Shades of Deep Magenta #DD08C5
Tints of Deep Magenta #DD08C5
RGB
CMYK
RGB Variations
Color information
#DD08C5 (or 0xDD08C5) is known color: Deep Magenta. HEX triplet: DD, 08 and C5. RGB value is (221,8,197). Sum of RGB (Red+Green+Blue) = 221+8+197=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08C5 is #22F73A. Grayscale: #5C5C5C. Windows color (decimal): -2291515 or 12912861. OLE color: 12912861.
HSL color Cylindrical-coordinate representation of color #DD08C5: hue angle of 306.76º 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 #DD08C5 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 197 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.13 |
| HSL | 306.76º | 0.93% | 0.45% | - |
| HSV(B) | 306.76º | 0.96% | 0.87% | - |
| XYZ | 39.98 | 19.58 | 54.49 | - |
| YUV | 93.23 | 186.57 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 197 | 0 | 0.96 | 0.11 | 0.13 | 306.76 | 0.93 | 0.45 |
| Hex | DD | 8 | C5 | 0 | 60 | B | D | 133 | 5D | 2D |
| Octal | 335 | 10 | 305 | 0 | 140 | 13 | 15 | 463 | 135 | 55 |
| Binary | 11011101 | 1000 | 11000101 | 0 | 1100000 | 1011 | 1101 | 100110011 | 1011101 | 101101 |
Color Harmonies of #DD08C5
Complementary color
Monochromatic Colors of #DD08C5
Black with #DD08C5
Text Example
Text Example
White with #DD08C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08C5; }
p { color: rgb(221,8,197); }
H1.HeaderClassName
{
color: #DD08C5;
}
.AnyTagClassName
{
color: #DD08C5;
}
</style>
background-color css
<style>
a { background-color: #DD08C5; }
a { background-color: rgb(221,8,197); }
div.DivClassName
{
background-color: #DD08C5;
}
.BgClassName
{
background-color: #DD08C5;
}
</style>
border-color css
<style>
span { border-color: #DD08C5; }
span { border-color: rgb(221,8,197); }
td.TdClassName
{
border-color: #DD08C5;
}
.TagClassName
{
border-color: #DD08C5;
}
</style>