Shades of Deep Magenta #D02ADF
Tints of Deep Magenta #D02ADF
RGB
CMYK
RGB Variations
Color information
#D02ADF (or 0xD02ADF) is known color: Deep Magenta. HEX triplet: D0, 2A and DF. RGB value is (208,42,223). Sum of RGB (Red+Green+Blue) = 208+42+223=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D02ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ADF is #2FD520. Grayscale: #6F6F6F. Windows color (decimal): -3134753 or 14625488. OLE color: 14625488.
HSL color Cylindrical-coordinate representation of color #D02ADF: hue angle of 295.03º degrees, saturation: 0.74, 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 #D02ADF is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 42 | 223 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.13 |
| HSL | 295.03º | 0.74% | 0.52% | - |
| HSV(B) | 295.03º | 0.81% | 0.87% | - |
| XYZ | 40.16 | 20.39 | 71.63 | - |
| YUV | 112.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 223 | 0.07 | 0.81 | 0 | 0.13 | 295.03 | 0.74 | 0.52 |
| Hex | D0 | 2A | DF | 7 | 51 | 0 | D | 127 | 4A | 34 |
| Octal | 320 | 52 | 337 | 7 | 121 | 0 | 15 | 447 | 112 | 64 |
| Binary | 11010000 | 101010 | 11011111 | 111 | 1010001 | 0 | 1101 | 100100111 | 1001010 | 110100 |
Color Harmonies of #D02ADF
Complementary color
Monochromatic Colors of #D02ADF
Black with #D02ADF
Text Example
Text Example
White with #D02ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02ADF; }
p { color: rgb(208,42,223); }
H1.HeaderClassName
{
color: #D02ADF;
}
.AnyTagClassName
{
color: #D02ADF;
}
</style>
background-color css
<style>
a { background-color: #D02ADF; }
a { background-color: rgb(208,42,223); }
div.DivClassName
{
background-color: #D02ADF;
}
.BgClassName
{
background-color: #D02ADF;
}
</style>
border-color css
<style>
span { border-color: #D02ADF; }
span { border-color: rgb(208,42,223); }
td.TdClassName
{
border-color: #D02ADF;
}
.TagClassName
{
border-color: #D02ADF;
}
</style>