Shades of Deep Magenta #D321CC
Tints of Deep Magenta #D321CC
RGB
CMYK
RGB Variations
Color information
#D321CC (or 0xD321CC) is known color: Deep Magenta. HEX triplet: D3, 21 and CC. RGB value is (211,33,204). Sum of RGB (Red+Green+Blue) = 211+33+204=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D321CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D321CC is #2CDE33. Grayscale: #696969. Windows color (decimal): -2940468 or 13378003. OLE color: 13378003.
HSL color Cylindrical-coordinate representation of color #D321CC: hue angle of 302.36º 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 #D321CC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 204 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.17 |
| HSL | 302.36º | 0.73% | 0.48% | - |
| HSV(B) | 302.36º | 0.84% | 0.83% | - |
| XYZ | 38.31 | 19.3 | 58.83 | - |
| YUV | 105.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 204 | 0 | 0.84 | 0.03 | 0.17 | 302.36 | 0.73 | 0.48 |
| Hex | D3 | 21 | CC | 0 | 54 | 3 | 11 | 12E | 49 | 30 |
| Octal | 323 | 41 | 314 | 0 | 124 | 3 | 21 | 456 | 111 | 60 |
| Binary | 11010011 | 100001 | 11001100 | 0 | 1010100 | 11 | 10001 | 100101110 | 1001001 | 110000 |
Color Harmonies of #D321CC
Complementary color
Monochromatic Colors of #D321CC
Black with #D321CC
Text Example
Text Example
White with #D321CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D321CC; }
p { color: rgb(211,33,204); }
H1.HeaderClassName
{
color: #D321CC;
}
.AnyTagClassName
{
color: #D321CC;
}
</style>
background-color css
<style>
a { background-color: #D321CC; }
a { background-color: rgb(211,33,204); }
div.DivClassName
{
background-color: #D321CC;
}
.BgClassName
{
background-color: #D321CC;
}
</style>
border-color css
<style>
span { border-color: #D321CC; }
span { border-color: rgb(211,33,204); }
td.TdClassName
{
border-color: #D321CC;
}
.TagClassName
{
border-color: #D321CC;
}
</style>