Shades of Medium Violet Red #D81F9F
Tints of Medium Violet Red #D81F9F
RGB
CMYK
RGB Variations
Color information
#D81F9F (or 0xD81F9F) is known color: Medium Violet Red. HEX triplet: D8, 1F and 9F. RGB value is (216,31,159). Sum of RGB (Red+Green+Blue) = 216+31+159=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81F9F is #27E060. Grayscale: #646464. Windows color (decimal): -2613345 or 10428376. OLE color: 10428376.
HSL color Cylindrical-coordinate representation of color #D81F9F: hue angle of 318.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F9F is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 159 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.15 |
| HSL | 318.49º | 0.75% | 0.48% | - |
| HSV(B) | 318.49º | 0.86% | 0.85% | - |
| XYZ | 35.07 | 18.08 | 34.44 | - |
| YUV | 100.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 159 | 0 | 0.86 | 0.26 | 0.15 | 318.49 | 0.75 | 0.48 |
| Hex | D8 | 1F | 9F | 0 | 56 | 1A | F | 13E | 4B | 30 |
| Octal | 330 | 37 | 237 | 0 | 126 | 32 | 17 | 476 | 113 | 60 |
| Binary | 11011000 | 11111 | 10011111 | 0 | 1010110 | 11010 | 1111 | 100111110 | 1001011 | 110000 |
Color Harmonies of #D81F9F
Complementary color
Monochromatic Colors of #D81F9F
Black with #D81F9F
Text Example
Text Example
White with #D81F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F9F; }
p { color: rgb(216,31,159); }
H1.HeaderClassName
{
color: #D81F9F;
}
.AnyTagClassName
{
color: #D81F9F;
}
</style>
background-color css
<style>
a { background-color: #D81F9F; }
a { background-color: rgb(216,31,159); }
div.DivClassName
{
background-color: #D81F9F;
}
.BgClassName
{
background-color: #D81F9F;
}
</style>
border-color css
<style>
span { border-color: #D81F9F; }
span { border-color: rgb(216,31,159); }
td.TdClassName
{
border-color: #D81F9F;
}
.TagClassName
{
border-color: #D81F9F;
}
</style>