Shades of Medium Violet Red #D80D7B
Tints of Medium Violet Red #D80D7B
RGB
CMYK
RGB Variations
Color information
#D80D7B (or 0xD80D7B) is known color: Medium Violet Red. HEX triplet: D8, 0D and 7B. RGB value is (216,13,123). Sum of RGB (Red+Green+Blue) = 216+13+123=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D7B is #27F284. Grayscale: #565656. Windows color (decimal): -2617989 or 8064472. OLE color: 8064472.
HSL color Cylindrical-coordinate representation of color #D80D7B: hue angle of 327.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D7B is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 123 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.15 |
| HSL | 327.49º | 0.89% | 0.45% | - |
| HSV(B) | 327.49º | 0.94% | 0.85% | - |
| XYZ | 32.04 | 16.32 | 20.2 | - |
| YUV | 86.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 123 | 0 | 0.94 | 0.43 | 0.15 | 327.49 | 0.89 | 0.45 |
| Hex | D8 | D | 7B | 0 | 5E | 2B | F | 147 | 59 | 2D |
| Octal | 330 | 15 | 173 | 0 | 136 | 53 | 17 | 507 | 131 | 55 |
| Binary | 11011000 | 1101 | 1111011 | 0 | 1011110 | 101011 | 1111 | 101000111 | 1011001 | 101101 |
Color Harmonies of #D80D7B
Complementary color
Monochromatic Colors of #D80D7B
Black with #D80D7B
Text Example
Text Example
White with #D80D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D7B; }
p { color: rgb(216,13,123); }
H1.HeaderClassName
{
color: #D80D7B;
}
.AnyTagClassName
{
color: #D80D7B;
}
</style>
background-color css
<style>
a { background-color: #D80D7B; }
a { background-color: rgb(216,13,123); }
div.DivClassName
{
background-color: #D80D7B;
}
.BgClassName
{
background-color: #D80D7B;
}
</style>
border-color css
<style>
span { border-color: #D80D7B; }
span { border-color: rgb(216,13,123); }
td.TdClassName
{
border-color: #D80D7B;
}
.TagClassName
{
border-color: #D80D7B;
}
</style>