Shades of Medium Violet Red #D81A8F
Tints of Medium Violet Red #D81A8F
RGB
CMYK
RGB Variations
Color information
#D81A8F (or 0xD81A8F) is known color: Medium Violet Red. HEX triplet: D8, 1A and 8F. RGB value is (216,26,143). Sum of RGB (Red+Green+Blue) = 216+26+143=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81A8F is #27E570. Grayscale: #5F5F5F. Windows color (decimal): -2614641 or 9378520. OLE color: 9378520.
HSL color Cylindrical-coordinate representation of color #D81A8F: hue angle of 323.05º 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 #D81A8F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 143 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.15 |
| HSL | 323.05º | 0.79% | 0.47% | - |
| HSV(B) | 323.05º | 0.88% | 0.85% | - |
| XYZ | 33.65 | 17.32 | 27.56 | - |
| YUV | 96.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 143 | 0 | 0.88 | 0.34 | 0.15 | 323.05 | 0.79 | 0.47 |
| Hex | D8 | 1A | 8F | 0 | 58 | 22 | F | 143 | 4F | 2F |
| Octal | 330 | 32 | 217 | 0 | 130 | 42 | 17 | 503 | 117 | 57 |
| Binary | 11011000 | 11010 | 10001111 | 0 | 1011000 | 100010 | 1111 | 101000011 | 1001111 | 101111 |
Color Harmonies of #D81A8F
Complementary color
Monochromatic Colors of #D81A8F
Black with #D81A8F
Text Example
Text Example
White with #D81A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A8F; }
p { color: rgb(216,26,143); }
H1.HeaderClassName
{
color: #D81A8F;
}
.AnyTagClassName
{
color: #D81A8F;
}
</style>
background-color css
<style>
a { background-color: #D81A8F; }
a { background-color: rgb(216,26,143); }
div.DivClassName
{
background-color: #D81A8F;
}
.BgClassName
{
background-color: #D81A8F;
}
</style>
border-color css
<style>
span { border-color: #D81A8F; }
span { border-color: rgb(216,26,143); }
td.TdClassName
{
border-color: #D81A8F;
}
.TagClassName
{
border-color: #D81A8F;
}
</style>