Shades of Deep Magenta #D321DA
Tints of Deep Magenta #D321DA
RGB
CMYK
RGB Variations
Color information
#D321DA (or 0xD321DA) is known color: Deep Magenta. HEX triplet: D3, 21 and DA. RGB value is (211,33,218). Sum of RGB (Red+Green+Blue) = 211+33+218=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #D321DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321DA is #2CDE25. Grayscale: #6A6A6A. Windows color (decimal): -2940454 or 14295507. OLE color: 14295507.
HSL color Cylindrical-coordinate representation of color #D321DA: hue angle of 297.73º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D321DA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 33 | 218 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.15 |
| HSL | 297.73º | 0.74% | 0.49% | - |
| HSV(B) | 297.73º | 0.85% | 0.85% | - |
| XYZ | 40.06 | 20 | 68.08 | - |
| YUV | 107.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 218 | 0.03 | 0.85 | 0 | 0.15 | 297.73 | 0.74 | 0.49 |
| Hex | D3 | 21 | DA | 3 | 55 | 0 | F | 12A | 4A | 31 |
| Octal | 323 | 41 | 332 | 3 | 125 | 0 | 17 | 452 | 112 | 61 |
| Binary | 11010011 | 100001 | 11011010 | 11 | 1010101 | 0 | 1111 | 100101010 | 1001010 | 110001 |
Color Harmonies of #D321DA
Complementary color
Monochromatic Colors of #D321DA
Black with #D321DA
Text Example
Text Example
White with #D321DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321DA; }
p { color: rgb(211,33,218); }
H1.HeaderClassName
{
color: #D321DA;
}
.AnyTagClassName
{
color: #D321DA;
}
</style>
background-color css
<style>
a { background-color: #D321DA; }
a { background-color: rgb(211,33,218); }
div.DivClassName
{
background-color: #D321DA;
}
.BgClassName
{
background-color: #D321DA;
}
</style>
border-color css
<style>
span { border-color: #D321DA; }
span { border-color: rgb(211,33,218); }
td.TdClassName
{
border-color: #D321DA;
}
.TagClassName
{
border-color: #D321DA;
}
</style>