Shades of Medium Violet Red #D80A7D
Tints of Medium Violet Red #D80A7D
RGB
CMYK
RGB Variations
Color information
#D80A7D (or 0xD80A7D) is known color: Medium Violet Red. HEX triplet: D8, 0A and 7D. RGB value is (216,10,125). Sum of RGB (Red+Green+Blue) = 216+10+125=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A7D is #27F582. Grayscale: #545454. Windows color (decimal): -2618755 or 8194776. OLE color: 8194776.
HSL color Cylindrical-coordinate representation of color #D80A7D: hue angle of 326.5º 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 #D80A7D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 125 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.15 |
| HSL | 326.5º | 0.91% | 0.44% | - |
| HSV(B) | 326.5º | 0.95% | 0.85% | - |
| XYZ | 32.13 | 16.3 | 20.85 | - |
| YUV | 84.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 125 | 0 | 0.95 | 0.42 | 0.15 | 326.5 | 0.91 | 0.44 |
| Hex | D8 | A | 7D | 0 | 5F | 2A | F | 147 | 5B | 2C |
| Octal | 330 | 12 | 175 | 0 | 137 | 52 | 17 | 507 | 133 | 54 |
| Binary | 11011000 | 1010 | 1111101 | 0 | 1011111 | 101010 | 1111 | 101000111 | 1011011 | 101100 |
Color Harmonies of #D80A7D
Complementary color
Monochromatic Colors of #D80A7D
Black with #D80A7D
Text Example
Text Example
White with #D80A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A7D; }
p { color: rgb(216,10,125); }
H1.HeaderClassName
{
color: #D80A7D;
}
.AnyTagClassName
{
color: #D80A7D;
}
</style>
background-color css
<style>
a { background-color: #D80A7D; }
a { background-color: rgb(216,10,125); }
div.DivClassName
{
background-color: #D80A7D;
}
.BgClassName
{
background-color: #D80A7D;
}
</style>
border-color css
<style>
span { border-color: #D80A7D; }
span { border-color: rgb(216,10,125); }
td.TdClassName
{
border-color: #D80A7D;
}
.TagClassName
{
border-color: #D80A7D;
}
</style>