Shades of Deep Magenta #D726BF
Tints of Deep Magenta #D726BF
RGB
CMYK
RGB Variations
Color information
#D726BF (or 0xD726BF) is known color: Deep Magenta. HEX triplet: D7, 26 and BF. RGB value is (215,38,191). Sum of RGB (Red+Green+Blue) = 215+38+191=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D726BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726BF is #28D940. Grayscale: #6B6B6B. Windows color (decimal): -2677057 or 12527319. OLE color: 12527319.
HSL color Cylindrical-coordinate representation of color #D726BF: hue angle of 308.14º 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 #D726BF is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 191 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.16 |
| HSL | 308.14º | 0.7% | 0.5% | - |
| HSV(B) | 308.14º | 0.82% | 0.84% | - |
| XYZ | 38.12 | 19.59 | 51.06 | - |
| YUV | 108.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 191 | 0 | 0.82 | 0.11 | 0.16 | 308.14 | 0.7 | 0.5 |
| Hex | D7 | 26 | BF | 0 | 52 | B | 10 | 134 | 46 | 32 |
| Octal | 327 | 46 | 277 | 0 | 122 | 13 | 20 | 464 | 106 | 62 |
| Binary | 11010111 | 100110 | 10111111 | 0 | 1010010 | 1011 | 10000 | 100110100 | 1000110 | 110010 |
Color Harmonies of #D726BF
Complementary color
Monochromatic Colors of #D726BF
Black with #D726BF
Text Example
Text Example
White with #D726BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726BF; }
p { color: rgb(215,38,191); }
H1.HeaderClassName
{
color: #D726BF;
}
.AnyTagClassName
{
color: #D726BF;
}
</style>
background-color css
<style>
a { background-color: #D726BF; }
a { background-color: rgb(215,38,191); }
div.DivClassName
{
background-color: #D726BF;
}
.BgClassName
{
background-color: #D726BF;
}
</style>
border-color css
<style>
span { border-color: #D726BF; }
span { border-color: rgb(215,38,191); }
td.TdClassName
{
border-color: #D726BF;
}
.TagClassName
{
border-color: #D726BF;
}
</style>