Shades of Medium Violet Red #D81889
Tints of Medium Violet Red #D81889
RGB
CMYK
RGB Variations
Color information
#D81889 (or 0xD81889) is known color: Medium Violet Red. HEX triplet: D8, 18 and 89. RGB value is (216,24,137). Sum of RGB (Red+Green+Blue) = 216+24+137=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D81889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81889 is #27E776. Grayscale: #5E5E5E. Windows color (decimal): -2615159 or 8984792. OLE color: 8984792.
HSL color Cylindrical-coordinate representation of color #D81889: hue angle of 324.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81889 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 137 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.15 |
| HSL | 324.69º | 0.8% | 0.47% | - |
| HSV(B) | 324.69º | 0.89% | 0.85% | - |
| XYZ | 33.16 | 17.06 | 25.21 | - |
| YUV | 94.29 | 152.11 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 137 | 0 | 0.89 | 0.37 | 0.15 | 324.69 | 0.8 | 0.47 |
| Hex | D8 | 18 | 89 | 0 | 59 | 25 | F | 145 | 50 | 2F |
| Octal | 330 | 30 | 211 | 0 | 131 | 45 | 17 | 505 | 120 | 57 |
| Binary | 11011000 | 11000 | 10001001 | 0 | 1011001 | 100101 | 1111 | 101000101 | 1010000 | 101111 |
Color Harmonies of #D81889
Complementary color
Monochromatic Colors of #D81889
Black with #D81889
Text Example
Text Example
White with #D81889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81889; }
p { color: rgb(216,24,137); }
H1.HeaderClassName
{
color: #D81889;
}
.AnyTagClassName
{
color: #D81889;
}
</style>
background-color css
<style>
a { background-color: #D81889; }
a { background-color: rgb(216,24,137); }
div.DivClassName
{
background-color: #D81889;
}
.BgClassName
{
background-color: #D81889;
}
</style>
border-color css
<style>
span { border-color: #D81889; }
span { border-color: rgb(216,24,137); }
td.TdClassName
{
border-color: #D81889;
}
.TagClassName
{
border-color: #D81889;
}
</style>