Shades of Deep Magenta #D00DDC
Tints of Deep Magenta #D00DDC
RGB
CMYK
RGB Variations
Color information
#D00DDC (or 0xD00DDC) is known color: Deep Magenta. HEX triplet: D0, 0D and DC. RGB value is (208,13,220). Sum of RGB (Red+Green+Blue) = 208+13+220=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #D00DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DDC is #2FF223. Grayscale: #5E5E5E. Windows color (decimal): -3142180 or 14421456. OLE color: 14421456.
HSL color Cylindrical-coordinate representation of color #D00DDC: hue angle of 296.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DDC is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 13 | 220 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.14 |
| HSL | 296.52º | 0.89% | 0.46% | - |
| HSV(B) | 296.52º | 0.94% | 0.86% | - |
| XYZ | 39.07 | 18.87 | 69.29 | - |
| YUV | 94.9 | 198.6 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 220 | 0.05 | 0.94 | 0 | 0.14 | 296.52 | 0.89 | 0.46 |
| Hex | D0 | D | DC | 5 | 5E | 0 | E | 129 | 59 | 2E |
| Octal | 320 | 15 | 334 | 5 | 136 | 0 | 16 | 451 | 131 | 56 |
| Binary | 11010000 | 1101 | 11011100 | 101 | 1011110 | 0 | 1110 | 100101001 | 1011001 | 101110 |
Color Harmonies of #D00DDC
Complementary color
Monochromatic Colors of #D00DDC
Black with #D00DDC
Text Example
Text Example
White with #D00DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DDC; }
p { color: rgb(208,13,220); }
H1.HeaderClassName
{
color: #D00DDC;
}
.AnyTagClassName
{
color: #D00DDC;
}
</style>
background-color css
<style>
a { background-color: #D00DDC; }
a { background-color: rgb(208,13,220); }
div.DivClassName
{
background-color: #D00DDC;
}
.BgClassName
{
background-color: #D00DDC;
}
</style>
border-color css
<style>
span { border-color: #D00DDC; }
span { border-color: rgb(208,13,220); }
td.TdClassName
{
border-color: #D00DDC;
}
.TagClassName
{
border-color: #D00DDC;
}
</style>