Shades of Medium Violet Red #D8209B
Tints of Medium Violet Red #D8209B
RGB
CMYK
RGB Variations
Color information
#D8209B (or 0xD8209B) is known color: Medium Violet Red. HEX triplet: D8, 20 and 9B. RGB value is (216,32,155). Sum of RGB (Red+Green+Blue) = 216+32+155=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8209B is #27DF64. Grayscale: #646464. Windows color (decimal): -2613093 or 10166488. OLE color: 10166488.
HSL color Cylindrical-coordinate representation of color #D8209B: hue angle of 319.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8209B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 155 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.15 |
| HSL | 319.89º | 0.74% | 0.49% | - |
| HSV(B) | 319.89º | 0.85% | 0.85% | - |
| XYZ | 34.75 | 18 | 32.65 | - |
| YUV | 101.04 | 158.46 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 155 | 0 | 0.85 | 0.28 | 0.15 | 319.89 | 0.74 | 0.49 |
| Hex | D8 | 20 | 9B | 0 | 55 | 1C | F | 140 | 4A | 31 |
| Octal | 330 | 40 | 233 | 0 | 125 | 34 | 17 | 500 | 112 | 61 |
| Binary | 11011000 | 100000 | 10011011 | 0 | 1010101 | 11100 | 1111 | 101000000 | 1001010 | 110001 |
Color Harmonies of #D8209B
Complementary color
Monochromatic Colors of #D8209B
Black with #D8209B
Text Example
Text Example
White with #D8209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8209B; }
p { color: rgb(216,32,155); }
H1.HeaderClassName
{
color: #D8209B;
}
.AnyTagClassName
{
color: #D8209B;
}
</style>
background-color css
<style>
a { background-color: #D8209B; }
a { background-color: rgb(216,32,155); }
div.DivClassName
{
background-color: #D8209B;
}
.BgClassName
{
background-color: #D8209B;
}
</style>
border-color css
<style>
span { border-color: #D8209B; }
span { border-color: rgb(216,32,155); }
td.TdClassName
{
border-color: #D8209B;
}
.TagClassName
{
border-color: #D8209B;
}
</style>