Shades of Medium Violet Red #D81D89
Tints of Medium Violet Red #D81D89
RGB
CMYK
RGB Variations
Color information
#D81D89 (or 0xD81D89) is known color: Medium Violet Red. HEX triplet: D8, 1D and 89. RGB value is (216,29,137). Sum of RGB (Red+Green+Blue) = 216+29+137=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D89 is #27E276. Grayscale: #606060. Windows color (decimal): -2613879 or 8986072. OLE color: 8986072.
HSL color Cylindrical-coordinate representation of color #D81D89: hue angle of 325.35º 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 #D81D89 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 137 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.15 |
| HSL | 325.35º | 0.76% | 0.48% | - |
| HSV(B) | 325.35º | 0.87% | 0.85% | - |
| XYZ | 33.27 | 17.28 | 25.25 | - |
| YUV | 97.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 137 | 0 | 0.87 | 0.37 | 0.15 | 325.35 | 0.76 | 0.48 |
| Hex | D8 | 1D | 89 | 0 | 57 | 25 | F | 145 | 4C | 30 |
| Octal | 330 | 35 | 211 | 0 | 127 | 45 | 17 | 505 | 114 | 60 |
| Binary | 11011000 | 11101 | 10001001 | 0 | 1010111 | 100101 | 1111 | 101000101 | 1001100 | 110000 |
Color Harmonies of #D81D89
Complementary color
Monochromatic Colors of #D81D89
Black with #D81D89
Text Example
Text Example
White with #D81D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D89; }
p { color: rgb(216,29,137); }
H1.HeaderClassName
{
color: #D81D89;
}
.AnyTagClassName
{
color: #D81D89;
}
</style>
background-color css
<style>
a { background-color: #D81D89; }
a { background-color: rgb(216,29,137); }
div.DivClassName
{
background-color: #D81D89;
}
.BgClassName
{
background-color: #D81D89;
}
</style>
border-color css
<style>
span { border-color: #D81D89; }
span { border-color: rgb(216,29,137); }
td.TdClassName
{
border-color: #D81D89;
}
.TagClassName
{
border-color: #D81D89;
}
</style>