Shades of Medium Violet Red #D8078B
Tints of Medium Violet Red #D8078B
RGB
CMYK
RGB Variations
Color information
#D8078B (or 0xD8078B) is known color: Medium Violet Red. HEX triplet: D8, 07 and 8B. RGB value is (216,7,139). Sum of RGB (Red+Green+Blue) = 216+7+139=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8078B is #27F874. Grayscale: #545454. Windows color (decimal): -2619509 or 9111512. OLE color: 9111512.
HSL color Cylindrical-coordinate representation of color #D8078B: hue angle of 322.11º 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 #D8078B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.15 |
| HSL | 322.11º | 0.94% | 0.44% | - |
| HSV(B) | 322.11º | 0.97% | 0.85% | - |
| XYZ | 33.06 | 16.61 | 25.89 | - |
| YUV | 84.54 | 158.74 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 139 | 0 | 0.97 | 0.36 | 0.15 | 322.11 | 0.94 | 0.44 |
| Hex | D8 | 7 | 8B | 0 | 61 | 24 | F | 142 | 5E | 2C |
| Octal | 330 | 7 | 213 | 0 | 141 | 44 | 17 | 502 | 136 | 54 |
| Binary | 11011000 | 111 | 10001011 | 0 | 1100001 | 100100 | 1111 | 101000010 | 1011110 | 101100 |
Color Harmonies of #D8078B
Complementary color
Monochromatic Colors of #D8078B
Black with #D8078B
Text Example
Text Example
White with #D8078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8078B; }
p { color: rgb(216,7,139); }
H1.HeaderClassName
{
color: #D8078B;
}
.AnyTagClassName
{
color: #D8078B;
}
</style>
background-color css
<style>
a { background-color: #D8078B; }
a { background-color: rgb(216,7,139); }
div.DivClassName
{
background-color: #D8078B;
}
.BgClassName
{
background-color: #D8078B;
}
</style>
border-color css
<style>
span { border-color: #D8078B; }
span { border-color: rgb(216,7,139); }
td.TdClassName
{
border-color: #D8078B;
}
.TagClassName
{
border-color: #D8078B;
}
</style>