Shades of Deep Magenta #D321B2
Tints of Deep Magenta #D321B2
RGB
CMYK
RGB Variations
Color information
#D321B2 (or 0xD321B2) is known color: Deep Magenta. HEX triplet: D3, 21 and B2. RGB value is (211,33,178). Sum of RGB (Red+Green+Blue) = 211+33+178=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D321B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D321B2 is #2CDE4D. Grayscale: #666666. Windows color (decimal): -2940494 or 11674067. OLE color: 11674067.
HSL color Cylindrical-coordinate representation of color #D321B2: hue angle of 311.12º 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 #D321B2 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 178 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.17 |
| HSL | 311.12º | 0.73% | 0.48% | - |
| HSV(B) | 311.12º | 0.84% | 0.83% | - |
| XYZ | 35.44 | 18.15 | 43.75 | - |
| YUV | 102.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 178 | 0 | 0.84 | 0.16 | 0.17 | 311.12 | 0.73 | 0.48 |
| Hex | D3 | 21 | B2 | 0 | 54 | 10 | 11 | 137 | 49 | 30 |
| Octal | 323 | 41 | 262 | 0 | 124 | 20 | 21 | 467 | 111 | 60 |
| Binary | 11010011 | 100001 | 10110010 | 0 | 1010100 | 10000 | 10001 | 100110111 | 1001001 | 110000 |
Color Harmonies of #D321B2
Complementary color
Monochromatic Colors of #D321B2
Black with #D321B2
Text Example
Text Example
White with #D321B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321B2; }
p { color: rgb(211,33,178); }
H1.HeaderClassName
{
color: #D321B2;
}
.AnyTagClassName
{
color: #D321B2;
}
</style>
background-color css
<style>
a { background-color: #D321B2; }
a { background-color: rgb(211,33,178); }
div.DivClassName
{
background-color: #D321B2;
}
.BgClassName
{
background-color: #D321B2;
}
</style>
border-color css
<style>
span { border-color: #D321B2; }
span { border-color: rgb(211,33,178); }
td.TdClassName
{
border-color: #D321B2;
}
.TagClassName
{
border-color: #D321B2;
}
</style>