Shades of Deep Magenta #D126DB
Tints of Deep Magenta #D126DB
RGB
CMYK
RGB Variations
Color information
#D126DB (or 0xD126DB) is known color: Deep Magenta. HEX triplet: D1, 26 and DB. RGB value is (209,38,219). Sum of RGB (Red+Green+Blue) = 209+38+219=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #D126DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D126DB is #2ED924. Grayscale: #6D6D6D. Windows color (decimal): -3070245 or 14362321. OLE color: 14362321.
HSL color Cylindrical-coordinate representation of color #D126DB: hue angle of 296.69º 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 #D126DB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 38 | 219 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.14 |
| HSL | 296.69º | 0.72% | 0.5% | - |
| HSV(B) | 296.69º | 0.83% | 0.86% | - |
| XYZ | 39.77 | 20.06 | 68.79 | - |
| YUV | 109.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 219 | 0.05 | 0.83 | 0 | 0.14 | 296.69 | 0.72 | 0.5 |
| Hex | D1 | 26 | DB | 5 | 53 | 0 | E | 129 | 48 | 32 |
| Octal | 321 | 46 | 333 | 5 | 123 | 0 | 16 | 451 | 110 | 62 |
| Binary | 11010001 | 100110 | 11011011 | 101 | 1010011 | 0 | 1110 | 100101001 | 1001000 | 110010 |
Color Harmonies of #D126DB
Complementary color
Monochromatic Colors of #D126DB
Black with #D126DB
Text Example
Text Example
White with #D126DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126DB; }
p { color: rgb(209,38,219); }
H1.HeaderClassName
{
color: #D126DB;
}
.AnyTagClassName
{
color: #D126DB;
}
</style>
background-color css
<style>
a { background-color: #D126DB; }
a { background-color: rgb(209,38,219); }
div.DivClassName
{
background-color: #D126DB;
}
.BgClassName
{
background-color: #D126DB;
}
</style>
border-color css
<style>
span { border-color: #D126DB; }
span { border-color: rgb(209,38,219); }
td.TdClassName
{
border-color: #D126DB;
}
.TagClassName
{
border-color: #D126DB;
}
</style>