Shades of Deep Magenta #D726DF
Tints of Deep Magenta #D726DF
RGB
CMYK
RGB Variations
Color information
#D726DF (or 0xD726DF) is known color: Deep Magenta. HEX triplet: D7, 26 and DF. RGB value is (215,38,223). Sum of RGB (Red+Green+Blue) = 215+38+223=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #D726DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726DF is #28D920. Grayscale: #6F6F6F. Windows color (decimal): -2677025 or 14624471. OLE color: 14624471.
HSL color Cylindrical-coordinate representation of color #D726DF: hue angle of 297.41º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D726DF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 38 | 223 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.13 |
| HSL | 297.41º | 0.74% | 0.51% | - |
| HSV(B) | 297.41º | 0.83% | 0.87% | - |
| XYZ | 42.04 | 21.16 | 71.68 | - |
| YUV | 112.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 223 | 0.04 | 0.83 | 0 | 0.13 | 297.41 | 0.74 | 0.51 |
| Hex | D7 | 26 | DF | 4 | 53 | 0 | D | 129 | 4A | 33 |
| Octal | 327 | 46 | 337 | 4 | 123 | 0 | 15 | 451 | 112 | 63 |
| Binary | 11010111 | 100110 | 11011111 | 100 | 1010011 | 0 | 1101 | 100101001 | 1001010 | 110011 |
Color Harmonies of #D726DF
Complementary color
Monochromatic Colors of #D726DF
Black with #D726DF
Text Example
Text Example
White with #D726DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726DF; }
p { color: rgb(215,38,223); }
H1.HeaderClassName
{
color: #D726DF;
}
.AnyTagClassName
{
color: #D726DF;
}
</style>
background-color css
<style>
a { background-color: #D726DF; }
a { background-color: rgb(215,38,223); }
div.DivClassName
{
background-color: #D726DF;
}
.BgClassName
{
background-color: #D726DF;
}
</style>
border-color css
<style>
span { border-color: #D726DF; }
span { border-color: rgb(215,38,223); }
td.TdClassName
{
border-color: #D726DF;
}
.TagClassName
{
border-color: #D726DF;
}
</style>