Shades of Deep Magenta #D926DD
Tints of Deep Magenta #D926DD
RGB
CMYK
RGB Variations
Color information
#D926DD (or 0xD926DD) is known color: Deep Magenta. HEX triplet: D9, 26 and DD. RGB value is (217,38,221). Sum of RGB (Red+Green+Blue) = 217+38+221=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D926DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926DD is #26D922. Grayscale: #6F6F6F. Windows color (decimal): -2545955 or 14493401. OLE color: 14493401.
HSL color Cylindrical-coordinate representation of color #D926DD: hue angle of 298.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D926DD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 38 | 221 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.13 |
| HSL | 298.69º | 0.73% | 0.51% | - |
| HSV(B) | 298.69º | 0.83% | 0.87% | - |
| XYZ | 42.36 | 21.36 | 70.3 | - |
| YUV | 112.38 | 189.3 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 221 | 0.02 | 0.83 | 0 | 0.13 | 298.69 | 0.73 | 0.51 |
| Hex | D9 | 26 | DD | 2 | 53 | 0 | D | 12B | 49 | 33 |
| Octal | 331 | 46 | 335 | 2 | 123 | 0 | 15 | 453 | 111 | 63 |
| Binary | 11011001 | 100110 | 11011101 | 10 | 1010011 | 0 | 1101 | 100101011 | 1001001 | 110011 |
Color Harmonies of #D926DD
Complementary color
Monochromatic Colors of #D926DD
Black with #D926DD
Text Example
Text Example
White with #D926DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926DD; }
p { color: rgb(217,38,221); }
H1.HeaderClassName
{
color: #D926DD;
}
.AnyTagClassName
{
color: #D926DD;
}
</style>
background-color css
<style>
a { background-color: #D926DD; }
a { background-color: rgb(217,38,221); }
div.DivClassName
{
background-color: #D926DD;
}
.BgClassName
{
background-color: #D926DD;
}
</style>
border-color css
<style>
span { border-color: #D926DD; }
span { border-color: rgb(217,38,221); }
td.TdClassName
{
border-color: #D926DD;
}
.TagClassName
{
border-color: #D926DD;
}
</style>