Shades of Medium Violet Red #D81990
Tints of Medium Violet Red #D81990
RGB
CMYK
RGB Variations
Color information
#D81990 (or 0xD81990) is known color: Medium Violet Red. HEX triplet: D8, 19 and 90. RGB value is (216,25,144). Sum of RGB (Red+Green+Blue) = 216+25+144=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D81990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81990 is #27E66F. Grayscale: #5F5F5F. Windows color (decimal): -2614896 or 9443800. OLE color: 9443800.
HSL color Cylindrical-coordinate representation of color #D81990: hue angle of 322.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81990 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 144 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.15 |
| HSL | 322.62º | 0.79% | 0.47% | - |
| HSV(B) | 322.62º | 0.88% | 0.85% | - |
| XYZ | 33.7 | 17.31 | 27.95 | - |
| YUV | 95.68 | 155.28 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 144 | 0 | 0.88 | 0.33 | 0.15 | 322.62 | 0.79 | 0.47 |
| Hex | D8 | 19 | 90 | 0 | 58 | 21 | F | 143 | 4F | 2F |
| Octal | 330 | 31 | 220 | 0 | 130 | 41 | 17 | 503 | 117 | 57 |
| Binary | 11011000 | 11001 | 10010000 | 0 | 1011000 | 100001 | 1111 | 101000011 | 1001111 | 101111 |
Color Harmonies of #D81990
Complementary color
Monochromatic Colors of #D81990
Black with #D81990
Text Example
Text Example
White with #D81990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81990; }
p { color: rgb(216,25,144); }
H1.HeaderClassName
{
color: #D81990;
}
.AnyTagClassName
{
color: #D81990;
}
</style>
background-color css
<style>
a { background-color: #D81990; }
a { background-color: rgb(216,25,144); }
div.DivClassName
{
background-color: #D81990;
}
.BgClassName
{
background-color: #D81990;
}
</style>
border-color css
<style>
span { border-color: #D81990; }
span { border-color: rgb(216,25,144); }
td.TdClassName
{
border-color: #D81990;
}
.TagClassName
{
border-color: #D81990;
}
</style>