Shades of Deep Magenta #D00ADF
Tints of Deep Magenta #D00ADF
RGB
CMYK
RGB Variations
Color information
#D00ADF (or 0xD00ADF) is known color: Deep Magenta. HEX triplet: D0, 0A and DF. RGB value is (208,10,223). Sum of RGB (Red+Green+Blue) = 208+10+223=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D00ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ADF is #2FF520. Grayscale: #5C5C5C. Windows color (decimal): -3142945 or 14617296. OLE color: 14617296.
HSL color Cylindrical-coordinate representation of color #D00ADF: hue angle of 295.77º 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 #D00ADF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 10 | 223 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.13 |
| HSL | 295.77º | 0.91% | 0.46% | - |
| HSV(B) | 295.77º | 0.96% | 0.87% | - |
| XYZ | 39.44 | 18.95 | 71.39 | - |
| YUV | 93.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 223 | 0.07 | 0.96 | 0 | 0.13 | 295.77 | 0.91 | 0.46 |
| Hex | D0 | A | DF | 7 | 60 | 0 | D | 128 | 5B | 2E |
| Octal | 320 | 12 | 337 | 7 | 140 | 0 | 15 | 450 | 133 | 56 |
| Binary | 11010000 | 1010 | 11011111 | 111 | 1100000 | 0 | 1101 | 100101000 | 1011011 | 101110 |
Color Harmonies of #D00ADF
Complementary color
Monochromatic Colors of #D00ADF
Black with #D00ADF
Text Example
Text Example
White with #D00ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00ADF; }
p { color: rgb(208,10,223); }
H1.HeaderClassName
{
color: #D00ADF;
}
.AnyTagClassName
{
color: #D00ADF;
}
</style>
background-color css
<style>
a { background-color: #D00ADF; }
a { background-color: rgb(208,10,223); }
div.DivClassName
{
background-color: #D00ADF;
}
.BgClassName
{
background-color: #D00ADF;
}
</style>
border-color css
<style>
span { border-color: #D00ADF; }
span { border-color: rgb(208,10,223); }
td.TdClassName
{
border-color: #D00ADF;
}
.TagClassName
{
border-color: #D00ADF;
}
</style>