Shades of Deep Magenta #D921DF
Tints of Deep Magenta #D921DF
RGB
CMYK
RGB Variations
Color information
#D921DF (or 0xD921DF) is known color: Deep Magenta. HEX triplet: D9, 21 and DF. RGB value is (217,33,223). Sum of RGB (Red+Green+Blue) = 217+33+223=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D921DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D921DF is #26DE20. Grayscale: #6D6D6D. Windows color (decimal): -2547233 or 14623193. OLE color: 14623193.
HSL color Cylindrical-coordinate representation of color #D921DF: hue angle of 298.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D921DF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 33 | 223 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.13 |
| HSL | 298.11º | 0.75% | 0.5% | - |
| HSV(B) | 298.11º | 0.85% | 0.87% | - |
| XYZ | 42.48 | 21.17 | 71.66 | - |
| YUV | 109.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 223 | 0.03 | 0.85 | 0 | 0.13 | 298.11 | 0.75 | 0.5 |
| Hex | D9 | 21 | DF | 3 | 55 | 0 | D | 12A | 4B | 32 |
| Octal | 331 | 41 | 337 | 3 | 125 | 0 | 15 | 452 | 113 | 62 |
| Binary | 11011001 | 100001 | 11011111 | 11 | 1010101 | 0 | 1101 | 100101010 | 1001011 | 110010 |
Color Harmonies of #D921DF
Complementary color
Monochromatic Colors of #D921DF
Black with #D921DF
Text Example
Text Example
White with #D921DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921DF; }
p { color: rgb(217,33,223); }
H1.HeaderClassName
{
color: #D921DF;
}
.AnyTagClassName
{
color: #D921DF;
}
</style>
background-color css
<style>
a { background-color: #D921DF; }
a { background-color: rgb(217,33,223); }
div.DivClassName
{
background-color: #D921DF;
}
.BgClassName
{
background-color: #D921DF;
}
</style>
border-color css
<style>
span { border-color: #D921DF; }
span { border-color: rgb(217,33,223); }
td.TdClassName
{
border-color: #D921DF;
}
.TagClassName
{
border-color: #D921DF;
}
</style>