Shades of Medium Violet Red #D8077A
Tints of Medium Violet Red #D8077A
RGB
CMYK
RGB Variations
Color information
#D8077A (or 0xD8077A) is known color: Medium Violet Red. HEX triplet: D8, 07 and 7A. RGB value is (216,7,122). Sum of RGB (Red+Green+Blue) = 216+7+122=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8077A is #27F885. Grayscale: #525252. Windows color (decimal): -2619526 or 7997400. OLE color: 7997400.
HSL color Cylindrical-coordinate representation of color #D8077A: hue angle of 326.99º 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 #D8077A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.15 |
| HSL | 326.99º | 0.94% | 0.44% | - |
| HSV(B) | 326.99º | 0.97% | 0.85% | - |
| XYZ | 31.91 | 16.16 | 19.85 | - |
| YUV | 82.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 122 | 0 | 0.97 | 0.44 | 0.15 | 326.99 | 0.94 | 0.44 |
| Hex | D8 | 7 | 7A | 0 | 61 | 2C | F | 147 | 5E | 2C |
| Octal | 330 | 7 | 172 | 0 | 141 | 54 | 17 | 507 | 136 | 54 |
| Binary | 11011000 | 111 | 1111010 | 0 | 1100001 | 101100 | 1111 | 101000111 | 1011110 | 101100 |
Color Harmonies of #D8077A
Complementary color
Monochromatic Colors of #D8077A
Black with #D8077A
Text Example
Text Example
White with #D8077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8077A; }
p { color: rgb(216,7,122); }
H1.HeaderClassName
{
color: #D8077A;
}
.AnyTagClassName
{
color: #D8077A;
}
</style>
background-color css
<style>
a { background-color: #D8077A; }
a { background-color: rgb(216,7,122); }
div.DivClassName
{
background-color: #D8077A;
}
.BgClassName
{
background-color: #D8077A;
}
</style>
border-color css
<style>
span { border-color: #D8077A; }
span { border-color: rgb(216,7,122); }
td.TdClassName
{
border-color: #D8077A;
}
.TagClassName
{
border-color: #D8077A;
}
</style>