Shades of Deep Magenta #D321BB
Tints of Deep Magenta #D321BB
RGB
CMYK
RGB Variations
Color information
#D321BB (or 0xD321BB) is known color: Deep Magenta. HEX triplet: D3, 21 and BB. RGB value is (211,33,187). Sum of RGB (Red+Green+Blue) = 211+33+187=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D321BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321BB is #2CDE44. Grayscale: #676767. Windows color (decimal): -2940485 or 12263891. OLE color: 12263891.
HSL color Cylindrical-coordinate representation of color #D321BB: hue angle of 308.09º 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 #D321BB is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 187 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.17 |
| HSL | 308.09º | 0.73% | 0.48% | - |
| HSV(B) | 308.09º | 0.84% | 0.83% | - |
| XYZ | 36.38 | 18.52 | 48.67 | - |
| YUV | 103.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 187 | 0 | 0.84 | 0.11 | 0.17 | 308.09 | 0.73 | 0.48 |
| Hex | D3 | 21 | BB | 0 | 54 | B | 11 | 134 | 49 | 30 |
| Octal | 323 | 41 | 273 | 0 | 124 | 13 | 21 | 464 | 111 | 60 |
| Binary | 11010011 | 100001 | 10111011 | 0 | 1010100 | 1011 | 10001 | 100110100 | 1001001 | 110000 |
Color Harmonies of #D321BB
Complementary color
Monochromatic Colors of #D321BB
Black with #D321BB
Text Example
Text Example
White with #D321BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321BB; }
p { color: rgb(211,33,187); }
H1.HeaderClassName
{
color: #D321BB;
}
.AnyTagClassName
{
color: #D321BB;
}
</style>
background-color css
<style>
a { background-color: #D321BB; }
a { background-color: rgb(211,33,187); }
div.DivClassName
{
background-color: #D321BB;
}
.BgClassName
{
background-color: #D321BB;
}
</style>
border-color css
<style>
span { border-color: #D321BB; }
span { border-color: rgb(211,33,187); }
td.TdClassName
{
border-color: #D321BB;
}
.TagClassName
{
border-color: #D321BB;
}
</style>