Shades of Deep Magenta #D327DA
Tints of Deep Magenta #D327DA
RGB
CMYK
RGB Variations
Color information
#D327DA (or 0xD327DA) is known color: Deep Magenta. HEX triplet: D3, 27 and DA. RGB value is (211,39,218). Sum of RGB (Red+Green+Blue) = 211+39+218=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #D327DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327DA is #2CD825. Grayscale: #6E6E6E. Windows color (decimal): -2938918 or 14297043. OLE color: 14297043.
HSL color Cylindrical-coordinate representation of color #D327DA: hue angle of 297.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D327DA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 39 | 218 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.15 |
| HSL | 297.65º | 0.71% | 0.5% | - |
| HSV(B) | 297.65º | 0.82% | 0.85% | - |
| XYZ | 40.24 | 20.36 | 68.14 | - |
| YUV | 110.83 | 188.48 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 218 | 0.03 | 0.82 | 0 | 0.15 | 297.65 | 0.71 | 0.5 |
| Hex | D3 | 27 | DA | 3 | 52 | 0 | F | 12A | 47 | 32 |
| Octal | 323 | 47 | 332 | 3 | 122 | 0 | 17 | 452 | 107 | 62 |
| Binary | 11010011 | 100111 | 11011010 | 11 | 1010010 | 0 | 1111 | 100101010 | 1000111 | 110010 |
Color Harmonies of #D327DA
Complementary color
Monochromatic Colors of #D327DA
Black with #D327DA
Text Example
Text Example
White with #D327DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D327DA; }
p { color: rgb(211,39,218); }
H1.HeaderClassName
{
color: #D327DA;
}
.AnyTagClassName
{
color: #D327DA;
}
</style>
background-color css
<style>
a { background-color: #D327DA; }
a { background-color: rgb(211,39,218); }
div.DivClassName
{
background-color: #D327DA;
}
.BgClassName
{
background-color: #D327DA;
}
</style>
border-color css
<style>
span { border-color: #D327DA; }
span { border-color: rgb(211,39,218); }
td.TdClassName
{
border-color: #D327DA;
}
.TagClassName
{
border-color: #D327DA;
}
</style>