Shades of Deep Magenta #D728D0
Tints of Deep Magenta #D728D0
RGB
CMYK
RGB Variations
Color information
#D728D0 (or 0xD728D0) is known color: Deep Magenta. HEX triplet: D7, 28 and D0. RGB value is (215,40,208). Sum of RGB (Red+Green+Blue) = 215+40+208=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D728D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728D0 is #28D72F. Grayscale: #6E6E6E. Windows color (decimal): -2676528 or 13641943. OLE color: 13641943.
HSL color Cylindrical-coordinate representation of color #D728D0: hue angle of 302.4º 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 #D728D0 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 208 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.16 |
| HSL | 302.4º | 0.69% | 0.5% | - |
| HSV(B) | 302.4º | 0.81% | 0.84% | - |
| XYZ | 40.17 | 20.52 | 61.52 | - |
| YUV | 111.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 208 | 0 | 0.81 | 0.03 | 0.16 | 302.4 | 0.69 | 0.5 |
| Hex | D7 | 28 | D0 | 0 | 51 | 3 | 10 | 12E | 45 | 32 |
| Octal | 327 | 50 | 320 | 0 | 121 | 3 | 20 | 456 | 105 | 62 |
| Binary | 11010111 | 101000 | 11010000 | 0 | 1010001 | 11 | 10000 | 100101110 | 1000101 | 110010 |
Color Harmonies of #D728D0
Complementary color
Monochromatic Colors of #D728D0
Black with #D728D0
Text Example
Text Example
White with #D728D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728D0; }
p { color: rgb(215,40,208); }
H1.HeaderClassName
{
color: #D728D0;
}
.AnyTagClassName
{
color: #D728D0;
}
</style>
background-color css
<style>
a { background-color: #D728D0; }
a { background-color: rgb(215,40,208); }
div.DivClassName
{
background-color: #D728D0;
}
.BgClassName
{
background-color: #D728D0;
}
</style>
border-color css
<style>
span { border-color: #D728D0; }
span { border-color: rgb(215,40,208); }
td.TdClassName
{
border-color: #D728D0;
}
.TagClassName
{
border-color: #D728D0;
}
</style>