Shades of Medium Violet Red #D8078D
Tints of Medium Violet Red #D8078D
RGB
CMYK
RGB Variations
Color information
#D8078D (or 0xD8078D) is known color: Medium Violet Red. HEX triplet: D8, 07 and 8D. RGB value is (216,7,141). Sum of RGB (Red+Green+Blue) = 216+7+141=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8078D is #27F872. Grayscale: #545454. Windows color (decimal): -2619507 or 9242584. OLE color: 9242584.
HSL color Cylindrical-coordinate representation of color #D8078D: hue angle of 321.53º 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 #D8078D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.15 |
| HSL | 321.53º | 0.94% | 0.44% | - |
| HSV(B) | 321.53º | 0.97% | 0.85% | - |
| XYZ | 33.2 | 16.67 | 26.67 | - |
| YUV | 84.77 | 159.74 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 141 | 0 | 0.97 | 0.35 | 0.15 | 321.53 | 0.94 | 0.44 |
| Hex | D8 | 7 | 8D | 0 | 61 | 23 | F | 142 | 5E | 2C |
| Octal | 330 | 7 | 215 | 0 | 141 | 43 | 17 | 502 | 136 | 54 |
| Binary | 11011000 | 111 | 10001101 | 0 | 1100001 | 100011 | 1111 | 101000010 | 1011110 | 101100 |
Color Harmonies of #D8078D
Complementary color
Monochromatic Colors of #D8078D
Black with #D8078D
Text Example
Text Example
White with #D8078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8078D; }
p { color: rgb(216,7,141); }
H1.HeaderClassName
{
color: #D8078D;
}
.AnyTagClassName
{
color: #D8078D;
}
</style>
background-color css
<style>
a { background-color: #D8078D; }
a { background-color: rgb(216,7,141); }
div.DivClassName
{
background-color: #D8078D;
}
.BgClassName
{
background-color: #D8078D;
}
</style>
border-color css
<style>
span { border-color: #D8078D; }
span { border-color: rgb(216,7,141); }
td.TdClassName
{
border-color: #D8078D;
}
.TagClassName
{
border-color: #D8078D;
}
</style>