Shades of Medium Violet Red #D81084
Tints of Medium Violet Red #D81084
RGB
CMYK
RGB Variations
Color information
#D81084 (or 0xD81084) is known color: Medium Violet Red. HEX triplet: D8, 10 and 84. RGB value is (216,16,132). Sum of RGB (Red+Green+Blue) = 216+16+132=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D81084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81084 is #27EF7B. Grayscale: #585858. Windows color (decimal): -2617212 or 8655064. OLE color: 8655064.
HSL color Cylindrical-coordinate representation of color #D81084: hue angle of 325.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81084 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 132 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.15 |
| HSL | 325.2º | 0.86% | 0.45% | - |
| HSV(B) | 325.2º | 0.93% | 0.85% | - |
| XYZ | 32.67 | 16.64 | 23.32 | - |
| YUV | 89.02 | 152.26 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 132 | 0 | 0.93 | 0.39 | 0.15 | 325.2 | 0.86 | 0.45 |
| Hex | D8 | 10 | 84 | 0 | 5D | 27 | F | 145 | 56 | 2D |
| Octal | 330 | 20 | 204 | 0 | 135 | 47 | 17 | 505 | 126 | 55 |
| Binary | 11011000 | 10000 | 10000100 | 0 | 1011101 | 100111 | 1111 | 101000101 | 1010110 | 101101 |
Color Harmonies of #D81084
Complementary color
Monochromatic Colors of #D81084
Black with #D81084
Text Example
Text Example
White with #D81084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81084; }
p { color: rgb(216,16,132); }
H1.HeaderClassName
{
color: #D81084;
}
.AnyTagClassName
{
color: #D81084;
}
</style>
background-color css
<style>
a { background-color: #D81084; }
a { background-color: rgb(216,16,132); }
div.DivClassName
{
background-color: #D81084;
}
.BgClassName
{
background-color: #D81084;
}
</style>
border-color css
<style>
span { border-color: #D81084; }
span { border-color: rgb(216,16,132); }
td.TdClassName
{
border-color: #D81084;
}
.TagClassName
{
border-color: #D81084;
}
</style>