Shades of Medium Violet Red #D80D7D
Tints of Medium Violet Red #D80D7D
RGB
CMYK
RGB Variations
Color information
#D80D7D (or 0xD80D7D) is known color: Medium Violet Red. HEX triplet: D8, 0D and 7D. RGB value is (216,13,125). Sum of RGB (Red+Green+Blue) = 216+13+125=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D7D is #27F282. Grayscale: #565656. Windows color (decimal): -2617987 or 8195544. OLE color: 8195544.
HSL color Cylindrical-coordinate representation of color #D80D7D: hue angle of 326.9º 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 #D80D7D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 125 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.15 |
| HSL | 326.9º | 0.89% | 0.45% | - |
| HSV(B) | 326.9º | 0.94% | 0.85% | - |
| XYZ | 32.16 | 16.37 | 20.87 | - |
| YUV | 86.47 | 149.75 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 125 | 0 | 0.94 | 0.42 | 0.15 | 326.9 | 0.89 | 0.45 |
| Hex | D8 | D | 7D | 0 | 5E | 2A | F | 147 | 59 | 2D |
| Octal | 330 | 15 | 175 | 0 | 136 | 52 | 17 | 507 | 131 | 55 |
| Binary | 11011000 | 1101 | 1111101 | 0 | 1011110 | 101010 | 1111 | 101000111 | 1011001 | 101101 |
Color Harmonies of #D80D7D
Complementary color
Monochromatic Colors of #D80D7D
Black with #D80D7D
Text Example
Text Example
White with #D80D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D7D; }
p { color: rgb(216,13,125); }
H1.HeaderClassName
{
color: #D80D7D;
}
.AnyTagClassName
{
color: #D80D7D;
}
</style>
background-color css
<style>
a { background-color: #D80D7D; }
a { background-color: rgb(216,13,125); }
div.DivClassName
{
background-color: #D80D7D;
}
.BgClassName
{
background-color: #D80D7D;
}
</style>
border-color css
<style>
span { border-color: #D80D7D; }
span { border-color: rgb(216,13,125); }
td.TdClassName
{
border-color: #D80D7D;
}
.TagClassName
{
border-color: #D80D7D;
}
</style>