Shades of Deep Magenta #D726C9
Tints of Deep Magenta #D726C9
RGB
CMYK
RGB Variations
Color information
#D726C9 (or 0xD726C9) is known color: Deep Magenta. HEX triplet: D7, 26 and C9. RGB value is (215,38,201). Sum of RGB (Red+Green+Blue) = 215+38+201=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D726C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726C9 is #28D936. Grayscale: #6D6D6D. Windows color (decimal): -2677047 or 13182679. OLE color: 13182679.
HSL color Cylindrical-coordinate representation of color #D726C9: hue angle of 304.75º 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 #D726C9 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 201 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.16 |
| HSL | 304.75º | 0.7% | 0.5% | - |
| HSV(B) | 304.75º | 0.82% | 0.84% | - |
| XYZ | 39.26 | 20.05 | 57.06 | - |
| YUV | 109.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 201 | 0 | 0.82 | 0.07 | 0.16 | 304.75 | 0.7 | 0.5 |
| Hex | D7 | 26 | C9 | 0 | 52 | 7 | 10 | 131 | 46 | 32 |
| Octal | 327 | 46 | 311 | 0 | 122 | 7 | 20 | 461 | 106 | 62 |
| Binary | 11010111 | 100110 | 11001001 | 0 | 1010010 | 111 | 10000 | 100110001 | 1000110 | 110010 |
Color Harmonies of #D726C9
Complementary color
Monochromatic Colors of #D726C9
Black with #D726C9
Text Example
Text Example
White with #D726C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726C9; }
p { color: rgb(215,38,201); }
H1.HeaderClassName
{
color: #D726C9;
}
.AnyTagClassName
{
color: #D726C9;
}
</style>
background-color css
<style>
a { background-color: #D726C9; }
a { background-color: rgb(215,38,201); }
div.DivClassName
{
background-color: #D726C9;
}
.BgClassName
{
background-color: #D726C9;
}
</style>
border-color css
<style>
span { border-color: #D726C9; }
span { border-color: rgb(215,38,201); }
td.TdClassName
{
border-color: #D726C9;
}
.TagClassName
{
border-color: #D726C9;
}
</style>