Shades of Deep Magenta #D726DB
Tints of Deep Magenta #D726DB
RGB
CMYK
RGB Variations
Color information
#D726DB (or 0xD726DB) is known color: Deep Magenta. HEX triplet: D7, 26 and DB. RGB value is (215,38,219). Sum of RGB (Red+Green+Blue) = 215+38+219=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D726DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726DB is #28D924. Grayscale: #6F6F6F. Windows color (decimal): -2677029 or 14362327. OLE color: 14362327.
HSL color Cylindrical-coordinate representation of color #D726DB: hue angle of 298.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D726DB is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 38 | 219 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.14 |
| HSL | 298.67º | 0.72% | 0.5% | - |
| HSV(B) | 298.67º | 0.83% | 0.86% | - |
| XYZ | 41.5 | 20.95 | 68.87 | - |
| YUV | 111.56 | 188.64 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 219 | 0.02 | 0.83 | 0 | 0.14 | 298.67 | 0.72 | 0.5 |
| Hex | D7 | 26 | DB | 2 | 53 | 0 | E | 12B | 48 | 32 |
| Octal | 327 | 46 | 333 | 2 | 123 | 0 | 16 | 453 | 110 | 62 |
| Binary | 11010111 | 100110 | 11011011 | 10 | 1010011 | 0 | 1110 | 100101011 | 1001000 | 110010 |
Color Harmonies of #D726DB
Complementary color
Monochromatic Colors of #D726DB
Black with #D726DB
Text Example
Text Example
White with #D726DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726DB; }
p { color: rgb(215,38,219); }
H1.HeaderClassName
{
color: #D726DB;
}
.AnyTagClassName
{
color: #D726DB;
}
</style>
background-color css
<style>
a { background-color: #D726DB; }
a { background-color: rgb(215,38,219); }
div.DivClassName
{
background-color: #D726DB;
}
.BgClassName
{
background-color: #D726DB;
}
</style>
border-color css
<style>
span { border-color: #D726DB; }
span { border-color: rgb(215,38,219); }
td.TdClassName
{
border-color: #D726DB;
}
.TagClassName
{
border-color: #D726DB;
}
</style>