Shades of Medium Violet Red #D80F93
Tints of Medium Violet Red #D80F93
RGB
CMYK
RGB Variations
Color information
#D80F93 (or 0xD80F93) is known color: Medium Violet Red. HEX triplet: D8, 0F and 93. RGB value is (216,15,147). Sum of RGB (Red+Green+Blue) = 216+15+147=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F93 is #27F06C. Grayscale: #595959. Windows color (decimal): -2617453 or 9637848. OLE color: 9637848.
HSL color Cylindrical-coordinate representation of color #D80F93: hue angle of 320.6º degrees, saturation: 0.87, 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 #D80F93 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 147 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.15 |
| HSL | 320.6º | 0.87% | 0.45% | - |
| HSV(B) | 320.6º | 0.93% | 0.85% | - |
| XYZ | 33.76 | 17.05 | 29.12 | - |
| YUV | 90.15 | 160.09 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 147 | 0 | 0.93 | 0.32 | 0.15 | 320.6 | 0.87 | 0.45 |
| Hex | D8 | F | 93 | 0 | 5D | 20 | F | 141 | 57 | 2D |
| Octal | 330 | 17 | 223 | 0 | 135 | 40 | 17 | 501 | 127 | 55 |
| Binary | 11011000 | 1111 | 10010011 | 0 | 1011101 | 100000 | 1111 | 101000001 | 1010111 | 101101 |
Color Harmonies of #D80F93
Complementary color
Monochromatic Colors of #D80F93
Black with #D80F93
Text Example
Text Example
White with #D80F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F93; }
p { color: rgb(216,15,147); }
H1.HeaderClassName
{
color: #D80F93;
}
.AnyTagClassName
{
color: #D80F93;
}
</style>
background-color css
<style>
a { background-color: #D80F93; }
a { background-color: rgb(216,15,147); }
div.DivClassName
{
background-color: #D80F93;
}
.BgClassName
{
background-color: #D80F93;
}
</style>
border-color css
<style>
span { border-color: #D80F93; }
span { border-color: rgb(216,15,147); }
td.TdClassName
{
border-color: #D80F93;
}
.TagClassName
{
border-color: #D80F93;
}
</style>