Shades of Deep Magenta #D00DC0
Tints of Deep Magenta #D00DC0
RGB
CMYK
RGB Variations
Color information
#D00DC0 (or 0xD00DC0) is known color: Deep Magenta. HEX triplet: D0, 0D and C0. RGB value is (208,13,192). Sum of RGB (Red+Green+Blue) = 208+13+192=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DC0 is #2FF23F. Grayscale: #5B5B5B. Windows color (decimal): -3142208 or 12586448. OLE color: 12586448.
HSL color Cylindrical-coordinate representation of color #D00DC0: hue angle of 304.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 #D00DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.18 |
| HSL | 304.92º | 0.88% | 0.43% | - |
| HSV(B) | 304.92º | 0.94% | 0.82% | - |
| XYZ | 35.67 | 17.5 | 51.37 | - |
| YUV | 91.71 | 184.6 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 192 | 0 | 0.94 | 0.08 | 0.18 | 304.92 | 0.88 | 0.43 |
| Hex | D0 | D | C0 | 0 | 5E | 8 | 12 | 131 | 58 | 2B |
| Octal | 320 | 15 | 300 | 0 | 136 | 10 | 22 | 461 | 130 | 53 |
| Binary | 11010000 | 1101 | 11000000 | 0 | 1011110 | 1000 | 10010 | 100110001 | 1011000 | 101011 |
Color Harmonies of #D00DC0
Complementary color
Monochromatic Colors of #D00DC0
Black with #D00DC0
Text Example
Text Example
White with #D00DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DC0; }
p { color: rgb(208,13,192); }
H1.HeaderClassName
{
color: #D00DC0;
}
.AnyTagClassName
{
color: #D00DC0;
}
</style>
background-color css
<style>
a { background-color: #D00DC0; }
a { background-color: rgb(208,13,192); }
div.DivClassName
{
background-color: #D00DC0;
}
.BgClassName
{
background-color: #D00DC0;
}
</style>
border-color css
<style>
span { border-color: #D00DC0; }
span { border-color: rgb(208,13,192); }
td.TdClassName
{
border-color: #D00DC0;
}
.TagClassName
{
border-color: #D00DC0;
}
</style>