Shades of Deep Magenta #D726D0
Tints of Deep Magenta #D726D0
RGB
CMYK
RGB Variations
Color information
#D726D0 (or 0xD726D0) is known color: Deep Magenta. HEX triplet: D7, 26 and D0. RGB value is (215,38,208). Sum of RGB (Red+Green+Blue) = 215+38+208=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D726D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726D0 is #28D92F. Grayscale: #6D6D6D. Windows color (decimal): -2677040 or 13641431. OLE color: 13641431.
HSL color Cylindrical-coordinate representation of color #D726D0: hue angle of 302.37º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D726D0 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 208 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.16 |
| HSL | 302.37º | 0.7% | 0.5% | - |
| HSV(B) | 302.37º | 0.82% | 0.84% | - |
| XYZ | 40.1 | 20.39 | 61.5 | - |
| YUV | 110.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 208 | 0 | 0.82 | 0.03 | 0.16 | 302.37 | 0.7 | 0.5 |
| Hex | D7 | 26 | D0 | 0 | 52 | 3 | 10 | 12E | 46 | 32 |
| Octal | 327 | 46 | 320 | 0 | 122 | 3 | 20 | 456 | 106 | 62 |
| Binary | 11010111 | 100110 | 11010000 | 0 | 1010010 | 11 | 10000 | 100101110 | 1000110 | 110010 |
Color Harmonies of #D726D0
Complementary color
Monochromatic Colors of #D726D0
Black with #D726D0
Text Example
Text Example
White with #D726D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726D0; }
p { color: rgb(215,38,208); }
H1.HeaderClassName
{
color: #D726D0;
}
.AnyTagClassName
{
color: #D726D0;
}
</style>
background-color css
<style>
a { background-color: #D726D0; }
a { background-color: rgb(215,38,208); }
div.DivClassName
{
background-color: #D726D0;
}
.BgClassName
{
background-color: #D726D0;
}
</style>
border-color css
<style>
span { border-color: #D726D0; }
span { border-color: rgb(215,38,208); }
td.TdClassName
{
border-color: #D726D0;
}
.TagClassName
{
border-color: #D726D0;
}
</style>