Shades of Deep Magenta #D926D6
Tints of Deep Magenta #D926D6
RGB
CMYK
RGB Variations
Color information
#D926D6 (or 0xD926D6) is known color: Deep Magenta. HEX triplet: D9, 26 and D6. RGB value is (217,38,214). Sum of RGB (Red+Green+Blue) = 217+38+214=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D926D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926D6 is #26D929. Grayscale: #6F6F6F. Windows color (decimal): -2545962 or 14034649. OLE color: 14034649.
HSL color Cylindrical-coordinate representation of color #D926D6: hue angle of 301.01º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D926D6 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 214 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.15 |
| HSL | 301.01º | 0.7% | 0.5% | - |
| HSV(B) | 301.01º | 0.82% | 0.85% | - |
| XYZ | 41.45 | 20.99 | 65.49 | - |
| YUV | 111.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 214 | 0 | 0.82 | 0.01 | 0.15 | 301.01 | 0.7 | 0.5 |
| Hex | D9 | 26 | D6 | 0 | 52 | 1 | F | 12D | 46 | 32 |
| Octal | 331 | 46 | 326 | 0 | 122 | 1 | 17 | 455 | 106 | 62 |
| Binary | 11011001 | 100110 | 11010110 | 0 | 1010010 | 1 | 1111 | 100101101 | 1000110 | 110010 |
Color Harmonies of #D926D6
Complementary color
Monochromatic Colors of #D926D6
Black with #D926D6
Text Example
Text Example
White with #D926D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926D6; }
p { color: rgb(217,38,214); }
H1.HeaderClassName
{
color: #D926D6;
}
.AnyTagClassName
{
color: #D926D6;
}
</style>
background-color css
<style>
a { background-color: #D926D6; }
a { background-color: rgb(217,38,214); }
div.DivClassName
{
background-color: #D926D6;
}
.BgClassName
{
background-color: #D926D6;
}
</style>
border-color css
<style>
span { border-color: #D926D6; }
span { border-color: rgb(217,38,214); }
td.TdClassName
{
border-color: #D926D6;
}
.TagClassName
{
border-color: #D926D6;
}
</style>