Shades of Medium Violet Red #D81C9D
Tints of Medium Violet Red #D81C9D
RGB
CMYK
RGB Variations
Color information
#D81C9D (or 0xD81C9D) is known color: Medium Violet Red. HEX triplet: D8, 1C and 9D. RGB value is (216,28,157). Sum of RGB (Red+Green+Blue) = 216+28+157=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81C9D is #27E362. Grayscale: #626262. Windows color (decimal): -2614115 or 10296536. OLE color: 10296536.
HSL color Cylindrical-coordinate representation of color #D81C9D: hue angle of 318.83º degrees, saturation: 0.77, 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 #D81C9D is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 157 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.15 |
| HSL | 318.83º | 0.77% | 0.48% | - |
| HSV(B) | 318.83º | 0.87% | 0.85% | - |
| XYZ | 34.82 | 17.86 | 33.51 | - |
| YUV | 98.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 157 | 0 | 0.87 | 0.27 | 0.15 | 318.83 | 0.77 | 0.48 |
| Hex | D8 | 1C | 9D | 0 | 57 | 1B | F | 13F | 4D | 30 |
| Octal | 330 | 34 | 235 | 0 | 127 | 33 | 17 | 477 | 115 | 60 |
| Binary | 11011000 | 11100 | 10011101 | 0 | 1010111 | 11011 | 1111 | 100111111 | 1001101 | 110000 |
Color Harmonies of #D81C9D
Complementary color
Monochromatic Colors of #D81C9D
Black with #D81C9D
Text Example
Text Example
White with #D81C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81C9D; }
p { color: rgb(216,28,157); }
H1.HeaderClassName
{
color: #D81C9D;
}
.AnyTagClassName
{
color: #D81C9D;
}
</style>
background-color css
<style>
a { background-color: #D81C9D; }
a { background-color: rgb(216,28,157); }
div.DivClassName
{
background-color: #D81C9D;
}
.BgClassName
{
background-color: #D81C9D;
}
</style>
border-color css
<style>
span { border-color: #D81C9D; }
span { border-color: rgb(216,28,157); }
td.TdClassName
{
border-color: #D81C9D;
}
.TagClassName
{
border-color: #D81C9D;
}
</style>