Shades of Deep Magenta #D728C9
Tints of Deep Magenta #D728C9
RGB
CMYK
RGB Variations
Color information
#D728C9 (or 0xD728C9) is known color: Deep Magenta. HEX triplet: D7, 28 and C9. RGB value is (215,40,201). Sum of RGB (Red+Green+Blue) = 215+40+201=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D728C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728C9 is #28D736. Grayscale: #6E6E6E. Windows color (decimal): -2676535 or 13183191. OLE color: 13183191.
HSL color Cylindrical-coordinate representation of color #D728C9: hue angle of 304.8º 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 #D728C9 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 201 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.16 |
| HSL | 304.8º | 0.69% | 0.5% | - |
| HSV(B) | 304.8º | 0.81% | 0.84% | - |
| XYZ | 39.33 | 20.18 | 57.08 | - |
| YUV | 110.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 201 | 0 | 0.81 | 0.07 | 0.16 | 304.8 | 0.69 | 0.5 |
| Hex | D7 | 28 | C9 | 0 | 51 | 7 | 10 | 131 | 45 | 32 |
| Octal | 327 | 50 | 311 | 0 | 121 | 7 | 20 | 461 | 105 | 62 |
| Binary | 11010111 | 101000 | 11001001 | 0 | 1010001 | 111 | 10000 | 100110001 | 1000101 | 110010 |
Color Harmonies of #D728C9
Complementary color
Monochromatic Colors of #D728C9
Black with #D728C9
Text Example
Text Example
White with #D728C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728C9; }
p { color: rgb(215,40,201); }
H1.HeaderClassName
{
color: #D728C9;
}
.AnyTagClassName
{
color: #D728C9;
}
</style>
background-color css
<style>
a { background-color: #D728C9; }
a { background-color: rgb(215,40,201); }
div.DivClassName
{
background-color: #D728C9;
}
.BgClassName
{
background-color: #D728C9;
}
</style>
border-color css
<style>
span { border-color: #D728C9; }
span { border-color: rgb(215,40,201); }
td.TdClassName
{
border-color: #D728C9;
}
.TagClassName
{
border-color: #D728C9;
}
</style>