Shades of Deep Magenta #D329BF
Tints of Deep Magenta #D329BF
RGB
CMYK
RGB Variations
Color information
#D329BF (or 0xD329BF) is known color: Deep Magenta. HEX triplet: D3, 29 and BF. RGB value is (211,41,191). Sum of RGB (Red+Green+Blue) = 211+41+191=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D329BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329BF is #2CD640. Grayscale: #6C6C6C. Windows color (decimal): -2938433 or 12528083. OLE color: 12528083.
HSL color Cylindrical-coordinate representation of color #D329BF: hue angle of 307.06º 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 #D329BF is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 191 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.17 |
| HSL | 307.06º | 0.67% | 0.49% | - |
| HSV(B) | 307.06º | 0.81% | 0.83% | - |
| XYZ | 37.06 | 19.2 | 51.04 | - |
| YUV | 108.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 191 | 0 | 0.81 | 0.09 | 0.17 | 307.06 | 0.67 | 0.49 |
| Hex | D3 | 29 | BF | 0 | 51 | 9 | 11 | 133 | 43 | 31 |
| Octal | 323 | 51 | 277 | 0 | 121 | 11 | 21 | 463 | 103 | 61 |
| Binary | 11010011 | 101001 | 10111111 | 0 | 1010001 | 1001 | 10001 | 100110011 | 1000011 | 110001 |
Color Harmonies of #D329BF
Complementary color
Monochromatic Colors of #D329BF
Black with #D329BF
Text Example
Text Example
White with #D329BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329BF; }
p { color: rgb(211,41,191); }
H1.HeaderClassName
{
color: #D329BF;
}
.AnyTagClassName
{
color: #D329BF;
}
</style>
background-color css
<style>
a { background-color: #D329BF; }
a { background-color: rgb(211,41,191); }
div.DivClassName
{
background-color: #D329BF;
}
.BgClassName
{
background-color: #D329BF;
}
</style>
border-color css
<style>
span { border-color: #D329BF; }
span { border-color: rgb(211,41,191); }
td.TdClassName
{
border-color: #D329BF;
}
.TagClassName
{
border-color: #D329BF;
}
</style>