Shades of Deep Magenta #D321DF
Tints of Deep Magenta #D321DF
RGB
CMYK
RGB Variations
Color information
#D321DF (or 0xD321DF) is known color: Deep Magenta. HEX triplet: D3, 21 and DF. RGB value is (211,33,223). Sum of RGB (Red+Green+Blue) = 211+33+223=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #D321DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321DF is #2CDE20. Grayscale: #6B6B6B. Windows color (decimal): -2940449 or 14623187. OLE color: 14623187.
HSL color Cylindrical-coordinate representation of color #D321DF: hue angle of 296.21º 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 #D321DF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 33 | 223 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.13 |
| HSL | 296.21º | 0.75% | 0.5% | - |
| HSV(B) | 296.21º | 0.85% | 0.87% | - |
| XYZ | 40.73 | 20.26 | 71.58 | - |
| YUV | 107.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 223 | 0.05 | 0.85 | 0 | 0.13 | 296.21 | 0.75 | 0.5 |
| Hex | D3 | 21 | DF | 5 | 55 | 0 | D | 128 | 4B | 32 |
| Octal | 323 | 41 | 337 | 5 | 125 | 0 | 15 | 450 | 113 | 62 |
| Binary | 11010011 | 100001 | 11011111 | 101 | 1010101 | 0 | 1101 | 100101000 | 1001011 | 110010 |
Color Harmonies of #D321DF
Complementary color
Monochromatic Colors of #D321DF
Black with #D321DF
Text Example
Text Example
White with #D321DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321DF; }
p { color: rgb(211,33,223); }
H1.HeaderClassName
{
color: #D321DF;
}
.AnyTagClassName
{
color: #D321DF;
}
</style>
background-color css
<style>
a { background-color: #D321DF; }
a { background-color: rgb(211,33,223); }
div.DivClassName
{
background-color: #D321DF;
}
.BgClassName
{
background-color: #D321DF;
}
</style>
border-color css
<style>
span { border-color: #D321DF; }
span { border-color: rgb(211,33,223); }
td.TdClassName
{
border-color: #D321DF;
}
.TagClassName
{
border-color: #D321DF;
}
</style>