Shades of Medium Violet Red #D81DA0
Tints of Medium Violet Red #D81DA0
RGB
CMYK
RGB Variations
Color information
#D81DA0 (or 0xD81DA0) is known color: Medium Violet Red. HEX triplet: D8, 1D and A0. RGB value is (216,29,160). Sum of RGB (Red+Green+Blue) = 216+29+160=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA0 is #27E25F. Grayscale: #636363. Windows color (decimal): -2613856 or 10493400. OLE color: 10493400.
HSL color Cylindrical-coordinate representation of color #D81DA0: hue angle of 317.97º 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 #D81DA0 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 160 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.15 |
| HSL | 317.97º | 0.76% | 0.48% | - |
| HSV(B) | 317.97º | 0.87% | 0.85% | - |
| XYZ | 35.1 | 18.02 | 34.88 | - |
| YUV | 99.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 160 | 0 | 0.87 | 0.26 | 0.15 | 317.97 | 0.76 | 0.48 |
| Hex | D8 | 1D | A0 | 0 | 57 | 1A | F | 13E | 4C | 30 |
| Octal | 330 | 35 | 240 | 0 | 127 | 32 | 17 | 476 | 114 | 60 |
| Binary | 11011000 | 11101 | 10100000 | 0 | 1010111 | 11010 | 1111 | 100111110 | 1001100 | 110000 |
Color Harmonies of #D81DA0
Complementary color
Monochromatic Colors of #D81DA0
Black with #D81DA0
Text Example
Text Example
White with #D81DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DA0; }
p { color: rgb(216,29,160); }
H1.HeaderClassName
{
color: #D81DA0;
}
.AnyTagClassName
{
color: #D81DA0;
}
</style>
background-color css
<style>
a { background-color: #D81DA0; }
a { background-color: rgb(216,29,160); }
div.DivClassName
{
background-color: #D81DA0;
}
.BgClassName
{
background-color: #D81DA0;
}
</style>
border-color css
<style>
span { border-color: #D81DA0; }
span { border-color: rgb(216,29,160); }
td.TdClassName
{
border-color: #D81DA0;
}
.TagClassName
{
border-color: #D81DA0;
}
</style>