Shades of Deep Magenta #D72ACF
Tints of Deep Magenta #D72ACF
RGB
CMYK
RGB Variations
Color information
#D72ACF (or 0xD72ACF) is known color: Deep Magenta. HEX triplet: D7, 2A and CF. RGB value is (215,42,207). Sum of RGB (Red+Green+Blue) = 215+42+207=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D72ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72ACF is #28D530. Grayscale: #707070. Windows color (decimal): -2676017 or 13576919. OLE color: 13576919.
HSL color Cylindrical-coordinate representation of color #D72ACF: hue angle of 302.77º 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 #D72ACF is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 207 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.16 |
| HSL | 302.77º | 0.68% | 0.5% | - |
| HSV(B) | 302.77º | 0.8% | 0.84% | - |
| XYZ | 40.11 | 20.61 | 60.89 | - |
| YUV | 112.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 207 | 0 | 0.80 | 0.04 | 0.16 | 302.77 | 0.68 | 0.5 |
| Hex | D7 | 2A | CF | 0 | 50 | 4 | 10 | 12F | 44 | 32 |
| Octal | 327 | 52 | 317 | 0 | 120 | 4 | 20 | 457 | 104 | 62 |
| Binary | 11010111 | 101010 | 11001111 | 0 | 1010000 | 100 | 10000 | 100101111 | 1000100 | 110010 |
Color Harmonies of #D72ACF
Complementary color
Monochromatic Colors of #D72ACF
Black with #D72ACF
Text Example
Text Example
White with #D72ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72ACF; }
p { color: rgb(215,42,207); }
H1.HeaderClassName
{
color: #D72ACF;
}
.AnyTagClassName
{
color: #D72ACF;
}
</style>
background-color css
<style>
a { background-color: #D72ACF; }
a { background-color: rgb(215,42,207); }
div.DivClassName
{
background-color: #D72ACF;
}
.BgClassName
{
background-color: #D72ACF;
}
</style>
border-color css
<style>
span { border-color: #D72ACF; }
span { border-color: rgb(215,42,207); }
td.TdClassName
{
border-color: #D72ACF;
}
.TagClassName
{
border-color: #D72ACF;
}
</style>