Shades of Medium Violet Red #D81C98
Tints of Medium Violet Red #D81C98
RGB
CMYK
RGB Variations
Color information
#D81C98 (or 0xD81C98) is known color: Medium Violet Red. HEX triplet: D8, 1C and 98. RGB value is (216,28,152). Sum of RGB (Red+Green+Blue) = 216+28+152=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81C98 is #27E367. Grayscale: #626262. Windows color (decimal): -2614120 or 9968856. OLE color: 9968856.
HSL color Cylindrical-coordinate representation of color #D81C98: hue angle of 320.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81C98 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 152 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.15 |
| HSL | 320.43º | 0.77% | 0.48% | - |
| HSV(B) | 320.43º | 0.87% | 0.85% | - |
| XYZ | 34.4 | 17.7 | 31.31 | - |
| YUV | 98.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 152 | 0 | 0.87 | 0.30 | 0.15 | 320.43 | 0.77 | 0.48 |
| Hex | D8 | 1C | 98 | 0 | 57 | 1E | F | 140 | 4D | 30 |
| Octal | 330 | 34 | 230 | 0 | 127 | 36 | 17 | 500 | 115 | 60 |
| Binary | 11011000 | 11100 | 10011000 | 0 | 1010111 | 11110 | 1111 | 101000000 | 1001101 | 110000 |
Color Harmonies of #D81C98
Complementary color
Monochromatic Colors of #D81C98
Black with #D81C98
Text Example
Text Example
White with #D81C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C98; }
p { color: rgb(216,28,152); }
H1.HeaderClassName
{
color: #D81C98;
}
.AnyTagClassName
{
color: #D81C98;
}
</style>
background-color css
<style>
a { background-color: #D81C98; }
a { background-color: rgb(216,28,152); }
div.DivClassName
{
background-color: #D81C98;
}
.BgClassName
{
background-color: #D81C98;
}
</style>
border-color css
<style>
span { border-color: #D81C98; }
span { border-color: rgb(216,28,152); }
td.TdClassName
{
border-color: #D81C98;
}
.TagClassName
{
border-color: #D81C98;
}
</style>