Shades of Deep Magenta #D326CA
Tints of Deep Magenta #D326CA
RGB
CMYK
RGB Variations
Color information
#D326CA (or 0xD326CA) is known color: Deep Magenta. HEX triplet: D3, 26 and CA. RGB value is (211,38,202). Sum of RGB (Red+Green+Blue) = 211+38+202=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D326CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326CA is #2CD935. Grayscale: #6B6B6B. Windows color (decimal): -2939190 or 13248211. OLE color: 13248211.
HSL color Cylindrical-coordinate representation of color #D326CA: hue angle of 303.12º 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 #D326CA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 38 | 202 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.17 |
| HSL | 303.12º | 0.69% | 0.49% | - |
| HSV(B) | 303.12º | 0.82% | 0.83% | - |
| XYZ | 38.22 | 19.5 | 57.63 | - |
| YUV | 108.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 38 | 202 | 0 | 0.82 | 0.04 | 0.17 | 303.12 | 0.69 | 0.49 |
| Hex | D3 | 26 | CA | 0 | 52 | 4 | 11 | 12F | 45 | 31 |
| Octal | 323 | 46 | 312 | 0 | 122 | 4 | 21 | 457 | 105 | 61 |
| Binary | 11010011 | 100110 | 11001010 | 0 | 1010010 | 100 | 10001 | 100101111 | 1000101 | 110001 |
Color Harmonies of #D326CA
Complementary color
Monochromatic Colors of #D326CA
Black with #D326CA
Text Example
Text Example
White with #D326CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D326CA; }
p { color: rgb(211,38,202); }
H1.HeaderClassName
{
color: #D326CA;
}
.AnyTagClassName
{
color: #D326CA;
}
</style>
background-color css
<style>
a { background-color: #D326CA; }
a { background-color: rgb(211,38,202); }
div.DivClassName
{
background-color: #D326CA;
}
.BgClassName
{
background-color: #D326CA;
}
</style>
border-color css
<style>
span { border-color: #D326CA; }
span { border-color: rgb(211,38,202); }
td.TdClassName
{
border-color: #D326CA;
}
.TagClassName
{
border-color: #D326CA;
}
</style>