Shades of Medium Violet Red #D80B7C
Tints of Medium Violet Red #D80B7C
RGB
CMYK
RGB Variations
Color information
#D80B7C (or 0xD80B7C) is known color: Medium Violet Red. HEX triplet: D8, 0B and 7C. RGB value is (216,11,124). Sum of RGB (Red+Green+Blue) = 216+11+124=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80B7C is #27F483. Grayscale: #545454. Windows color (decimal): -2618500 or 8129496. OLE color: 8129496.
HSL color Cylindrical-coordinate representation of color #D80B7C: hue angle of 326.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B7C is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 124 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.15 |
| HSL | 326.93º | 0.9% | 0.45% | - |
| HSV(B) | 326.93º | 0.95% | 0.85% | - |
| XYZ | 32.08 | 16.29 | 20.52 | - |
| YUV | 85.18 | 149.92 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 124 | 0 | 0.95 | 0.43 | 0.15 | 326.93 | 0.9 | 0.45 |
| Hex | D8 | B | 7C | 0 | 5F | 2B | F | 147 | 5A | 2D |
| Octal | 330 | 13 | 174 | 0 | 137 | 53 | 17 | 507 | 132 | 55 |
| Binary | 11011000 | 1011 | 1111100 | 0 | 1011111 | 101011 | 1111 | 101000111 | 1011010 | 101101 |
Color Harmonies of #D80B7C
Complementary color
Monochromatic Colors of #D80B7C
Black with #D80B7C
Text Example
Text Example
White with #D80B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B7C; }
p { color: rgb(216,11,124); }
H1.HeaderClassName
{
color: #D80B7C;
}
.AnyTagClassName
{
color: #D80B7C;
}
</style>
background-color css
<style>
a { background-color: #D80B7C; }
a { background-color: rgb(216,11,124); }
div.DivClassName
{
background-color: #D80B7C;
}
.BgClassName
{
background-color: #D80B7C;
}
</style>
border-color css
<style>
span { border-color: #D80B7C; }
span { border-color: rgb(216,11,124); }
td.TdClassName
{
border-color: #D80B7C;
}
.TagClassName
{
border-color: #D80B7C;
}
</style>