Shades of Deep Magenta #D72ADD
Tints of Deep Magenta #D72ADD
RGB
CMYK
RGB Variations
Color information
#D72ADD (or 0xD72ADD) is known color: Deep Magenta. HEX triplet: D7, 2A and DD. RGB value is (215,42,221). Sum of RGB (Red+Green+Blue) = 215+42+221=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #D72ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ADD is #28D522. Grayscale: #717171. Windows color (decimal): -2676003 or 14494423. OLE color: 14494423.
HSL color Cylindrical-coordinate representation of color #D72ADD: hue angle of 297.99º degrees, saturation: 0.72, 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 #D72ADD is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 42 | 221 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.13 |
| HSL | 297.99º | 0.72% | 0.52% | - |
| HSV(B) | 297.99º | 0.81% | 0.87% | - |
| XYZ | 41.9 | 21.32 | 70.31 | - |
| YUV | 114.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 221 | 0.03 | 0.81 | 0 | 0.13 | 297.99 | 0.72 | 0.52 |
| Hex | D7 | 2A | DD | 3 | 51 | 0 | D | 12A | 48 | 34 |
| Octal | 327 | 52 | 335 | 3 | 121 | 0 | 15 | 452 | 110 | 64 |
| Binary | 11010111 | 101010 | 11011101 | 11 | 1010001 | 0 | 1101 | 100101010 | 1001000 | 110100 |
Color Harmonies of #D72ADD
Complementary color
Monochromatic Colors of #D72ADD
Black with #D72ADD
Text Example
Text Example
White with #D72ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ADD; }
p { color: rgb(215,42,221); }
H1.HeaderClassName
{
color: #D72ADD;
}
.AnyTagClassName
{
color: #D72ADD;
}
</style>
background-color css
<style>
a { background-color: #D72ADD; }
a { background-color: rgb(215,42,221); }
div.DivClassName
{
background-color: #D72ADD;
}
.BgClassName
{
background-color: #D72ADD;
}
</style>
border-color css
<style>
span { border-color: #D72ADD; }
span { border-color: rgb(215,42,221); }
td.TdClassName
{
border-color: #D72ADD;
}
.TagClassName
{
border-color: #D72ADD;
}
</style>