Shades of Deep Magenta #D321BE
Tints of Deep Magenta #D321BE
RGB
CMYK
RGB Variations
Color information
#D321BE (or 0xD321BE) is known color: Deep Magenta. HEX triplet: D3, 21 and BE. RGB value is (211,33,190). Sum of RGB (Red+Green+Blue) = 211+33+190=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D321BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321BE is #2CDE41. Grayscale: #676767. Windows color (decimal): -2940482 or 12460499. OLE color: 12460499.
HSL color Cylindrical-coordinate representation of color #D321BE: hue angle of 307.08º 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 #D321BE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 190 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.17 |
| HSL | 307.08º | 0.73% | 0.48% | - |
| HSV(B) | 307.08º | 0.84% | 0.83% | - |
| XYZ | 36.7 | 18.65 | 50.38 | - |
| YUV | 104.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 190 | 0 | 0.84 | 0.10 | 0.17 | 307.08 | 0.73 | 0.48 |
| Hex | D3 | 21 | BE | 0 | 54 | A | 11 | 133 | 49 | 30 |
| Octal | 323 | 41 | 276 | 0 | 124 | 12 | 21 | 463 | 111 | 60 |
| Binary | 11010011 | 100001 | 10111110 | 0 | 1010100 | 1010 | 10001 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D321BE
Complementary color
Monochromatic Colors of #D321BE
Black with #D321BE
Text Example
Text Example
White with #D321BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321BE; }
p { color: rgb(211,33,190); }
H1.HeaderClassName
{
color: #D321BE;
}
.AnyTagClassName
{
color: #D321BE;
}
</style>
background-color css
<style>
a { background-color: #D321BE; }
a { background-color: rgb(211,33,190); }
div.DivClassName
{
background-color: #D321BE;
}
.BgClassName
{
background-color: #D321BE;
}
</style>
border-color css
<style>
span { border-color: #D321BE; }
span { border-color: rgb(211,33,190); }
td.TdClassName
{
border-color: #D321BE;
}
.TagClassName
{
border-color: #D321BE;
}
</style>