Shades of Deep Magenta #D929DC
Tints of Deep Magenta #D929DC
RGB
CMYK
RGB Variations
Color information
#D929DC (or 0xD929DC) is known color: Deep Magenta. HEX triplet: D9, 29 and DC. RGB value is (217,41,220). Sum of RGB (Red+Green+Blue) = 217+41+220=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #D929DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D929DC is #26D623. Grayscale: #717171. Windows color (decimal): -2545188 or 14428633. OLE color: 14428633.
HSL color Cylindrical-coordinate representation of color #D929DC: hue angle of 298.99º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D929DC is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 41 | 220 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.14 |
| HSL | 298.99º | 0.72% | 0.51% | - |
| HSV(B) | 298.99º | 0.81% | 0.86% | - |
| XYZ | 42.33 | 21.5 | 69.63 | - |
| YUV | 114.03 | 187.81 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 220 | 0.01 | 0.81 | 0 | 0.14 | 298.99 | 0.72 | 0.51 |
| Hex | D9 | 29 | DC | 1 | 51 | 0 | E | 12B | 48 | 33 |
| Octal | 331 | 51 | 334 | 1 | 121 | 0 | 16 | 453 | 110 | 63 |
| Binary | 11011001 | 101001 | 11011100 | 1 | 1010001 | 0 | 1110 | 100101011 | 1001000 | 110011 |
Color Harmonies of #D929DC
Complementary color
Monochromatic Colors of #D929DC
Black with #D929DC
Text Example
Text Example
White with #D929DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D929DC; }
p { color: rgb(217,41,220); }
H1.HeaderClassName
{
color: #D929DC;
}
.AnyTagClassName
{
color: #D929DC;
}
</style>
background-color css
<style>
a { background-color: #D929DC; }
a { background-color: rgb(217,41,220); }
div.DivClassName
{
background-color: #D929DC;
}
.BgClassName
{
background-color: #D929DC;
}
</style>
border-color css
<style>
span { border-color: #D929DC; }
span { border-color: rgb(217,41,220); }
td.TdClassName
{
border-color: #D929DC;
}
.TagClassName
{
border-color: #D929DC;
}
</style>