Shades of Deep Magenta #D728C3
Tints of Deep Magenta #D728C3
RGB
CMYK
RGB Variations
Color information
#D728C3 (or 0xD728C3) is known color: Deep Magenta. HEX triplet: D7, 28 and C3. RGB value is (215,40,195). Sum of RGB (Red+Green+Blue) = 215+40+195=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D728C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D728C3 is #28D73C. Grayscale: #6D6D6D. Windows color (decimal): -2676541 or 12789975. OLE color: 12789975.
HSL color Cylindrical-coordinate representation of color #D728C3: hue angle of 306.86º 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 #D728C3 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 195 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.16 |
| HSL | 306.86º | 0.69% | 0.5% | - |
| HSV(B) | 306.86º | 0.81% | 0.84% | - |
| XYZ | 38.63 | 19.9 | 53.44 | - |
| YUV | 110 | 175.98 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 195 | 0 | 0.81 | 0.09 | 0.16 | 306.86 | 0.69 | 0.5 |
| Hex | D7 | 28 | C3 | 0 | 51 | 9 | 10 | 133 | 45 | 32 |
| Octal | 327 | 50 | 303 | 0 | 121 | 11 | 20 | 463 | 105 | 62 |
| Binary | 11010111 | 101000 | 11000011 | 0 | 1010001 | 1001 | 10000 | 100110011 | 1000101 | 110010 |
Color Harmonies of #D728C3
Complementary color
Monochromatic Colors of #D728C3
Black with #D728C3
Text Example
Text Example
White with #D728C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D728C3; }
p { color: rgb(215,40,195); }
H1.HeaderClassName
{
color: #D728C3;
}
.AnyTagClassName
{
color: #D728C3;
}
</style>
background-color css
<style>
a { background-color: #D728C3; }
a { background-color: rgb(215,40,195); }
div.DivClassName
{
background-color: #D728C3;
}
.BgClassName
{
background-color: #D728C3;
}
</style>
border-color css
<style>
span { border-color: #D728C3; }
span { border-color: rgb(215,40,195); }
td.TdClassName
{
border-color: #D728C3;
}
.TagClassName
{
border-color: #D728C3;
}
</style>