Shades of Medium Violet Red #D81598
Tints of Medium Violet Red #D81598
RGB
CMYK
RGB Variations
Color information
#D81598 (or 0xD81598) is known color: Medium Violet Red. HEX triplet: D8, 15 and 98. RGB value is (216,21,152). Sum of RGB (Red+Green+Blue) = 216+21+152=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D81598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81598 is #27EA67. Grayscale: #5D5D5D. Windows color (decimal): -2615912 or 9967064. OLE color: 9967064.
HSL color Cylindrical-coordinate representation of color #D81598: hue angle of 319.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81598 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 152 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.15 |
| HSL | 319.69º | 0.82% | 0.46% | - |
| HSV(B) | 319.69º | 0.9% | 0.85% | - |
| XYZ | 34.25 | 17.4 | 31.26 | - |
| YUV | 94.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 152 | 0 | 0.90 | 0.30 | 0.15 | 319.69 | 0.82 | 0.46 |
| Hex | D8 | 15 | 98 | 0 | 5A | 1E | F | 140 | 52 | 2E |
| Octal | 330 | 25 | 230 | 0 | 132 | 36 | 17 | 500 | 122 | 56 |
| Binary | 11011000 | 10101 | 10011000 | 0 | 1011010 | 11110 | 1111 | 101000000 | 1010010 | 101110 |
Color Harmonies of #D81598
Complementary color
Monochromatic Colors of #D81598
Black with #D81598
Text Example
Text Example
White with #D81598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81598; }
p { color: rgb(216,21,152); }
H1.HeaderClassName
{
color: #D81598;
}
.AnyTagClassName
{
color: #D81598;
}
</style>
background-color css
<style>
a { background-color: #D81598; }
a { background-color: rgb(216,21,152); }
div.DivClassName
{
background-color: #D81598;
}
.BgClassName
{
background-color: #D81598;
}
</style>
border-color css
<style>
span { border-color: #D81598; }
span { border-color: rgb(216,21,152); }
td.TdClassName
{
border-color: #D81598;
}
.TagClassName
{
border-color: #D81598;
}
</style>