Shades of Deep Magenta #D326C0
Tints of Deep Magenta #D326C0
RGB
CMYK
RGB Variations
Color information
#D326C0 (or 0xD326C0) is known color: Deep Magenta. HEX triplet: D3, 26 and C0. RGB value is (211,38,192). Sum of RGB (Red+Green+Blue) = 211+38+192=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D326C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326C0 is #2CD93F. Grayscale: #6A6A6A. Windows color (decimal): -2939200 or 12592851. OLE color: 12592851.
HSL color Cylindrical-coordinate representation of color #D326C0: hue angle of 306.59º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D326C0 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 192 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.17 |
| HSL | 306.59º | 0.69% | 0.49% | - |
| HSV(B) | 306.59º | 0.82% | 0.83% | - |
| XYZ | 37.07 | 19.04 | 51.59 | - |
| YUV | 107.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 192 | 0 | 0.82 | 0.09 | 0.17 | 306.59 | 0.69 | 0.49 |
| Hex | D3 | 26 | C0 | 0 | 52 | 9 | 11 | 133 | 45 | 31 |
| Octal | 323 | 46 | 300 | 0 | 122 | 11 | 21 | 463 | 105 | 61 |
| Binary | 11010011 | 100110 | 11000000 | 0 | 1010010 | 1001 | 10001 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D326C0
Complementary color
Monochromatic Colors of #D326C0
Black with #D326C0
Text Example
Text Example
White with #D326C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D326C0; }
p { color: rgb(211,38,192); }
H1.HeaderClassName
{
color: #D326C0;
}
.AnyTagClassName
{
color: #D326C0;
}
</style>
background-color css
<style>
a { background-color: #D326C0; }
a { background-color: rgb(211,38,192); }
div.DivClassName
{
background-color: #D326C0;
}
.BgClassName
{
background-color: #D326C0;
}
</style>
border-color css
<style>
span { border-color: #D326C0; }
span { border-color: rgb(211,38,192); }
td.TdClassName
{
border-color: #D326C0;
}
.TagClassName
{
border-color: #D326C0;
}
</style>