Shades of Medium Violet Red #D32099
Tints of Medium Violet Red #D32099
RGB
CMYK
RGB Variations
Color information
#D32099 (or 0xD32099) is known color: Medium Violet Red. HEX triplet: D3, 20 and 99. RGB value is (211,32,153). Sum of RGB (Red+Green+Blue) = 211+32+153=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D32099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32099 is #2CDF66. Grayscale: #636363. Windows color (decimal): -2940775 or 10035411. OLE color: 10035411.
HSL color Cylindrical-coordinate representation of color #D32099: hue angle of 319.44º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D32099 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 153 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.17 |
| HSL | 319.44º | 0.74% | 0.48% | - |
| HSV(B) | 319.44º | 0.85% | 0.83% | - |
| XYZ | 33.13 | 17.18 | 31.71 | - |
| YUV | 99.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 153 | 0 | 0.85 | 0.27 | 0.17 | 319.44 | 0.74 | 0.48 |
| Hex | D3 | 20 | 99 | 0 | 55 | 1B | 11 | 13F | 4A | 30 |
| Octal | 323 | 40 | 231 | 0 | 125 | 33 | 21 | 477 | 112 | 60 |
| Binary | 11010011 | 100000 | 10011001 | 0 | 1010101 | 11011 | 10001 | 100111111 | 1001010 | 110000 |
Color Harmonies of #D32099
Complementary color
Monochromatic Colors of #D32099
Black with #D32099
Text Example
Text Example
White with #D32099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32099; }
p { color: rgb(211,32,153); }
H1.HeaderClassName
{
color: #D32099;
}
.AnyTagClassName
{
color: #D32099;
}
</style>
background-color css
<style>
a { background-color: #D32099; }
a { background-color: rgb(211,32,153); }
div.DivClassName
{
background-color: #D32099;
}
.BgClassName
{
background-color: #D32099;
}
</style>
border-color css
<style>
span { border-color: #D32099; }
span { border-color: rgb(211,32,153); }
td.TdClassName
{
border-color: #D32099;
}
.TagClassName
{
border-color: #D32099;
}
</style>