Shades of Medium Violet Red #D81997
Tints of Medium Violet Red #D81997
RGB
CMYK
RGB Variations
Color information
#D81997 (or 0xD81997) is known color: Medium Violet Red. HEX triplet: D8, 19 and 97. RGB value is (216,25,151). Sum of RGB (Red+Green+Blue) = 216+25+151=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D81997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81997 is #27E668. Grayscale: #606060. Windows color (decimal): -2614889 or 9902552. OLE color: 9902552.
HSL color Cylindrical-coordinate representation of color #D81997: hue angle of 320.42º 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 #D81997 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 151 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.15 |
| HSL | 320.42º | 0.79% | 0.47% | - |
| HSV(B) | 320.42º | 0.88% | 0.85% | - |
| XYZ | 34.25 | 17.53 | 30.86 | - |
| YUV | 96.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 151 | 0 | 0.88 | 0.30 | 0.15 | 320.42 | 0.79 | 0.47 |
| Hex | D8 | 19 | 97 | 0 | 58 | 1E | F | 140 | 4F | 2F |
| Octal | 330 | 31 | 227 | 0 | 130 | 36 | 17 | 500 | 117 | 57 |
| Binary | 11011000 | 11001 | 10010111 | 0 | 1011000 | 11110 | 1111 | 101000000 | 1001111 | 101111 |
Color Harmonies of #D81997
Complementary color
Monochromatic Colors of #D81997
Black with #D81997
Text Example
Text Example
White with #D81997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81997; }
p { color: rgb(216,25,151); }
H1.HeaderClassName
{
color: #D81997;
}
.AnyTagClassName
{
color: #D81997;
}
</style>
background-color css
<style>
a { background-color: #D81997; }
a { background-color: rgb(216,25,151); }
div.DivClassName
{
background-color: #D81997;
}
.BgClassName
{
background-color: #D81997;
}
</style>
border-color css
<style>
span { border-color: #D81997; }
span { border-color: rgb(216,25,151); }
td.TdClassName
{
border-color: #D81997;
}
.TagClassName
{
border-color: #D81997;
}
</style>