Shades of Deep Magenta #D929D9
Tints of Deep Magenta #D929D9
RGB
CMYK
RGB Variations
Color information
#D929D9 (or 0xD929D9) is known color: Deep Magenta. HEX triplet: D9, 29 and D9. RGB value is (217,41,217). Sum of RGB (Red+Green+Blue) = 217+41+217=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D929D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929D9 is #26D626. Grayscale: #717171. Windows color (decimal): -2545191 or 14232025. OLE color: 14232025.
HSL color Cylindrical-coordinate representation of color #D929D9: hue angle of 300º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929D9 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 217 | - |
| CMYK | 0 | 0.81 | 0 | 0.15 |
| HSL | 300º | 0.7% | 0.51% | - |
| HSV(B) | 300º | 0.81% | 0.85% | - |
| XYZ | 41.93 | 21.35 | 67.56 | - |
| YUV | 113.69 | 186.31 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 217 | 0 | 0.81 | 0 | 0.15 | 300 | 0.7 | 0.51 |
| Hex | D9 | 29 | D9 | 0 | 51 | 0 | F | 12C | 46 | 33 |
| Octal | 331 | 51 | 331 | 0 | 121 | 0 | 17 | 454 | 106 | 63 |
| Binary | 11011001 | 101001 | 11011001 | 0 | 1010001 | 0 | 1111 | 100101100 | 1000110 | 110011 |
Color Harmonies of #D929D9
Complementary color
Monochromatic Colors of #D929D9
Black with #D929D9
Text Example
Text Example
White with #D929D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929D9; }
p { color: rgb(217,41,217); }
H1.HeaderClassName
{
color: #D929D9;
}
.AnyTagClassName
{
color: #D929D9;
}
</style>
background-color css
<style>
a { background-color: #D929D9; }
a { background-color: rgb(217,41,217); }
div.DivClassName
{
background-color: #D929D9;
}
.BgClassName
{
background-color: #D929D9;
}
</style>
border-color css
<style>
span { border-color: #D929D9; }
span { border-color: rgb(217,41,217); }
td.TdClassName
{
border-color: #D929D9;
}
.TagClassName
{
border-color: #D929D9;
}
</style>