Shades of Deep Magenta #D324BA
Tints of Deep Magenta #D324BA
RGB
CMYK
RGB Variations
Color information
#D324BA (or 0xD324BA) is known color: Deep Magenta. HEX triplet: D3, 24 and BA. RGB value is (211,36,186). Sum of RGB (Red+Green+Blue) = 211+36+186=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D324BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324BA is #2CDB45. Grayscale: #696969. Windows color (decimal): -2939718 or 12199123. OLE color: 12199123.
HSL color Cylindrical-coordinate representation of color #D324BA: hue angle of 308.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D324BA is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 186 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.17 |
| HSL | 308.57º | 0.71% | 0.48% | - |
| HSV(B) | 308.57º | 0.83% | 0.83% | - |
| XYZ | 36.36 | 18.66 | 48.14 | - |
| YUV | 105.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 186 | 0 | 0.83 | 0.12 | 0.17 | 308.57 | 0.71 | 0.48 |
| Hex | D3 | 24 | BA | 0 | 53 | C | 11 | 135 | 47 | 30 |
| Octal | 323 | 44 | 272 | 0 | 123 | 14 | 21 | 465 | 107 | 60 |
| Binary | 11010011 | 100100 | 10111010 | 0 | 1010011 | 1100 | 10001 | 100110101 | 1000111 | 110000 |
Color Harmonies of #D324BA
Complementary color
Monochromatic Colors of #D324BA
Black with #D324BA
Text Example
Text Example
White with #D324BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D324BA; }
p { color: rgb(211,36,186); }
H1.HeaderClassName
{
color: #D324BA;
}
.AnyTagClassName
{
color: #D324BA;
}
</style>
background-color css
<style>
a { background-color: #D324BA; }
a { background-color: rgb(211,36,186); }
div.DivClassName
{
background-color: #D324BA;
}
.BgClassName
{
background-color: #D324BA;
}
</style>
border-color css
<style>
span { border-color: #D324BA; }
span { border-color: rgb(211,36,186); }
td.TdClassName
{
border-color: #D324BA;
}
.TagClassName
{
border-color: #D324BA;
}
</style>