Shades of Deep Magenta #D921E0
Tints of Deep Magenta #D921E0
RGB
CMYK
RGB Variations
Color information
#D921E0 (or 0xD921E0) is known color: Deep Magenta. HEX triplet: D9, 21 and E0. RGB value is (217,33,224). Sum of RGB (Red+Green+Blue) = 217+33+224=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #D921E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D921E0 is #26DE1F. Grayscale: #6D6D6D. Windows color (decimal): -2547232 or 14688729. OLE color: 14688729.
HSL color Cylindrical-coordinate representation of color #D921E0: hue angle of 297.8º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D921E0 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 33 | 224 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.12 |
| HSL | 297.8º | 0.75% | 0.5% | - |
| HSV(B) | 297.8º | 0.85% | 0.88% | - |
| XYZ | 42.61 | 21.22 | 72.37 | - |
| YUV | 109.79 | 192.46 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 224 | 0.03 | 0.85 | 0 | 0.12 | 297.8 | 0.75 | 0.5 |
| Hex | D9 | 21 | E0 | 3 | 55 | 0 | C | 12A | 4B | 32 |
| Octal | 331 | 41 | 340 | 3 | 125 | 0 | 14 | 452 | 113 | 62 |
| Binary | 11011001 | 100001 | 11100000 | 11 | 1010101 | 0 | 1100 | 100101010 | 1001011 | 110010 |
Color Harmonies of #D921E0
Complementary color
Monochromatic Colors of #D921E0
Black with #D921E0
Text Example
Text Example
White with #D921E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921E0; }
p { color: rgb(217,33,224); }
H1.HeaderClassName
{
color: #D921E0;
}
.AnyTagClassName
{
color: #D921E0;
}
</style>
background-color css
<style>
a { background-color: #D921E0; }
a { background-color: rgb(217,33,224); }
div.DivClassName
{
background-color: #D921E0;
}
.BgClassName
{
background-color: #D921E0;
}
</style>
border-color css
<style>
span { border-color: #D921E0; }
span { border-color: rgb(217,33,224); }
td.TdClassName
{
border-color: #D921E0;
}
.TagClassName
{
border-color: #D921E0;
}
</style>