Shades of Medium Violet Red #D8078E
Tints of Medium Violet Red #D8078E
RGB
CMYK
RGB Variations
Color information
#D8078E (or 0xD8078E) is known color: Medium Violet Red. HEX triplet: D8, 07 and 8E. RGB value is (216,7,142). Sum of RGB (Red+Green+Blue) = 216+7+142=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8078E is #27F871. Grayscale: #545454. Windows color (decimal): -2619506 or 9308120. OLE color: 9308120.
HSL color Cylindrical-coordinate representation of color #D8078E: hue angle of 321.24º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8078E is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 142 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.15 |
| HSL | 321.24º | 0.94% | 0.44% | - |
| HSV(B) | 321.24º | 0.97% | 0.85% | - |
| XYZ | 33.28 | 16.7 | 27.06 | - |
| YUV | 84.88 | 160.24 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 142 | 0 | 0.97 | 0.34 | 0.15 | 321.24 | 0.94 | 0.44 |
| Hex | D8 | 7 | 8E | 0 | 61 | 22 | F | 141 | 5E | 2C |
| Octal | 330 | 7 | 216 | 0 | 141 | 42 | 17 | 501 | 136 | 54 |
| Binary | 11011000 | 111 | 10001110 | 0 | 1100001 | 100010 | 1111 | 101000001 | 1011110 | 101100 |
Color Harmonies of #D8078E
Complementary color
Monochromatic Colors of #D8078E
Black with #D8078E
Text Example
Text Example
White with #D8078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8078E; }
p { color: rgb(216,7,142); }
H1.HeaderClassName
{
color: #D8078E;
}
.AnyTagClassName
{
color: #D8078E;
}
</style>
background-color css
<style>
a { background-color: #D8078E; }
a { background-color: rgb(216,7,142); }
div.DivClassName
{
background-color: #D8078E;
}
.BgClassName
{
background-color: #D8078E;
}
</style>
border-color css
<style>
span { border-color: #D8078E; }
span { border-color: rgb(216,7,142); }
td.TdClassName
{
border-color: #D8078E;
}
.TagClassName
{
border-color: #D8078E;
}
</style>