Shades of Medium Violet Red #D80F7E
Tints of Medium Violet Red #D80F7E
RGB
CMYK
RGB Variations
Color information
#D80F7E (or 0xD80F7E) is known color: Medium Violet Red. HEX triplet: D8, 0F and 7E. RGB value is (216,15,126). Sum of RGB (Red+Green+Blue) = 216+15+126=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F7E is #27F081. Grayscale: #575757. Windows color (decimal): -2617474 or 8261592. OLE color: 8261592.
HSL color Cylindrical-coordinate representation of color #D80F7E: hue angle of 326.87º 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 #D80F7E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 126 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.15 |
| HSL | 326.87º | 0.87% | 0.45% | - |
| HSV(B) | 326.87º | 0.93% | 0.85% | - |
| XYZ | 32.26 | 16.45 | 21.21 | - |
| YUV | 87.75 | 149.59 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 126 | 0 | 0.93 | 0.42 | 0.15 | 326.87 | 0.87 | 0.45 |
| Hex | D8 | F | 7E | 0 | 5D | 2A | F | 147 | 57 | 2D |
| Octal | 330 | 17 | 176 | 0 | 135 | 52 | 17 | 507 | 127 | 55 |
| Binary | 11011000 | 1111 | 1111110 | 0 | 1011101 | 101010 | 1111 | 101000111 | 1010111 | 101101 |
Color Harmonies of #D80F7E
Complementary color
Monochromatic Colors of #D80F7E
Black with #D80F7E
Text Example
Text Example
White with #D80F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F7E; }
p { color: rgb(216,15,126); }
H1.HeaderClassName
{
color: #D80F7E;
}
.AnyTagClassName
{
color: #D80F7E;
}
</style>
background-color css
<style>
a { background-color: #D80F7E; }
a { background-color: rgb(216,15,126); }
div.DivClassName
{
background-color: #D80F7E;
}
.BgClassName
{
background-color: #D80F7E;
}
</style>
border-color css
<style>
span { border-color: #D80F7E; }
span { border-color: rgb(216,15,126); }
td.TdClassName
{
border-color: #D80F7E;
}
.TagClassName
{
border-color: #D80F7E;
}
</style>