Shades of Deep Magenta #D329BC
Tints of Deep Magenta #D329BC
RGB
CMYK
RGB Variations
Color information
#D329BC (or 0xD329BC) is known color: Deep Magenta. HEX triplet: D3, 29 and BC. RGB value is (211,41,188). Sum of RGB (Red+Green+Blue) = 211+41+188=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D329BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329BC is #2CD643. Grayscale: #6C6C6C. Windows color (decimal): -2938436 or 12331475. OLE color: 12331475.
HSL color Cylindrical-coordinate representation of color #D329BC: hue angle of 308.12º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D329BC is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 188 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.17 |
| HSL | 308.12º | 0.67% | 0.49% | - |
| HSV(B) | 308.12º | 0.81% | 0.83% | - |
| XYZ | 36.73 | 19.07 | 49.32 | - |
| YUV | 108.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 188 | 0 | 0.81 | 0.11 | 0.17 | 308.12 | 0.67 | 0.49 |
| Hex | D3 | 29 | BC | 0 | 51 | B | 11 | 134 | 43 | 31 |
| Octal | 323 | 51 | 274 | 0 | 121 | 13 | 21 | 464 | 103 | 61 |
| Binary | 11010011 | 101001 | 10111100 | 0 | 1010001 | 1011 | 10001 | 100110100 | 1000011 | 110001 |
Color Harmonies of #D329BC
Complementary color
Monochromatic Colors of #D329BC
Black with #D329BC
Text Example
Text Example
White with #D329BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329BC; }
p { color: rgb(211,41,188); }
H1.HeaderClassName
{
color: #D329BC;
}
.AnyTagClassName
{
color: #D329BC;
}
</style>
background-color css
<style>
a { background-color: #D329BC; }
a { background-color: rgb(211,41,188); }
div.DivClassName
{
background-color: #D329BC;
}
.BgClassName
{
background-color: #D329BC;
}
</style>
border-color css
<style>
span { border-color: #D329BC; }
span { border-color: rgb(211,41,188); }
td.TdClassName
{
border-color: #D329BC;
}
.TagClassName
{
border-color: #D329BC;
}
</style>