Shades of Deep Magenta #D00ADE
Tints of Deep Magenta #D00ADE
RGB
CMYK
RGB Variations
Color information
#D00ADE (or 0xD00ADE) is known color: Deep Magenta. HEX triplet: D0, 0A and DE. RGB value is (208,10,222). Sum of RGB (Red+Green+Blue) = 208+10+222=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #D00ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ADE is #2FF521. Grayscale: #5C5C5C. Windows color (decimal): -3142946 or 14551760. OLE color: 14551760.
HSL color Cylindrical-coordinate representation of color #D00ADE: hue angle of 296.04º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00ADE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 10 | 222 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.13 |
| HSL | 296.04º | 0.91% | 0.45% | - |
| HSV(B) | 296.04º | 0.95% | 0.87% | - |
| XYZ | 39.31 | 18.9 | 70.68 | - |
| YUV | 93.37 | 200.6 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 222 | 0.06 | 0.95 | 0 | 0.13 | 296.04 | 0.91 | 0.45 |
| Hex | D0 | A | DE | 6 | 5F | 0 | D | 128 | 5B | 2D |
| Octal | 320 | 12 | 336 | 6 | 137 | 0 | 15 | 450 | 133 | 55 |
| Binary | 11010000 | 1010 | 11011110 | 110 | 1011111 | 0 | 1101 | 100101000 | 1011011 | 101101 |
Color Harmonies of #D00ADE
Complementary color
Monochromatic Colors of #D00ADE
Black with #D00ADE
Text Example
Text Example
White with #D00ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00ADE; }
p { color: rgb(208,10,222); }
H1.HeaderClassName
{
color: #D00ADE;
}
.AnyTagClassName
{
color: #D00ADE;
}
</style>
background-color css
<style>
a { background-color: #D00ADE; }
a { background-color: rgb(208,10,222); }
div.DivClassName
{
background-color: #D00ADE;
}
.BgClassName
{
background-color: #D00ADE;
}
</style>
border-color css
<style>
span { border-color: #D00ADE; }
span { border-color: rgb(208,10,222); }
td.TdClassName
{
border-color: #D00ADE;
}
.TagClassName
{
border-color: #D00ADE;
}
</style>