Shades of Deep Magenta #D20ADF
Tints of Deep Magenta #D20ADF
RGB
CMYK
RGB Variations
Color information
#D20ADF (or 0xD20ADF) is known color: Deep Magenta. HEX triplet: D2, 0A and DF. RGB value is (210,10,223). Sum of RGB (Red+Green+Blue) = 210+10+223=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #D20ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ADF is #2DF520. Grayscale: #5D5D5D. Windows color (decimal): -3011873 or 14617298. OLE color: 14617298.
HSL color Cylindrical-coordinate representation of color #D20ADF: hue angle of 296.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20ADF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 10 | 223 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.13 |
| HSL | 296.34º | 0.91% | 0.46% | - |
| HSV(B) | 296.34º | 0.96% | 0.87% | - |
| XYZ | 40.01 | 19.25 | 71.42 | - |
| YUV | 94.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 223 | 0.06 | 0.96 | 0 | 0.13 | 296.34 | 0.91 | 0.46 |
| Hex | D2 | A | DF | 6 | 60 | 0 | D | 128 | 5B | 2E |
| Octal | 322 | 12 | 337 | 6 | 140 | 0 | 15 | 450 | 133 | 56 |
| Binary | 11010010 | 1010 | 11011111 | 110 | 1100000 | 0 | 1101 | 100101000 | 1011011 | 101110 |
Color Harmonies of #D20ADF
Complementary color
Monochromatic Colors of #D20ADF
Black with #D20ADF
Text Example
Text Example
White with #D20ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20ADF; }
p { color: rgb(210,10,223); }
H1.HeaderClassName
{
color: #D20ADF;
}
.AnyTagClassName
{
color: #D20ADF;
}
</style>
background-color css
<style>
a { background-color: #D20ADF; }
a { background-color: rgb(210,10,223); }
div.DivClassName
{
background-color: #D20ADF;
}
.BgClassName
{
background-color: #D20ADF;
}
</style>
border-color css
<style>
span { border-color: #D20ADF; }
span { border-color: rgb(210,10,223); }
td.TdClassName
{
border-color: #D20ADF;
}
.TagClassName
{
border-color: #D20ADF;
}
</style>