Shades of Deep Magenta #D321B3
Tints of Deep Magenta #D321B3
RGB
CMYK
RGB Variations
Color information
#D321B3 (or 0xD321B3) is known color: Deep Magenta. HEX triplet: D3, 21 and B3. RGB value is (211,33,179). Sum of RGB (Red+Green+Blue) = 211+33+179=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D321B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321B3 is #2CDE4C. Grayscale: #666666. Windows color (decimal): -2940493 or 11739603. OLE color: 11739603.
HSL color Cylindrical-coordinate representation of color #D321B3: hue angle of 310.79º 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 #D321B3 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 179 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.17 |
| HSL | 310.79º | 0.73% | 0.48% | - |
| HSV(B) | 310.79º | 0.84% | 0.83% | - |
| XYZ | 35.54 | 18.19 | 44.29 | - |
| YUV | 102.87 | 170.97 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 179 | 0 | 0.84 | 0.15 | 0.17 | 310.79 | 0.73 | 0.48 |
| Hex | D3 | 21 | B3 | 0 | 54 | F | 11 | 137 | 49 | 30 |
| Octal | 323 | 41 | 263 | 0 | 124 | 17 | 21 | 467 | 111 | 60 |
| Binary | 11010011 | 100001 | 10110011 | 0 | 1010100 | 1111 | 10001 | 100110111 | 1001001 | 110000 |
Color Harmonies of #D321B3
Complementary color
Monochromatic Colors of #D321B3
Black with #D321B3
Text Example
Text Example
White with #D321B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321B3; }
p { color: rgb(211,33,179); }
H1.HeaderClassName
{
color: #D321B3;
}
.AnyTagClassName
{
color: #D321B3;
}
</style>
background-color css
<style>
a { background-color: #D321B3; }
a { background-color: rgb(211,33,179); }
div.DivClassName
{
background-color: #D321B3;
}
.BgClassName
{
background-color: #D321B3;
}
</style>
border-color css
<style>
span { border-color: #D321B3; }
span { border-color: rgb(211,33,179); }
td.TdClassName
{
border-color: #D321B3;
}
.TagClassName
{
border-color: #D321B3;
}
</style>