Shades of Medium Violet Red #D81097
Tints of Medium Violet Red #D81097
RGB
CMYK
RGB Variations
Color information
#D81097 (or 0xD81097) is known color: Medium Violet Red. HEX triplet: D8, 10 and 97. RGB value is (216,16,151). Sum of RGB (Red+Green+Blue) = 216+16+151=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D81097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81097 is #27EF68. Grayscale: #5A5A5A. Windows color (decimal): -2617193 or 9900248. OLE color: 9900248.
HSL color Cylindrical-coordinate representation of color #D81097: hue angle of 319.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81097 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.15 |
| HSL | 319.5º | 0.86% | 0.45% | - |
| HSV(B) | 319.5º | 0.93% | 0.85% | - |
| XYZ | 34.09 | 17.2 | 30.8 | - |
| YUV | 91.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 151 | 0 | 0.93 | 0.30 | 0.15 | 319.5 | 0.86 | 0.45 |
| Hex | D8 | 10 | 97 | 0 | 5D | 1E | F | 140 | 56 | 2D |
| Octal | 330 | 20 | 227 | 0 | 135 | 36 | 17 | 500 | 126 | 55 |
| Binary | 11011000 | 10000 | 10010111 | 0 | 1011101 | 11110 | 1111 | 101000000 | 1010110 | 101101 |
Color Harmonies of #D81097
Complementary color
Monochromatic Colors of #D81097
Black with #D81097
Text Example
Text Example
White with #D81097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81097; }
p { color: rgb(216,16,151); }
H1.HeaderClassName
{
color: #D81097;
}
.AnyTagClassName
{
color: #D81097;
}
</style>
background-color css
<style>
a { background-color: #D81097; }
a { background-color: rgb(216,16,151); }
div.DivClassName
{
background-color: #D81097;
}
.BgClassName
{
background-color: #D81097;
}
</style>
border-color css
<style>
span { border-color: #D81097; }
span { border-color: rgb(216,16,151); }
td.TdClassName
{
border-color: #D81097;
}
.TagClassName
{
border-color: #D81097;
}
</style>