Shades of Deep Magenta #D00DCD
Tints of Deep Magenta #D00DCD
RGB
CMYK
RGB Variations
Color information
#D00DCD (or 0xD00DCD) is known color: Deep Magenta. HEX triplet: D0, 0D and CD. RGB value is (208,13,205). Sum of RGB (Red+Green+Blue) = 208+13+205=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DCD is #2FF232. Grayscale: #5C5C5C. Windows color (decimal): -3142195 or 13438416. OLE color: 13438416.
HSL color Cylindrical-coordinate representation of color #D00DCD: hue angle of 300.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DCD is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.18 |
| HSL | 300.92º | 0.88% | 0.43% | - |
| HSV(B) | 300.92º | 0.94% | 0.82% | - |
| XYZ | 37.18 | 18.11 | 59.29 | - |
| YUV | 93.19 | 191.1 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 205 | 0 | 0.94 | 0.01 | 0.18 | 300.92 | 0.88 | 0.43 |
| Hex | D0 | D | CD | 0 | 5E | 1 | 12 | 12D | 58 | 2B |
| Octal | 320 | 15 | 315 | 0 | 136 | 1 | 22 | 455 | 130 | 53 |
| Binary | 11010000 | 1101 | 11001101 | 0 | 1011110 | 1 | 10010 | 100101101 | 1011000 | 101011 |
Color Harmonies of #D00DCD
Complementary color
Monochromatic Colors of #D00DCD
Black with #D00DCD
Text Example
Text Example
White with #D00DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DCD; }
p { color: rgb(208,13,205); }
H1.HeaderClassName
{
color: #D00DCD;
}
.AnyTagClassName
{
color: #D00DCD;
}
</style>
background-color css
<style>
a { background-color: #D00DCD; }
a { background-color: rgb(208,13,205); }
div.DivClassName
{
background-color: #D00DCD;
}
.BgClassName
{
background-color: #D00DCD;
}
</style>
border-color css
<style>
span { border-color: #D00DCD; }
span { border-color: rgb(208,13,205); }
td.TdClassName
{
border-color: #D00DCD;
}
.TagClassName
{
border-color: #D00DCD;
}
</style>