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