Shades of Medium Violet Red #D80F8E
Tints of Medium Violet Red #D80F8E
RGB
CMYK
RGB Variations
Color information
#D80F8E (or 0xD80F8E) is known color: Medium Violet Red. HEX triplet: D8, 0F and 8E. RGB value is (216,15,142). Sum of RGB (Red+Green+Blue) = 216+15+142=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80F8E is #27F071. Grayscale: #595959. Windows color (decimal): -2617458 or 9310168. OLE color: 9310168.
HSL color Cylindrical-coordinate representation of color #D80F8E: hue angle of 322.09º 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 #D80F8E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 142 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.15 |
| HSL | 322.09º | 0.87% | 0.45% | - |
| HSV(B) | 322.09º | 0.93% | 0.85% | - |
| XYZ | 33.37 | 16.89 | 27.09 | - |
| YUV | 89.58 | 157.59 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 142 | 0 | 0.93 | 0.34 | 0.15 | 322.09 | 0.87 | 0.45 |
| Hex | D8 | F | 8E | 0 | 5D | 22 | F | 142 | 57 | 2D |
| Octal | 330 | 17 | 216 | 0 | 135 | 42 | 17 | 502 | 127 | 55 |
| Binary | 11011000 | 1111 | 10001110 | 0 | 1011101 | 100010 | 1111 | 101000010 | 1010111 | 101101 |
Color Harmonies of #D80F8E
Complementary color
Monochromatic Colors of #D80F8E
Black with #D80F8E
Text Example
Text Example
White with #D80F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F8E; }
p { color: rgb(216,15,142); }
H1.HeaderClassName
{
color: #D80F8E;
}
.AnyTagClassName
{
color: #D80F8E;
}
</style>
background-color css
<style>
a { background-color: #D80F8E; }
a { background-color: rgb(216,15,142); }
div.DivClassName
{
background-color: #D80F8E;
}
.BgClassName
{
background-color: #D80F8E;
}
</style>
border-color css
<style>
span { border-color: #D80F8E; }
span { border-color: rgb(216,15,142); }
td.TdClassName
{
border-color: #D80F8E;
}
.TagClassName
{
border-color: #D80F8E;
}
</style>