Shades of Deep Magenta #D72ACC
Tints of Deep Magenta #D72ACC
RGB
CMYK
RGB Variations
Color information
#D72ACC (or 0xD72ACC) is known color: Deep Magenta. HEX triplet: D7, 2A and CC. RGB value is (215,42,204). Sum of RGB (Red+Green+Blue) = 215+42+204=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ACC is #28D533. Grayscale: #6F6F6F. Windows color (decimal): -2676020 or 13380311. OLE color: 13380311.
HSL color Cylindrical-coordinate representation of color #D72ACC: hue angle of 303.82º 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 #D72ACC is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 204 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.16 |
| HSL | 303.82º | 0.68% | 0.5% | - |
| HSV(B) | 303.82º | 0.8% | 0.84% | - |
| XYZ | 39.75 | 20.46 | 58.98 | - |
| YUV | 112.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 204 | 0 | 0.80 | 0.05 | 0.16 | 303.82 | 0.68 | 0.5 |
| Hex | D7 | 2A | CC | 0 | 50 | 5 | 10 | 130 | 44 | 32 |
| Octal | 327 | 52 | 314 | 0 | 120 | 5 | 20 | 460 | 104 | 62 |
| Binary | 11010111 | 101010 | 11001100 | 0 | 1010000 | 101 | 10000 | 100110000 | 1000100 | 110010 |
Color Harmonies of #D72ACC
Complementary color
Monochromatic Colors of #D72ACC
Black with #D72ACC
Text Example
Text Example
White with #D72ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ACC; }
p { color: rgb(215,42,204); }
H1.HeaderClassName
{
color: #D72ACC;
}
.AnyTagClassName
{
color: #D72ACC;
}
</style>
background-color css
<style>
a { background-color: #D72ACC; }
a { background-color: rgb(215,42,204); }
div.DivClassName
{
background-color: #D72ACC;
}
.BgClassName
{
background-color: #D72ACC;
}
</style>
border-color css
<style>
span { border-color: #D72ACC; }
span { border-color: rgb(215,42,204); }
td.TdClassName
{
border-color: #D72ACC;
}
.TagClassName
{
border-color: #D72ACC;
}
</style>