Shades of Deep Magenta #D321BF
Tints of Deep Magenta #D321BF
RGB
CMYK
RGB Variations
Color information
#D321BF (or 0xD321BF) is known color: Deep Magenta. HEX triplet: D3, 21 and BF. RGB value is (211,33,191). Sum of RGB (Red+Green+Blue) = 211+33+191=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D321BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321BF is #2CDE40. Grayscale: #676767. Windows color (decimal): -2940481 or 12526035. OLE color: 12526035.
HSL color Cylindrical-coordinate representation of color #D321BF: hue angle of 306.74º degrees, saturation: 0.73, 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 #D321BF is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 191 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.17 |
| HSL | 306.74º | 0.73% | 0.48% | - |
| HSV(B) | 306.74º | 0.84% | 0.83% | - |
| XYZ | 36.81 | 18.7 | 50.96 | - |
| YUV | 104.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 191 | 0 | 0.84 | 0.09 | 0.17 | 306.74 | 0.73 | 0.48 |
| Hex | D3 | 21 | BF | 0 | 54 | 9 | 11 | 133 | 49 | 30 |
| Octal | 323 | 41 | 277 | 0 | 124 | 11 | 21 | 463 | 111 | 60 |
| Binary | 11010011 | 100001 | 10111111 | 0 | 1010100 | 1001 | 10001 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D321BF
Complementary color
Monochromatic Colors of #D321BF
Black with #D321BF
Text Example
Text Example
White with #D321BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321BF; }
p { color: rgb(211,33,191); }
H1.HeaderClassName
{
color: #D321BF;
}
.AnyTagClassName
{
color: #D321BF;
}
</style>
background-color css
<style>
a { background-color: #D321BF; }
a { background-color: rgb(211,33,191); }
div.DivClassName
{
background-color: #D321BF;
}
.BgClassName
{
background-color: #D321BF;
}
</style>
border-color css
<style>
span { border-color: #D321BF; }
span { border-color: rgb(211,33,191); }
td.TdClassName
{
border-color: #D321BF;
}
.TagClassName
{
border-color: #D321BF;
}
</style>