Shades of Medium Violet Red #D81A89
Tints of Medium Violet Red #D81A89
RGB
CMYK
RGB Variations
Color information
#D81A89 (or 0xD81A89) is known color: Medium Violet Red. HEX triplet: D8, 1A and 89. RGB value is (216,26,137). Sum of RGB (Red+Green+Blue) = 216+26+137=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81A89 is #27E576. Grayscale: #5F5F5F. Windows color (decimal): -2614647 or 8985304. OLE color: 8985304.
HSL color Cylindrical-coordinate representation of color #D81A89: hue angle of 324.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A89 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 137 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.15 |
| HSL | 324.95º | 0.79% | 0.47% | - |
| HSV(B) | 324.95º | 0.88% | 0.85% | - |
| XYZ | 33.2 | 17.14 | 25.23 | - |
| YUV | 95.46 | 151.45 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 137 | 0 | 0.88 | 0.37 | 0.15 | 324.95 | 0.79 | 0.47 |
| Hex | D8 | 1A | 89 | 0 | 58 | 25 | F | 145 | 4F | 2F |
| Octal | 330 | 32 | 211 | 0 | 130 | 45 | 17 | 505 | 117 | 57 |
| Binary | 11011000 | 11010 | 10001001 | 0 | 1011000 | 100101 | 1111 | 101000101 | 1001111 | 101111 |
Color Harmonies of #D81A89
Complementary color
Monochromatic Colors of #D81A89
Black with #D81A89
Text Example
Text Example
White with #D81A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A89; }
p { color: rgb(216,26,137); }
H1.HeaderClassName
{
color: #D81A89;
}
.AnyTagClassName
{
color: #D81A89;
}
</style>
background-color css
<style>
a { background-color: #D81A89; }
a { background-color: rgb(216,26,137); }
div.DivClassName
{
background-color: #D81A89;
}
.BgClassName
{
background-color: #D81A89;
}
</style>
border-color css
<style>
span { border-color: #D81A89; }
span { border-color: rgb(216,26,137); }
td.TdClassName
{
border-color: #D81A89;
}
.TagClassName
{
border-color: #D81A89;
}
</style>