Shades of Deep Magenta #D02ADA
Tints of Deep Magenta #D02ADA
RGB
CMYK
RGB Variations
Color information
#D02ADA (or 0xD02ADA) is known color: Deep Magenta. HEX triplet: D0, 2A and DA. RGB value is (208,42,218). Sum of RGB (Red+Green+Blue) = 208+42+218=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #D02ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ADA is #2FD525. Grayscale: #6F6F6F. Windows color (decimal): -3134758 or 14297808. OLE color: 14297808.
HSL color Cylindrical-coordinate representation of color #D02ADA: hue angle of 296.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02ADA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 42 | 218 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.15 |
| HSL | 296.59º | 0.7% | 0.51% | - |
| HSV(B) | 296.59º | 0.81% | 0.85% | - |
| XYZ | 39.5 | 20.13 | 68.13 | - |
| YUV | 111.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 218 | 0.05 | 0.81 | 0 | 0.15 | 296.59 | 0.7 | 0.51 |
| Hex | D0 | 2A | DA | 5 | 51 | 0 | F | 129 | 46 | 33 |
| Octal | 320 | 52 | 332 | 5 | 121 | 0 | 17 | 451 | 106 | 63 |
| Binary | 11010000 | 101010 | 11011010 | 101 | 1010001 | 0 | 1111 | 100101001 | 1000110 | 110011 |
Color Harmonies of #D02ADA
Complementary color
Monochromatic Colors of #D02ADA
Black with #D02ADA
Text Example
Text Example
White with #D02ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02ADA; }
p { color: rgb(208,42,218); }
H1.HeaderClassName
{
color: #D02ADA;
}
.AnyTagClassName
{
color: #D02ADA;
}
</style>
background-color css
<style>
a { background-color: #D02ADA; }
a { background-color: rgb(208,42,218); }
div.DivClassName
{
background-color: #D02ADA;
}
.BgClassName
{
background-color: #D02ADA;
}
</style>
border-color css
<style>
span { border-color: #D02ADA; }
span { border-color: rgb(208,42,218); }
td.TdClassName
{
border-color: #D02ADA;
}
.TagClassName
{
border-color: #D02ADA;
}
</style>