Shades of Deep Magenta #D728D4
Tints of Deep Magenta #D728D4
RGB
CMYK
RGB Variations
Color information
#D728D4 (or 0xD728D4) is known color: Deep Magenta. HEX triplet: D7, 28 and D4. RGB value is (215,40,212). Sum of RGB (Red+Green+Blue) = 215+40+212=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D728D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728D4 is #28D72B. Grayscale: #6F6F6F. Windows color (decimal): -2676524 or 13904087. OLE color: 13904087.
HSL color Cylindrical-coordinate representation of color #D728D4: hue angle of 301.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D728D4 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 212 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.16 |
| HSL | 301.03º | 0.69% | 0.5% | - |
| HSV(B) | 301.03º | 0.81% | 0.84% | - |
| XYZ | 40.67 | 20.72 | 64.14 | - |
| YUV | 111.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 212 | 0 | 0.81 | 0.01 | 0.16 | 301.03 | 0.69 | 0.5 |
| Hex | D7 | 28 | D4 | 0 | 51 | 1 | 10 | 12D | 45 | 32 |
| Octal | 327 | 50 | 324 | 0 | 121 | 1 | 20 | 455 | 105 | 62 |
| Binary | 11010111 | 101000 | 11010100 | 0 | 1010001 | 1 | 10000 | 100101101 | 1000101 | 110010 |
Color Harmonies of #D728D4
Complementary color
Monochromatic Colors of #D728D4
Black with #D728D4
Text Example
Text Example
White with #D728D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728D4; }
p { color: rgb(215,40,212); }
H1.HeaderClassName
{
color: #D728D4;
}
.AnyTagClassName
{
color: #D728D4;
}
</style>
background-color css
<style>
a { background-color: #D728D4; }
a { background-color: rgb(215,40,212); }
div.DivClassName
{
background-color: #D728D4;
}
.BgClassName
{
background-color: #D728D4;
}
</style>
border-color css
<style>
span { border-color: #D728D4; }
span { border-color: rgb(215,40,212); }
td.TdClassName
{
border-color: #D728D4;
}
.TagClassName
{
border-color: #D728D4;
}
</style>