Shades of Deep Magenta #D726CF
Tints of Deep Magenta #D726CF
RGB
CMYK
RGB Variations
Color information
#D726CF (or 0xD726CF) is known color: Deep Magenta. HEX triplet: D7, 26 and CF. RGB value is (215,38,207). Sum of RGB (Red+Green+Blue) = 215+38+207=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D726CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726CF is #28D930. Grayscale: #6D6D6D. Windows color (decimal): -2677041 or 13575895. OLE color: 13575895.
HSL color Cylindrical-coordinate representation of color #D726CF: hue angle of 302.71º 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 #D726CF is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 207 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.16 |
| HSL | 302.71º | 0.7% | 0.5% | - |
| HSV(B) | 302.71º | 0.82% | 0.84% | - |
| XYZ | 39.98 | 20.34 | 60.85 | - |
| YUV | 110.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 207 | 0 | 0.82 | 0.04 | 0.16 | 302.71 | 0.7 | 0.5 |
| Hex | D7 | 26 | CF | 0 | 52 | 4 | 10 | 12F | 46 | 32 |
| Octal | 327 | 46 | 317 | 0 | 122 | 4 | 20 | 457 | 106 | 62 |
| Binary | 11010111 | 100110 | 11001111 | 0 | 1010010 | 100 | 10000 | 100101111 | 1000110 | 110010 |
Color Harmonies of #D726CF
Complementary color
Monochromatic Colors of #D726CF
Black with #D726CF
Text Example
Text Example
White with #D726CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726CF; }
p { color: rgb(215,38,207); }
H1.HeaderClassName
{
color: #D726CF;
}
.AnyTagClassName
{
color: #D726CF;
}
</style>
background-color css
<style>
a { background-color: #D726CF; }
a { background-color: rgb(215,38,207); }
div.DivClassName
{
background-color: #D726CF;
}
.BgClassName
{
background-color: #D726CF;
}
</style>
border-color css
<style>
span { border-color: #D726CF; }
span { border-color: rgb(215,38,207); }
td.TdClassName
{
border-color: #D726CF;
}
.TagClassName
{
border-color: #D726CF;
}
</style>