Shades of Deep Magenta #D926DC
Tints of Deep Magenta #D926DC
RGB
CMYK
RGB Variations
Color information
#D926DC (or 0xD926DC) is known color: Deep Magenta. HEX triplet: D9, 26 and DC. RGB value is (217,38,220). Sum of RGB (Red+Green+Blue) = 217+38+220=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #D926DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926DC is #26D923. Grayscale: #6F6F6F. Windows color (decimal): -2545956 or 14427865. OLE color: 14427865.
HSL color Cylindrical-coordinate representation of color #D926DC: hue angle of 299.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D926DC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 38 | 220 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.14 |
| HSL | 299.01º | 0.72% | 0.51% | - |
| HSV(B) | 299.01º | 0.83% | 0.86% | - |
| XYZ | 42.23 | 21.31 | 69.6 | - |
| YUV | 112.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 220 | 0.01 | 0.83 | 0 | 0.14 | 299.01 | 0.72 | 0.51 |
| Hex | D9 | 26 | DC | 1 | 53 | 0 | E | 12B | 48 | 33 |
| Octal | 331 | 46 | 334 | 1 | 123 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011001 | 100110 | 11011100 | 1 | 1010011 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #D926DC
Complementary color
Monochromatic Colors of #D926DC
Black with #D926DC
Text Example
Text Example
White with #D926DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926DC; }
p { color: rgb(217,38,220); }
H1.HeaderClassName
{
color: #D926DC;
}
.AnyTagClassName
{
color: #D926DC;
}
</style>
background-color css
<style>
a { background-color: #D926DC; }
a { background-color: rgb(217,38,220); }
div.DivClassName
{
background-color: #D926DC;
}
.BgClassName
{
background-color: #D926DC;
}
</style>
border-color css
<style>
span { border-color: #D926DC; }
span { border-color: rgb(217,38,220); }
td.TdClassName
{
border-color: #D926DC;
}
.TagClassName
{
border-color: #D926DC;
}
</style>