Shades of Deep Magenta #D320E1
Tints of Deep Magenta #D320E1
RGB
CMYK
RGB Variations
Color information
#D320E1 (or 0xD320E1) is known color: Deep Magenta. HEX triplet: D3, 20 and E1. RGB value is (211,32,225). Sum of RGB (Red+Green+Blue) = 211+32+225=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #D320E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D320E1 is #2CDF1E. Grayscale: #6A6A6A. Windows color (decimal): -2940703 or 14754003. OLE color: 14754003.
HSL color Cylindrical-coordinate representation of color #D320E1: hue angle of 295.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D320E1 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 32 | 225 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.12 |
| HSL | 295.65º | 0.76% | 0.5% | - |
| HSV(B) | 295.65º | 0.86% | 0.88% | - |
| XYZ | 40.97 | 20.32 | 73 | - |
| YUV | 107.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 225 | 0.06 | 0.86 | 0 | 0.12 | 295.65 | 0.76 | 0.5 |
| Hex | D3 | 20 | E1 | 6 | 56 | 0 | C | 128 | 4C | 32 |
| Octal | 323 | 40 | 341 | 6 | 126 | 0 | 14 | 450 | 114 | 62 |
| Binary | 11010011 | 100000 | 11100001 | 110 | 1010110 | 0 | 1100 | 100101000 | 1001100 | 110010 |
Color Harmonies of #D320E1
Complementary color
Monochromatic Colors of #D320E1
Black with #D320E1
Text Example
Text Example
White with #D320E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320E1; }
p { color: rgb(211,32,225); }
H1.HeaderClassName
{
color: #D320E1;
}
.AnyTagClassName
{
color: #D320E1;
}
</style>
background-color css
<style>
a { background-color: #D320E1; }
a { background-color: rgb(211,32,225); }
div.DivClassName
{
background-color: #D320E1;
}
.BgClassName
{
background-color: #D320E1;
}
</style>
border-color css
<style>
span { border-color: #D320E1; }
span { border-color: rgb(211,32,225); }
td.TdClassName
{
border-color: #D320E1;
}
.TagClassName
{
border-color: #D320E1;
}
</style>