Shades of Medium Violet Red #D81D7E
Tints of Medium Violet Red #D81D7E
RGB
CMYK
RGB Variations
Color information
#D81D7E (or 0xD81D7E) is known color: Medium Violet Red. HEX triplet: D8, 1D and 7E. RGB value is (216,29,126). Sum of RGB (Red+Green+Blue) = 216+29+126=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81D7E is #27E281. Grayscale: #5F5F5F. Windows color (decimal): -2613890 or 8265176. OLE color: 8265176.
HSL color Cylindrical-coordinate representation of color #D81D7E: hue angle of 328.88º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D7E is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 126 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.15 |
| HSL | 328.88º | 0.76% | 0.48% | - |
| HSV(B) | 328.88º | 0.87% | 0.85% | - |
| XYZ | 32.52 | 16.98 | 21.3 | - |
| YUV | 95.97 | 144.95 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 126 | 0 | 0.87 | 0.42 | 0.15 | 328.88 | 0.76 | 0.48 |
| Hex | D8 | 1D | 7E | 0 | 57 | 2A | F | 149 | 4C | 30 |
| Octal | 330 | 35 | 176 | 0 | 127 | 52 | 17 | 511 | 114 | 60 |
| Binary | 11011000 | 11101 | 1111110 | 0 | 1010111 | 101010 | 1111 | 101001001 | 1001100 | 110000 |
Color Harmonies of #D81D7E
Complementary color
Monochromatic Colors of #D81D7E
Black with #D81D7E
Text Example
Text Example
White with #D81D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D7E; }
p { color: rgb(216,29,126); }
H1.HeaderClassName
{
color: #D81D7E;
}
.AnyTagClassName
{
color: #D81D7E;
}
</style>
background-color css
<style>
a { background-color: #D81D7E; }
a { background-color: rgb(216,29,126); }
div.DivClassName
{
background-color: #D81D7E;
}
.BgClassName
{
background-color: #D81D7E;
}
</style>
border-color css
<style>
span { border-color: #D81D7E; }
span { border-color: rgb(216,29,126); }
td.TdClassName
{
border-color: #D81D7E;
}
.TagClassName
{
border-color: #D81D7E;
}
</style>