Shades of Deep Magenta #D323BA
Tints of Deep Magenta #D323BA
RGB
CMYK
RGB Variations
Color information
#D323BA (or 0xD323BA) is known color: Deep Magenta. HEX triplet: D3, 23 and BA. RGB value is (211,35,186). Sum of RGB (Red+Green+Blue) = 211+35+186=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D323BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D323BA is #2CDC45. Grayscale: #686868. Windows color (decimal): -2939974 or 12198867. OLE color: 12198867.
HSL color Cylindrical-coordinate representation of color #D323BA: hue angle of 308.52º degrees, saturation: 0.72, 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 #D323BA is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 186 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.17 |
| HSL | 308.52º | 0.72% | 0.48% | - |
| HSV(B) | 308.52º | 0.83% | 0.83% | - |
| XYZ | 36.33 | 18.6 | 48.13 | - |
| YUV | 104.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 186 | 0 | 0.83 | 0.12 | 0.17 | 308.52 | 0.72 | 0.48 |
| Hex | D3 | 23 | BA | 0 | 53 | C | 11 | 135 | 48 | 30 |
| Octal | 323 | 43 | 272 | 0 | 123 | 14 | 21 | 465 | 110 | 60 |
| Binary | 11010011 | 100011 | 10111010 | 0 | 1010011 | 1100 | 10001 | 100110101 | 1001000 | 110000 |
Color Harmonies of #D323BA
Complementary color
Monochromatic Colors of #D323BA
Black with #D323BA
Text Example
Text Example
White with #D323BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323BA; }
p { color: rgb(211,35,186); }
H1.HeaderClassName
{
color: #D323BA;
}
.AnyTagClassName
{
color: #D323BA;
}
</style>
background-color css
<style>
a { background-color: #D323BA; }
a { background-color: rgb(211,35,186); }
div.DivClassName
{
background-color: #D323BA;
}
.BgClassName
{
background-color: #D323BA;
}
</style>
border-color css
<style>
span { border-color: #D323BA; }
span { border-color: rgb(211,35,186); }
td.TdClassName
{
border-color: #D323BA;
}
.TagClassName
{
border-color: #D323BA;
}
</style>