Shades of Deep Magenta #D72ADE
Tints of Deep Magenta #D72ADE
RGB
CMYK
RGB Variations
Color information
#D72ADE (or 0xD72ADE) is known color: Deep Magenta. HEX triplet: D7, 2A and DE. RGB value is (215,42,222). Sum of RGB (Red+Green+Blue) = 215+42+222=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #D72ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ADE is #28D521. Grayscale: #717171. Windows color (decimal): -2676002 or 14559959. OLE color: 14559959.
HSL color Cylindrical-coordinate representation of color #D72ADE: hue angle of 297.67º degrees, saturation: 0.73, 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 #D72ADE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 42 | 222 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.13 |
| HSL | 297.67º | 0.73% | 0.52% | - |
| HSV(B) | 297.67º | 0.81% | 0.87% | - |
| XYZ | 42.04 | 21.38 | 71.02 | - |
| YUV | 114.25 | 188.81 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 222 | 0.03 | 0.81 | 0 | 0.13 | 297.67 | 0.73 | 0.52 |
| Hex | D7 | 2A | DE | 3 | 51 | 0 | D | 12A | 49 | 34 |
| Octal | 327 | 52 | 336 | 3 | 121 | 0 | 15 | 452 | 111 | 64 |
| Binary | 11010111 | 101010 | 11011110 | 11 | 1010001 | 0 | 1101 | 100101010 | 1001001 | 110100 |
Color Harmonies of #D72ADE
Complementary color
Monochromatic Colors of #D72ADE
Black with #D72ADE
Text Example
Text Example
White with #D72ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ADE; }
p { color: rgb(215,42,222); }
H1.HeaderClassName
{
color: #D72ADE;
}
.AnyTagClassName
{
color: #D72ADE;
}
</style>
background-color css
<style>
a { background-color: #D72ADE; }
a { background-color: rgb(215,42,222); }
div.DivClassName
{
background-color: #D72ADE;
}
.BgClassName
{
background-color: #D72ADE;
}
</style>
border-color css
<style>
span { border-color: #D72ADE; }
span { border-color: rgb(215,42,222); }
td.TdClassName
{
border-color: #D72ADE;
}
.TagClassName
{
border-color: #D72ADE;
}
</style>