Shades of Medium Violet Red #D81D9D
Tints of Medium Violet Red #D81D9D
RGB
CMYK
RGB Variations
Color information
#D81D9D (or 0xD81D9D) is known color: Medium Violet Red. HEX triplet: D8, 1D and 9D. RGB value is (216,29,157). Sum of RGB (Red+Green+Blue) = 216+29+157=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D9D is #27E262. Grayscale: #636363. Windows color (decimal): -2613859 or 10296792. OLE color: 10296792.
HSL color Cylindrical-coordinate representation of color #D81D9D: hue angle of 318.93º 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 #D81D9D is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 157 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.15 |
| HSL | 318.93º | 0.76% | 0.48% | - |
| HSV(B) | 318.93º | 0.87% | 0.85% | - |
| XYZ | 34.84 | 17.91 | 33.52 | - |
| YUV | 99.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 157 | 0 | 0.87 | 0.27 | 0.15 | 318.93 | 0.76 | 0.48 |
| Hex | D8 | 1D | 9D | 0 | 57 | 1B | F | 13F | 4C | 30 |
| Octal | 330 | 35 | 235 | 0 | 127 | 33 | 17 | 477 | 114 | 60 |
| Binary | 11011000 | 11101 | 10011101 | 0 | 1010111 | 11011 | 1111 | 100111111 | 1001100 | 110000 |
Color Harmonies of #D81D9D
Complementary color
Monochromatic Colors of #D81D9D
Black with #D81D9D
Text Example
Text Example
White with #D81D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D9D; }
p { color: rgb(216,29,157); }
H1.HeaderClassName
{
color: #D81D9D;
}
.AnyTagClassName
{
color: #D81D9D;
}
</style>
background-color css
<style>
a { background-color: #D81D9D; }
a { background-color: rgb(216,29,157); }
div.DivClassName
{
background-color: #D81D9D;
}
.BgClassName
{
background-color: #D81D9D;
}
</style>
border-color css
<style>
span { border-color: #D81D9D; }
span { border-color: rgb(216,29,157); }
td.TdClassName
{
border-color: #D81D9D;
}
.TagClassName
{
border-color: #D81D9D;
}
</style>