Shades of Medium Violet Red #D8209F
Tints of Medium Violet Red #D8209F
RGB
CMYK
RGB Variations
Color information
#D8209F (or 0xD8209F) is known color: Medium Violet Red. HEX triplet: D8, 20 and 9F. RGB value is (216,32,159). Sum of RGB (Red+Green+Blue) = 216+32+159=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8209F is #27DF60. Grayscale: #656565. Windows color (decimal): -2613089 or 10428632. OLE color: 10428632.
HSL color Cylindrical-coordinate representation of color #D8209F: hue angle of 318.59º 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 #D8209F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 159 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.15 |
| HSL | 318.59º | 0.74% | 0.49% | - |
| HSV(B) | 318.59º | 0.85% | 0.85% | - |
| XYZ | 35.09 | 18.14 | 34.45 | - |
| YUV | 101.49 | 160.46 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 159 | 0 | 0.85 | 0.26 | 0.15 | 318.59 | 0.74 | 0.49 |
| Hex | D8 | 20 | 9F | 0 | 55 | 1A | F | 13F | 4A | 31 |
| Octal | 330 | 40 | 237 | 0 | 125 | 32 | 17 | 477 | 112 | 61 |
| Binary | 11011000 | 100000 | 10011111 | 0 | 1010101 | 11010 | 1111 | 100111111 | 1001010 | 110001 |
Color Harmonies of #D8209F
Complementary color
Monochromatic Colors of #D8209F
Black with #D8209F
Text Example
Text Example
White with #D8209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8209F; }
p { color: rgb(216,32,159); }
H1.HeaderClassName
{
color: #D8209F;
}
.AnyTagClassName
{
color: #D8209F;
}
</style>
background-color css
<style>
a { background-color: #D8209F; }
a { background-color: rgb(216,32,159); }
div.DivClassName
{
background-color: #D8209F;
}
.BgClassName
{
background-color: #D8209F;
}
</style>
border-color css
<style>
span { border-color: #D8209F; }
span { border-color: rgb(216,32,159); }
td.TdClassName
{
border-color: #D8209F;
}
.TagClassName
{
border-color: #D8209F;
}
</style>