Shades of Medium Violet Red #D81DA3
Tints of Medium Violet Red #D81DA3
RGB
CMYK
RGB Variations
Color information
#D81DA3 (or 0xD81DA3) is known color: Medium Violet Red. HEX triplet: D8, 1D and A3. RGB value is (216,29,163). Sum of RGB (Red+Green+Blue) = 216+29+163=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA3 is #27E25C. Grayscale: #636363. Windows color (decimal): -2613853 or 10690008. OLE color: 10690008.
HSL color Cylindrical-coordinate representation of color #D81DA3: hue angle of 317.01º 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 #D81DA3 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 163 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.15 |
| HSL | 317.01º | 0.76% | 0.48% | - |
| HSV(B) | 317.01º | 0.87% | 0.85% | - |
| XYZ | 35.37 | 18.12 | 36.28 | - |
| YUV | 100.19 | 163.45 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 163 | 0 | 0.87 | 0.25 | 0.15 | 317.01 | 0.76 | 0.48 |
| Hex | D8 | 1D | A3 | 0 | 57 | 19 | F | 13D | 4C | 30 |
| Octal | 330 | 35 | 243 | 0 | 127 | 31 | 17 | 475 | 114 | 60 |
| Binary | 11011000 | 11101 | 10100011 | 0 | 1010111 | 11001 | 1111 | 100111101 | 1001100 | 110000 |
Color Harmonies of #D81DA3
Complementary color
Monochromatic Colors of #D81DA3
Black with #D81DA3
Text Example
Text Example
White with #D81DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DA3; }
p { color: rgb(216,29,163); }
H1.HeaderClassName
{
color: #D81DA3;
}
.AnyTagClassName
{
color: #D81DA3;
}
</style>
background-color css
<style>
a { background-color: #D81DA3; }
a { background-color: rgb(216,29,163); }
div.DivClassName
{
background-color: #D81DA3;
}
.BgClassName
{
background-color: #D81DA3;
}
</style>
border-color css
<style>
span { border-color: #D81DA3; }
span { border-color: rgb(216,29,163); }
td.TdClassName
{
border-color: #D81DA3;
}
.TagClassName
{
border-color: #D81DA3;
}
</style>