Shades of Deep Magenta #DD08CC
Tints of Deep Magenta #DD08CC
RGB
CMYK
RGB Variations
Color information
#DD08CC (or 0xDD08CC) is known color: Deep Magenta. HEX triplet: DD, 08 and CC. RGB value is (221,8,204). Sum of RGB (Red+Green+Blue) = 221+8+204=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08CC is #22F733. Grayscale: #5D5D5D. Windows color (decimal): -2291508 or 13371613. OLE color: 13371613.
HSL color Cylindrical-coordinate representation of color #DD08CC: hue angle of 304.79º 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 #DD08CC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 204 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.13 |
| HSL | 304.79º | 0.93% | 0.45% | - |
| HSV(B) | 304.79º | 0.96% | 0.87% | - |
| XYZ | 40.8 | 19.91 | 58.82 | - |
| YUV | 94.03 | 190.07 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 204 | 0 | 0.96 | 0.08 | 0.13 | 304.79 | 0.93 | 0.45 |
| Hex | DD | 8 | CC | 0 | 60 | 8 | D | 131 | 5D | 2D |
| Octal | 335 | 10 | 314 | 0 | 140 | 10 | 15 | 461 | 135 | 55 |
| Binary | 11011101 | 1000 | 11001100 | 0 | 1100000 | 1000 | 1101 | 100110001 | 1011101 | 101101 |
Color Harmonies of #DD08CC
Complementary color
Monochromatic Colors of #DD08CC
Black with #DD08CC
Text Example
Text Example
White with #DD08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD08CC; }
p { color: rgb(221,8,204); }
H1.HeaderClassName
{
color: #DD08CC;
}
.AnyTagClassName
{
color: #DD08CC;
}
</style>
background-color css
<style>
a { background-color: #DD08CC; }
a { background-color: rgb(221,8,204); }
div.DivClassName
{
background-color: #DD08CC;
}
.BgClassName
{
background-color: #DD08CC;
}
</style>
border-color css
<style>
span { border-color: #DD08CC; }
span { border-color: rgb(221,8,204); }
td.TdClassName
{
border-color: #DD08CC;
}
.TagClassName
{
border-color: #DD08CC;
}
</style>