Shades of Deep Magenta #D72AD2
Tints of Deep Magenta #D72AD2
RGB
CMYK
RGB Variations
Color information
#D72AD2 (or 0xD72AD2) is known color: Deep Magenta. HEX triplet: D7, 2A and D2. RGB value is (215,42,210). Sum of RGB (Red+Green+Blue) = 215+42+210=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72AD2 is #28D52D. Grayscale: #707070. Windows color (decimal): -2676014 or 13773527. OLE color: 13773527.
HSL color Cylindrical-coordinate representation of color #D72AD2: hue angle of 301.73º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AD2 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 210 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.16 |
| HSL | 301.73º | 0.68% | 0.5% | - |
| HSV(B) | 301.73º | 0.8% | 0.84% | - |
| XYZ | 40.49 | 20.76 | 62.85 | - |
| YUV | 112.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 210 | 0 | 0.80 | 0.02 | 0.16 | 301.73 | 0.68 | 0.5 |
| Hex | D7 | 2A | D2 | 0 | 50 | 2 | 10 | 12E | 44 | 32 |
| Octal | 327 | 52 | 322 | 0 | 120 | 2 | 20 | 456 | 104 | 62 |
| Binary | 11010111 | 101010 | 11010010 | 0 | 1010000 | 10 | 10000 | 100101110 | 1000100 | 110010 |
Color Harmonies of #D72AD2
Complementary color
Monochromatic Colors of #D72AD2
Black with #D72AD2
Text Example
Text Example
White with #D72AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AD2; }
p { color: rgb(215,42,210); }
H1.HeaderClassName
{
color: #D72AD2;
}
.AnyTagClassName
{
color: #D72AD2;
}
</style>
background-color css
<style>
a { background-color: #D72AD2; }
a { background-color: rgb(215,42,210); }
div.DivClassName
{
background-color: #D72AD2;
}
.BgClassName
{
background-color: #D72AD2;
}
</style>
border-color css
<style>
span { border-color: #D72AD2; }
span { border-color: rgb(215,42,210); }
td.TdClassName
{
border-color: #D72AD2;
}
.TagClassName
{
border-color: #D72AD2;
}
</style>