Shades of Medium Violet Red #D80A8F
Tints of Medium Violet Red #D80A8F
RGB
CMYK
RGB Variations
Color information
#D80A8F (or 0xD80A8F) is known color: Medium Violet Red. HEX triplet: D8, 0A and 8F. RGB value is (216,10,143). Sum of RGB (Red+Green+Blue) = 216+10+143=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80A8F is #27F570. Grayscale: #565656. Windows color (decimal): -2618737 or 9374424. OLE color: 9374424.
HSL color Cylindrical-coordinate representation of color #D80A8F: hue angle of 321.26º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A8F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 143 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.15 |
| HSL | 321.26º | 0.91% | 0.44% | - |
| HSV(B) | 321.26º | 0.95% | 0.85% | - |
| XYZ | 33.39 | 16.8 | 27.47 | - |
| YUV | 86.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 143 | 0 | 0.95 | 0.34 | 0.15 | 321.26 | 0.91 | 0.44 |
| Hex | D8 | A | 8F | 0 | 5F | 22 | F | 141 | 5B | 2C |
| Octal | 330 | 12 | 217 | 0 | 137 | 42 | 17 | 501 | 133 | 54 |
| Binary | 11011000 | 1010 | 10001111 | 0 | 1011111 | 100010 | 1111 | 101000001 | 1011011 | 101100 |
Color Harmonies of #D80A8F
Complementary color
Monochromatic Colors of #D80A8F
Black with #D80A8F
Text Example
Text Example
White with #D80A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A8F; }
p { color: rgb(216,10,143); }
H1.HeaderClassName
{
color: #D80A8F;
}
.AnyTagClassName
{
color: #D80A8F;
}
</style>
background-color css
<style>
a { background-color: #D80A8F; }
a { background-color: rgb(216,10,143); }
div.DivClassName
{
background-color: #D80A8F;
}
.BgClassName
{
background-color: #D80A8F;
}
</style>
border-color css
<style>
span { border-color: #D80A8F; }
span { border-color: rgb(216,10,143); }
td.TdClassName
{
border-color: #D80A8F;
}
.TagClassName
{
border-color: #D80A8F;
}
</style>