Shades of Deep Magenta #D72ACE
Tints of Deep Magenta #D72ACE
RGB
CMYK
RGB Variations
Color information
#D72ACE (or 0xD72ACE) is known color: Deep Magenta. HEX triplet: D7, 2A and CE. RGB value is (215,42,206). Sum of RGB (Red+Green+Blue) = 215+42+206=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ACE is #28D531. Grayscale: #6F6F6F. Windows color (decimal): -2676018 or 13511383. OLE color: 13511383.
HSL color Cylindrical-coordinate representation of color #D72ACE: hue angle of 303.12º 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 #D72ACE is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 206 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.16 |
| HSL | 303.12º | 0.68% | 0.5% | - |
| HSV(B) | 303.12º | 0.8% | 0.84% | - |
| XYZ | 39.99 | 20.56 | 60.25 | - |
| YUV | 112.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 206 | 0 | 0.80 | 0.04 | 0.16 | 303.12 | 0.68 | 0.5 |
| Hex | D7 | 2A | CE | 0 | 50 | 4 | 10 | 12F | 44 | 32 |
| Octal | 327 | 52 | 316 | 0 | 120 | 4 | 20 | 457 | 104 | 62 |
| Binary | 11010111 | 101010 | 11001110 | 0 | 1010000 | 100 | 10000 | 100101111 | 1000100 | 110010 |
Color Harmonies of #D72ACE
Complementary color
Monochromatic Colors of #D72ACE
Black with #D72ACE
Text Example
Text Example
White with #D72ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ACE; }
p { color: rgb(215,42,206); }
H1.HeaderClassName
{
color: #D72ACE;
}
.AnyTagClassName
{
color: #D72ACE;
}
</style>
background-color css
<style>
a { background-color: #D72ACE; }
a { background-color: rgb(215,42,206); }
div.DivClassName
{
background-color: #D72ACE;
}
.BgClassName
{
background-color: #D72ACE;
}
</style>
border-color css
<style>
span { border-color: #D72ACE; }
span { border-color: rgb(215,42,206); }
td.TdClassName
{
border-color: #D72ACE;
}
.TagClassName
{
border-color: #D72ACE;
}
</style>