Shades of Deep Magenta #D928DD
Tints of Deep Magenta #D928DD
RGB
CMYK
RGB Variations
Color information
#D928DD (or 0xD928DD) is known color: Deep Magenta. HEX triplet: D9, 28 and DD. RGB value is (217,40,221). Sum of RGB (Red+Green+Blue) = 217+40+221=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #D928DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928DD is #26D722. Grayscale: #717171. Windows color (decimal): -2545443 or 14493913. OLE color: 14493913.
HSL color Cylindrical-coordinate representation of color #D928DD: hue angle of 298.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928DD is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 40 | 221 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.13 |
| HSL | 298.67º | 0.73% | 0.51% | - |
| HSV(B) | 298.67º | 0.82% | 0.87% | - |
| XYZ | 42.43 | 21.49 | 70.32 | - |
| YUV | 113.56 | 188.64 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 221 | 0.02 | 0.82 | 0 | 0.13 | 298.67 | 0.73 | 0.51 |
| Hex | D9 | 28 | DD | 2 | 52 | 0 | D | 12B | 49 | 33 |
| Octal | 331 | 50 | 335 | 2 | 122 | 0 | 15 | 453 | 111 | 63 |
| Binary | 11011001 | 101000 | 11011101 | 10 | 1010010 | 0 | 1101 | 100101011 | 1001001 | 110011 |
Color Harmonies of #D928DD
Complementary color
Monochromatic Colors of #D928DD
Black with #D928DD
Text Example
Text Example
White with #D928DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928DD; }
p { color: rgb(217,40,221); }
H1.HeaderClassName
{
color: #D928DD;
}
.AnyTagClassName
{
color: #D928DD;
}
</style>
background-color css
<style>
a { background-color: #D928DD; }
a { background-color: rgb(217,40,221); }
div.DivClassName
{
background-color: #D928DD;
}
.BgClassName
{
background-color: #D928DD;
}
</style>
border-color css
<style>
span { border-color: #D928DD; }
span { border-color: rgb(217,40,221); }
td.TdClassName
{
border-color: #D928DD;
}
.TagClassName
{
border-color: #D928DD;
}
</style>