Shades of Medium Violet Red #D80D9C
Tints of Medium Violet Red #D80D9C
RGB
CMYK
RGB Variations
Color information
#D80D9C (or 0xD80D9C) is known color: Medium Violet Red. HEX triplet: D8, 0D and 9C. RGB value is (216,13,156). Sum of RGB (Red+Green+Blue) = 216+13+156=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80D9C is #27F263. Grayscale: #595959. Windows color (decimal): -2617956 or 10227160. OLE color: 10227160.
HSL color Cylindrical-coordinate representation of color #D80D9C: hue angle of 317.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D9C is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.15 |
| HSL | 317.73º | 0.89% | 0.45% | - |
| HSV(B) | 317.73º | 0.94% | 0.85% | - |
| XYZ | 34.46 | 17.29 | 32.97 | - |
| YUV | 90 | 165.25 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 156 | 0 | 0.94 | 0.28 | 0.15 | 317.73 | 0.89 | 0.45 |
| Hex | D8 | D | 9C | 0 | 5E | 1C | F | 13E | 59 | 2D |
| Octal | 330 | 15 | 234 | 0 | 136 | 34 | 17 | 476 | 131 | 55 |
| Binary | 11011000 | 1101 | 10011100 | 0 | 1011110 | 11100 | 1111 | 100111110 | 1011001 | 101101 |
Color Harmonies of #D80D9C
Complementary color
Monochromatic Colors of #D80D9C
Black with #D80D9C
Text Example
Text Example
White with #D80D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D9C; }
p { color: rgb(216,13,156); }
H1.HeaderClassName
{
color: #D80D9C;
}
.AnyTagClassName
{
color: #D80D9C;
}
</style>
background-color css
<style>
a { background-color: #D80D9C; }
a { background-color: rgb(216,13,156); }
div.DivClassName
{
background-color: #D80D9C;
}
.BgClassName
{
background-color: #D80D9C;
}
</style>
border-color css
<style>
span { border-color: #D80D9C; }
span { border-color: rgb(216,13,156); }
td.TdClassName
{
border-color: #D80D9C;
}
.TagClassName
{
border-color: #D80D9C;
}
</style>