Shades of Deep Magenta #D728C6
Tints of Deep Magenta #D728C6
RGB
CMYK
RGB Variations
Color information
#D728C6 (or 0xD728C6) is known color: Deep Magenta. HEX triplet: D7, 28 and C6. RGB value is (215,40,198). Sum of RGB (Red+Green+Blue) = 215+40+198=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D728C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728C6 is #28D739. Grayscale: #6D6D6D. Windows color (decimal): -2676538 or 12986583. OLE color: 12986583.
HSL color Cylindrical-coordinate representation of color #D728C6: hue angle of 305.83º 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 #D728C6 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 198 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.16 |
| HSL | 305.83º | 0.69% | 0.5% | - |
| HSV(B) | 305.83º | 0.81% | 0.84% | - |
| XYZ | 38.98 | 20.04 | 55.24 | - |
| YUV | 110.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 198 | 0 | 0.81 | 0.08 | 0.16 | 305.83 | 0.69 | 0.5 |
| Hex | D7 | 28 | C6 | 0 | 51 | 8 | 10 | 132 | 45 | 32 |
| Octal | 327 | 50 | 306 | 0 | 121 | 10 | 20 | 462 | 105 | 62 |
| Binary | 11010111 | 101000 | 11000110 | 0 | 1010001 | 1000 | 10000 | 100110010 | 1000101 | 110010 |
Color Harmonies of #D728C6
Complementary color
Monochromatic Colors of #D728C6
Black with #D728C6
Text Example
Text Example
White with #D728C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728C6; }
p { color: rgb(215,40,198); }
H1.HeaderClassName
{
color: #D728C6;
}
.AnyTagClassName
{
color: #D728C6;
}
</style>
background-color css
<style>
a { background-color: #D728C6; }
a { background-color: rgb(215,40,198); }
div.DivClassName
{
background-color: #D728C6;
}
.BgClassName
{
background-color: #D728C6;
}
</style>
border-color css
<style>
span { border-color: #D728C6; }
span { border-color: rgb(215,40,198); }
td.TdClassName
{
border-color: #D728C6;
}
.TagClassName
{
border-color: #D728C6;
}
</style>