Shades of Deep Magenta #D00ADC
Tints of Deep Magenta #D00ADC
RGB
CMYK
RGB Variations
Color information
#D00ADC (or 0xD00ADC) is known color: Deep Magenta. HEX triplet: D0, 0A and DC. RGB value is (208,10,220). Sum of RGB (Red+Green+Blue) = 208+10+220=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #D00ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ADC is #2FF523. Grayscale: #5C5C5C. Windows color (decimal): -3142948 or 14420688. OLE color: 14420688.
HSL color Cylindrical-coordinate representation of color #D00ADC: hue angle of 296.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00ADC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 10 | 220 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 296.57º | 0.91% | 0.45% | - |
| HSV(B) | 296.57º | 0.95% | 0.86% | - |
| XYZ | 39.04 | 18.79 | 69.28 | - |
| YUV | 93.14 | 199.6 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 220 | 0.05 | 0.95 | 0 | 0.14 | 296.57 | 0.91 | 0.45 |
| Hex | D0 | A | DC | 5 | 5F | 0 | E | 129 | 5B | 2D |
| Octal | 320 | 12 | 334 | 5 | 137 | 0 | 16 | 451 | 133 | 55 |
| Binary | 11010000 | 1010 | 11011100 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011011 | 101101 |
Color Harmonies of #D00ADC
Complementary color
Monochromatic Colors of #D00ADC
Black with #D00ADC
Text Example
Text Example
White with #D00ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00ADC; }
p { color: rgb(208,10,220); }
H1.HeaderClassName
{
color: #D00ADC;
}
.AnyTagClassName
{
color: #D00ADC;
}
</style>
background-color css
<style>
a { background-color: #D00ADC; }
a { background-color: rgb(208,10,220); }
div.DivClassName
{
background-color: #D00ADC;
}
.BgClassName
{
background-color: #D00ADC;
}
</style>
border-color css
<style>
span { border-color: #D00ADC; }
span { border-color: rgb(208,10,220); }
td.TdClassName
{
border-color: #D00ADC;
}
.TagClassName
{
border-color: #D00ADC;
}
</style>