Shades of Deep Magenta #D321B7
Tints of Deep Magenta #D321B7
RGB
CMYK
RGB Variations
Color information
#D321B7 (or 0xD321B7) is known color: Deep Magenta. HEX triplet: D3, 21 and B7. RGB value is (211,33,183). Sum of RGB (Red+Green+Blue) = 211+33+183=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D321B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321B7 is #2CDE48. Grayscale: #666666. Windows color (decimal): -2940489 or 12001747. OLE color: 12001747.
HSL color Cylindrical-coordinate representation of color #D321B7: hue angle of 309.44º 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 #D321B7 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 183 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.17 |
| HSL | 309.44º | 0.73% | 0.48% | - |
| HSV(B) | 309.44º | 0.84% | 0.83% | - |
| XYZ | 35.96 | 18.36 | 46.45 | - |
| YUV | 103.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 183 | 0 | 0.84 | 0.13 | 0.17 | 309.44 | 0.73 | 0.48 |
| Hex | D3 | 21 | B7 | 0 | 54 | D | 11 | 135 | 49 | 30 |
| Octal | 323 | 41 | 267 | 0 | 124 | 15 | 21 | 465 | 111 | 60 |
| Binary | 11010011 | 100001 | 10110111 | 0 | 1010100 | 1101 | 10001 | 100110101 | 1001001 | 110000 |
Color Harmonies of #D321B7
Complementary color
Monochromatic Colors of #D321B7
Black with #D321B7
Text Example
Text Example
White with #D321B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321B7; }
p { color: rgb(211,33,183); }
H1.HeaderClassName
{
color: #D321B7;
}
.AnyTagClassName
{
color: #D321B7;
}
</style>
background-color css
<style>
a { background-color: #D321B7; }
a { background-color: rgb(211,33,183); }
div.DivClassName
{
background-color: #D321B7;
}
.BgClassName
{
background-color: #D321B7;
}
</style>
border-color css
<style>
span { border-color: #D321B7; }
span { border-color: rgb(211,33,183); }
td.TdClassName
{
border-color: #D321B7;
}
.TagClassName
{
border-color: #D321B7;
}
</style>