Shades of Deep Magenta #D02ADE
Tints of Deep Magenta #D02ADE
RGB
CMYK
RGB Variations
Color information
#D02ADE (or 0xD02ADE) is known color: Deep Magenta. HEX triplet: D0, 2A and DE. RGB value is (208,42,222). Sum of RGB (Red+Green+Blue) = 208+42+222=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #D02ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ADE is #2FD521. Grayscale: #6F6F6F. Windows color (decimal): -3134754 or 14559952. OLE color: 14559952.
HSL color Cylindrical-coordinate representation of color #D02ADE: hue angle of 295.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02ADE is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 42 | 222 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.13 |
| HSL | 295.33º | 0.73% | 0.52% | - |
| HSV(B) | 295.33º | 0.81% | 0.87% | - |
| XYZ | 40.03 | 20.34 | 70.92 | - |
| YUV | 112.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 222 | 0.06 | 0.81 | 0 | 0.13 | 295.33 | 0.73 | 0.52 |
| Hex | D0 | 2A | DE | 6 | 51 | 0 | D | 127 | 49 | 34 |
| Octal | 320 | 52 | 336 | 6 | 121 | 0 | 15 | 447 | 111 | 64 |
| Binary | 11010000 | 101010 | 11011110 | 110 | 1010001 | 0 | 1101 | 100100111 | 1001001 | 110100 |
Color Harmonies of #D02ADE
Complementary color
Monochromatic Colors of #D02ADE
Black with #D02ADE
Text Example
Text Example
White with #D02ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02ADE; }
p { color: rgb(208,42,222); }
H1.HeaderClassName
{
color: #D02ADE;
}
.AnyTagClassName
{
color: #D02ADE;
}
</style>
background-color css
<style>
a { background-color: #D02ADE; }
a { background-color: rgb(208,42,222); }
div.DivClassName
{
background-color: #D02ADE;
}
.BgClassName
{
background-color: #D02ADE;
}
</style>
border-color css
<style>
span { border-color: #D02ADE; }
span { border-color: rgb(208,42,222); }
td.TdClassName
{
border-color: #D02ADE;
}
.TagClassName
{
border-color: #D02ADE;
}
</style>