Shades of Deep Magenta #D000DC
Tints of Deep Magenta #D000DC
RGB
CMYK
RGB Variations
Color information
#D000DC (or 0xD000DC) is known color: Deep Magenta. HEX triplet: D0, 00 and DC. RGB value is (208,0,220). Sum of RGB (Red+Green+Blue) = 208+0+220=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #D000DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000DC is #2FFF23. Grayscale: #565656. Windows color (decimal): -3145508 or 14418128. OLE color: 14418128.
HSL color Cylindrical-coordinate representation of color #D000DC: hue angle of 296.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000DC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 0 | 220 | - |
| CMYK | 0.05 | 1 | 0 | 0.14 |
| HSL | 296.73º | 1% | 0.43% | - |
| HSV(B) | 296.73º | 1% | 0.86% | - |
| XYZ | 38.93 | 18.58 | 69.24 | - |
| YUV | 87.27 | 202.91 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 220 | 0.05 | 1 | 0 | 0.14 | 296.73 | 1 | 0.43 |
| Hex | D0 | 0 | DC | 5 | 64 | 0 | E | 129 | 64 | 2B |
| Octal | 320 | 0 | 334 | 5 | 144 | 0 | 16 | 451 | 144 | 53 |
| Binary | 11010000 | 0 | 11011100 | 101 | 1100100 | 0 | 1110 | 100101001 | 1100100 | 101011 |
Color Harmonies of #D000DC
Complementary color
Monochromatic Colors of #D000DC
Black with #D000DC
Text Example
Text Example
White with #D000DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000DC; }
p { color: rgb(208,0,220); }
H1.HeaderClassName
{
color: #D000DC;
}
.AnyTagClassName
{
color: #D000DC;
}
</style>
background-color css
<style>
a { background-color: #D000DC; }
a { background-color: rgb(208,0,220); }
div.DivClassName
{
background-color: #D000DC;
}
.BgClassName
{
background-color: #D000DC;
}
</style>
border-color css
<style>
span { border-color: #D000DC; }
span { border-color: rgb(208,0,220); }
td.TdClassName
{
border-color: #D000DC;
}
.TagClassName
{
border-color: #D000DC;
}
</style>