Shades of Deep Magenta #D728E0
Tints of Deep Magenta #D728E0
RGB
CMYK
RGB Variations
Color information
#D728E0 (or 0xD728E0) is known color: Deep Magenta. HEX triplet: D7, 28 and E0. RGB value is (215,40,224). Sum of RGB (Red+Green+Blue) = 215+40+224=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #D728E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728E0 is #28D71F. Grayscale: #707070. Windows color (decimal): -2676512 or 14690519. OLE color: 14690519.
HSL color Cylindrical-coordinate representation of color #D728E0: hue angle of 297.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D728E0 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 40 | 224 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.12 |
| HSL | 297.07º | 0.75% | 0.52% | - |
| HSV(B) | 297.07º | 0.82% | 0.88% | - |
| XYZ | 42.24 | 21.35 | 72.42 | - |
| YUV | 113.3 | 190.48 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 224 | 0.04 | 0.82 | 0 | 0.12 | 297.07 | 0.75 | 0.52 |
| Hex | D7 | 28 | E0 | 4 | 52 | 0 | C | 129 | 4B | 34 |
| Octal | 327 | 50 | 340 | 4 | 122 | 0 | 14 | 451 | 113 | 64 |
| Binary | 11010111 | 101000 | 11100000 | 100 | 1010010 | 0 | 1100 | 100101001 | 1001011 | 110100 |
Color Harmonies of #D728E0
Complementary color
Monochromatic Colors of #D728E0
Black with #D728E0
Text Example
Text Example
White with #D728E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728E0; }
p { color: rgb(215,40,224); }
H1.HeaderClassName
{
color: #D728E0;
}
.AnyTagClassName
{
color: #D728E0;
}
</style>
background-color css
<style>
a { background-color: #D728E0; }
a { background-color: rgb(215,40,224); }
div.DivClassName
{
background-color: #D728E0;
}
.BgClassName
{
background-color: #D728E0;
}
</style>
border-color css
<style>
span { border-color: #D728E0; }
span { border-color: rgb(215,40,224); }
td.TdClassName
{
border-color: #D728E0;
}
.TagClassName
{
border-color: #D728E0;
}
</style>