Shades of Deep Magenta #D322BF
Tints of Deep Magenta #D322BF
RGB
CMYK
RGB Variations
Color information
#D322BF (or 0xD322BF) is known color: Deep Magenta. HEX triplet: D3, 22 and BF. RGB value is (211,34,191). Sum of RGB (Red+Green+Blue) = 211+34+191=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D322BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D322BF is #2CDD40. Grayscale: #686868. Windows color (decimal): -2940225 or 12526291. OLE color: 12526291.
HSL color Cylindrical-coordinate representation of color #D322BF: hue angle of 306.78º 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 #D322BF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 191 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.17 |
| HSL | 306.78º | 0.72% | 0.48% | - |
| HSV(B) | 306.78º | 0.84% | 0.83% | - |
| XYZ | 36.84 | 18.75 | 50.97 | - |
| YUV | 104.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 191 | 0 | 0.84 | 0.09 | 0.17 | 306.78 | 0.72 | 0.48 |
| Hex | D3 | 22 | BF | 0 | 54 | 9 | 11 | 133 | 48 | 30 |
| Octal | 323 | 42 | 277 | 0 | 124 | 11 | 21 | 463 | 110 | 60 |
| Binary | 11010011 | 100010 | 10111111 | 0 | 1010100 | 1001 | 10001 | 100110011 | 1001000 | 110000 |
Color Harmonies of #D322BF
Complementary color
Monochromatic Colors of #D322BF
Black with #D322BF
Text Example
Text Example
White with #D322BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D322BF; }
p { color: rgb(211,34,191); }
H1.HeaderClassName
{
color: #D322BF;
}
.AnyTagClassName
{
color: #D322BF;
}
</style>
background-color css
<style>
a { background-color: #D322BF; }
a { background-color: rgb(211,34,191); }
div.DivClassName
{
background-color: #D322BF;
}
.BgClassName
{
background-color: #D322BF;
}
</style>
border-color css
<style>
span { border-color: #D322BF; }
span { border-color: rgb(211,34,191); }
td.TdClassName
{
border-color: #D322BF;
}
.TagClassName
{
border-color: #D322BF;
}
</style>