Shades of Medium Violet Red #D81C93
Tints of Medium Violet Red #D81C93
RGB
CMYK
RGB Variations
Color information
#D81C93 (or 0xD81C93) is known color: Medium Violet Red. HEX triplet: D8, 1C and 93. RGB value is (216,28,147). Sum of RGB (Red+Green+Blue) = 216+28+147=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81C93 is #27E36C. Grayscale: #616161. Windows color (decimal): -2614125 or 9641176. OLE color: 9641176.
HSL color Cylindrical-coordinate representation of color #D81C93: hue angle of 322.02º 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 #D81C93 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 147 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.15 |
| HSL | 322.02º | 0.77% | 0.48% | - |
| HSV(B) | 322.02º | 0.87% | 0.85% | - |
| XYZ | 34 | 17.54 | 29.2 | - |
| YUV | 97.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 147 | 0 | 0.87 | 0.32 | 0.15 | 322.02 | 0.77 | 0.48 |
| Hex | D8 | 1C | 93 | 0 | 57 | 20 | F | 142 | 4D | 30 |
| Octal | 330 | 34 | 223 | 0 | 127 | 40 | 17 | 502 | 115 | 60 |
| Binary | 11011000 | 11100 | 10010011 | 0 | 1010111 | 100000 | 1111 | 101000010 | 1001101 | 110000 |
Color Harmonies of #D81C93
Complementary color
Monochromatic Colors of #D81C93
Black with #D81C93
Text Example
Text Example
White with #D81C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C93; }
p { color: rgb(216,28,147); }
H1.HeaderClassName
{
color: #D81C93;
}
.AnyTagClassName
{
color: #D81C93;
}
</style>
background-color css
<style>
a { background-color: #D81C93; }
a { background-color: rgb(216,28,147); }
div.DivClassName
{
background-color: #D81C93;
}
.BgClassName
{
background-color: #D81C93;
}
</style>
border-color css
<style>
span { border-color: #D81C93; }
span { border-color: rgb(216,28,147); }
td.TdClassName
{
border-color: #D81C93;
}
.TagClassName
{
border-color: #D81C93;
}
</style>