Shades of Deep Magenta #D72CE1
Tints of Deep Magenta #D72CE1
RGB
CMYK
RGB Variations
Color information
#D72CE1 (or 0xD72CE1) is known color: Deep Magenta. HEX triplet: D7, 2C and E1. RGB value is (215,44,225). Sum of RGB (Red+Green+Blue) = 215+44+225=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #D72CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CE1 is #28D31E. Grayscale: #737373. Windows color (decimal): -2675487 or 14757079. OLE color: 14757079.
HSL color Cylindrical-coordinate representation of color #D72CE1: hue angle of 296.69º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72CE1 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 44 | 225 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.12 |
| HSL | 296.69º | 0.75% | 0.53% | - |
| HSV(B) | 296.69º | 0.8% | 0.88% | - |
| XYZ | 42.52 | 21.68 | 73.18 | - |
| YUV | 115.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 225 | 0.04 | 0.80 | 0 | 0.12 | 296.69 | 0.75 | 0.53 |
| Hex | D7 | 2C | E1 | 4 | 50 | 0 | C | 129 | 4B | 35 |
| Octal | 327 | 54 | 341 | 4 | 120 | 0 | 14 | 451 | 113 | 65 |
| Binary | 11010111 | 101100 | 11100001 | 100 | 1010000 | 0 | 1100 | 100101001 | 1001011 | 110101 |
Color Harmonies of #D72CE1
Complementary color
Monochromatic Colors of #D72CE1
Black with #D72CE1
Text Example
Text Example
White with #D72CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CE1; }
p { color: rgb(215,44,225); }
H1.HeaderClassName
{
color: #D72CE1;
}
.AnyTagClassName
{
color: #D72CE1;
}
</style>
background-color css
<style>
a { background-color: #D72CE1; }
a { background-color: rgb(215,44,225); }
div.DivClassName
{
background-color: #D72CE1;
}
.BgClassName
{
background-color: #D72CE1;
}
</style>
border-color css
<style>
span { border-color: #D72CE1; }
span { border-color: rgb(215,44,225); }
td.TdClassName
{
border-color: #D72CE1;
}
.TagClassName
{
border-color: #D72CE1;
}
</style>