Shades of Deep Magenta #D327DB
Tints of Deep Magenta #D327DB
RGB
CMYK
RGB Variations
Color information
#D327DB (or 0xD327DB) is known color: Deep Magenta. HEX triplet: D3, 27 and DB. RGB value is (211,39,219). Sum of RGB (Red+Green+Blue) = 211+39+219=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #D327DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327DB is #2CD824. Grayscale: #6E6E6E. Windows color (decimal): -2938917 or 14362579. OLE color: 14362579.
HSL color Cylindrical-coordinate representation of color #D327DB: hue angle of 297.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D327DB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 39 | 219 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.14 |
| HSL | 297.33º | 0.71% | 0.51% | - |
| HSV(B) | 297.33º | 0.82% | 0.86% | - |
| XYZ | 40.38 | 20.41 | 68.83 | - |
| YUV | 110.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 219 | 0.04 | 0.82 | 0 | 0.14 | 297.33 | 0.71 | 0.51 |
| Hex | D3 | 27 | DB | 4 | 52 | 0 | E | 129 | 47 | 33 |
| Octal | 323 | 47 | 333 | 4 | 122 | 0 | 16 | 451 | 107 | 63 |
| Binary | 11010011 | 100111 | 11011011 | 100 | 1010010 | 0 | 1110 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D327DB
Complementary color
Monochromatic Colors of #D327DB
Black with #D327DB
Text Example
Text Example
White with #D327DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D327DB; }
p { color: rgb(211,39,219); }
H1.HeaderClassName
{
color: #D327DB;
}
.AnyTagClassName
{
color: #D327DB;
}
</style>
background-color css
<style>
a { background-color: #D327DB; }
a { background-color: rgb(211,39,219); }
div.DivClassName
{
background-color: #D327DB;
}
.BgClassName
{
background-color: #D327DB;
}
</style>
border-color css
<style>
span { border-color: #D327DB; }
span { border-color: rgb(211,39,219); }
td.TdClassName
{
border-color: #D327DB;
}
.TagClassName
{
border-color: #D327DB;
}
</style>