Shades of Deep Magenta #D321C3
Tints of Deep Magenta #D321C3
RGB
CMYK
RGB Variations
Color information
#D321C3 (or 0xD321C3) is known color: Deep Magenta. HEX triplet: D3, 21 and C3. RGB value is (211,33,195). Sum of RGB (Red+Green+Blue) = 211+33+195=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D321C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321C3 is #2CDE3C. Grayscale: #686868. Windows color (decimal): -2940477 or 12788179. OLE color: 12788179.
HSL color Cylindrical-coordinate representation of color #D321C3: hue angle of 305.39º 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 #D321C3 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 195 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.17 |
| HSL | 305.39º | 0.73% | 0.48% | - |
| HSV(B) | 305.39º | 0.84% | 0.83% | - |
| XYZ | 37.26 | 18.88 | 53.31 | - |
| YUV | 104.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 195 | 0 | 0.84 | 0.08 | 0.17 | 305.39 | 0.73 | 0.48 |
| Hex | D3 | 21 | C3 | 0 | 54 | 8 | 11 | 131 | 49 | 30 |
| Octal | 323 | 41 | 303 | 0 | 124 | 10 | 21 | 461 | 111 | 60 |
| Binary | 11010011 | 100001 | 11000011 | 0 | 1010100 | 1000 | 10001 | 100110001 | 1001001 | 110000 |
Color Harmonies of #D321C3
Complementary color
Monochromatic Colors of #D321C3
Black with #D321C3
Text Example
Text Example
White with #D321C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321C3; }
p { color: rgb(211,33,195); }
H1.HeaderClassName
{
color: #D321C3;
}
.AnyTagClassName
{
color: #D321C3;
}
</style>
background-color css
<style>
a { background-color: #D321C3; }
a { background-color: rgb(211,33,195); }
div.DivClassName
{
background-color: #D321C3;
}
.BgClassName
{
background-color: #D321C3;
}
</style>
border-color css
<style>
span { border-color: #D321C3; }
span { border-color: rgb(211,33,195); }
td.TdClassName
{
border-color: #D321C3;
}
.TagClassName
{
border-color: #D321C3;
}
</style>