Shades of Deep Magenta #D726CE
Tints of Deep Magenta #D726CE
RGB
CMYK
RGB Variations
Color information
#D726CE (or 0xD726CE) is known color: Deep Magenta. HEX triplet: D7, 26 and CE. RGB value is (215,38,206). Sum of RGB (Red+Green+Blue) = 215+38+206=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D726CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726CE is #28D931. Grayscale: #6D6D6D. Windows color (decimal): -2677042 or 13510359. OLE color: 13510359.
HSL color Cylindrical-coordinate representation of color #D726CE: hue angle of 303.05º 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 #D726CE is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 206 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.16 |
| HSL | 303.05º | 0.7% | 0.5% | - |
| HSV(B) | 303.05º | 0.82% | 0.84% | - |
| XYZ | 39.86 | 20.29 | 60.21 | - |
| YUV | 110.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 206 | 0 | 0.82 | 0.04 | 0.16 | 303.05 | 0.7 | 0.5 |
| Hex | D7 | 26 | CE | 0 | 52 | 4 | 10 | 12F | 46 | 32 |
| Octal | 327 | 46 | 316 | 0 | 122 | 4 | 20 | 457 | 106 | 62 |
| Binary | 11010111 | 100110 | 11001110 | 0 | 1010010 | 100 | 10000 | 100101111 | 1000110 | 110010 |
Color Harmonies of #D726CE
Complementary color
Monochromatic Colors of #D726CE
Black with #D726CE
Text Example
Text Example
White with #D726CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726CE; }
p { color: rgb(215,38,206); }
H1.HeaderClassName
{
color: #D726CE;
}
.AnyTagClassName
{
color: #D726CE;
}
</style>
background-color css
<style>
a { background-color: #D726CE; }
a { background-color: rgb(215,38,206); }
div.DivClassName
{
background-color: #D726CE;
}
.BgClassName
{
background-color: #D726CE;
}
</style>
border-color css
<style>
span { border-color: #D726CE; }
span { border-color: rgb(215,38,206); }
td.TdClassName
{
border-color: #D726CE;
}
.TagClassName
{
border-color: #D726CE;
}
</style>