Shades of Deep Magenta #D322BD
Tints of Deep Magenta #D322BD
RGB
CMYK
RGB Variations
Color information
#D322BD (or 0xD322BD) is known color: Deep Magenta. HEX triplet: D3, 22 and BD. RGB value is (211,34,189). Sum of RGB (Red+Green+Blue) = 211+34+189=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D322BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D322BD is #2CDD42. Grayscale: #686868. Windows color (decimal): -2940227 or 12395219. OLE color: 12395219.
HSL color Cylindrical-coordinate representation of color #D322BD: hue angle of 307.46º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D322BD is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 189 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.17 |
| HSL | 307.46º | 0.72% | 0.48% | - |
| HSV(B) | 307.46º | 0.84% | 0.83% | - |
| XYZ | 36.62 | 18.67 | 49.82 | - |
| YUV | 104.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 189 | 0 | 0.84 | 0.10 | 0.17 | 307.46 | 0.72 | 0.48 |
| Hex | D3 | 22 | BD | 0 | 54 | A | 11 | 133 | 48 | 30 |
| Octal | 323 | 42 | 275 | 0 | 124 | 12 | 21 | 463 | 110 | 60 |
| Binary | 11010011 | 100010 | 10111101 | 0 | 1010100 | 1010 | 10001 | 100110011 | 1001000 | 110000 |
Color Harmonies of #D322BD
Complementary color
Monochromatic Colors of #D322BD
Black with #D322BD
Text Example
Text Example
White with #D322BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D322BD; }
p { color: rgb(211,34,189); }
H1.HeaderClassName
{
color: #D322BD;
}
.AnyTagClassName
{
color: #D322BD;
}
</style>
background-color css
<style>
a { background-color: #D322BD; }
a { background-color: rgb(211,34,189); }
div.DivClassName
{
background-color: #D322BD;
}
.BgClassName
{
background-color: #D322BD;
}
</style>
border-color css
<style>
span { border-color: #D322BD; }
span { border-color: rgb(211,34,189); }
td.TdClassName
{
border-color: #D322BD;
}
.TagClassName
{
border-color: #D322BD;
}
</style>