Shades of Deep Magenta #D40ADF
Tints of Deep Magenta #D40ADF
RGB
CMYK
RGB Variations
Color information
#D40ADF (or 0xD40ADF) is known color: Deep Magenta. HEX triplet: D4, 0A and DF. RGB value is (212,10,223). Sum of RGB (Red+Green+Blue) = 212+10+223=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D40ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ADF is #2BF520. Grayscale: #5E5E5E. Windows color (decimal): -2880801 or 14617300. OLE color: 14617300.
HSL color Cylindrical-coordinate representation of color #D40ADF: hue angle of 296.9º 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 #D40ADF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 10 | 223 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.13 |
| HSL | 296.9º | 0.91% | 0.46% | - |
| HSV(B) | 296.9º | 0.96% | 0.87% | - |
| XYZ | 40.58 | 19.54 | 71.45 | - |
| YUV | 94.68 | 200.42 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 223 | 0.05 | 0.96 | 0 | 0.13 | 296.9 | 0.91 | 0.46 |
| Hex | D4 | A | DF | 5 | 60 | 0 | D | 129 | 5B | 2E |
| Octal | 324 | 12 | 337 | 5 | 140 | 0 | 15 | 451 | 133 | 56 |
| Binary | 11010100 | 1010 | 11011111 | 101 | 1100000 | 0 | 1101 | 100101001 | 1011011 | 101110 |
Color Harmonies of #D40ADF
Complementary color
Monochromatic Colors of #D40ADF
Black with #D40ADF
Text Example
Text Example
White with #D40ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40ADF; }
p { color: rgb(212,10,223); }
H1.HeaderClassName
{
color: #D40ADF;
}
.AnyTagClassName
{
color: #D40ADF;
}
</style>
background-color css
<style>
a { background-color: #D40ADF; }
a { background-color: rgb(212,10,223); }
div.DivClassName
{
background-color: #D40ADF;
}
.BgClassName
{
background-color: #D40ADF;
}
</style>
border-color css
<style>
span { border-color: #D40ADF; }
span { border-color: rgb(212,10,223); }
td.TdClassName
{
border-color: #D40ADF;
}
.TagClassName
{
border-color: #D40ADF;
}
</style>