Shades of Medium Violet Red #D81083
Tints of Medium Violet Red #D81083
RGB
CMYK
RGB Variations
Color information
#D81083 (or 0xD81083) is known color: Medium Violet Red. HEX triplet: D8, 10 and 83. RGB value is (216,16,131). Sum of RGB (Red+Green+Blue) = 216+16+131=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D81083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81083 is #27EF7C. Grayscale: #585858. Windows color (decimal): -2617213 or 8589528. OLE color: 8589528.
HSL color Cylindrical-coordinate representation of color #D81083: hue angle of 325.5º 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 #D81083 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.15 |
| HSL | 325.5º | 0.86% | 0.45% | - |
| HSV(B) | 325.5º | 0.93% | 0.85% | - |
| XYZ | 32.6 | 16.61 | 22.96 | - |
| YUV | 88.91 | 151.76 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 131 | 0 | 0.93 | 0.39 | 0.15 | 325.5 | 0.86 | 0.45 |
| Hex | D8 | 10 | 83 | 0 | 5D | 27 | F | 146 | 56 | 2D |
| Octal | 330 | 20 | 203 | 0 | 135 | 47 | 17 | 506 | 126 | 55 |
| Binary | 11011000 | 10000 | 10000011 | 0 | 1011101 | 100111 | 1111 | 101000110 | 1010110 | 101101 |
Color Harmonies of #D81083
Complementary color
Monochromatic Colors of #D81083
Black with #D81083
Text Example
Text Example
White with #D81083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81083; }
p { color: rgb(216,16,131); }
H1.HeaderClassName
{
color: #D81083;
}
.AnyTagClassName
{
color: #D81083;
}
</style>
background-color css
<style>
a { background-color: #D81083; }
a { background-color: rgb(216,16,131); }
div.DivClassName
{
background-color: #D81083;
}
.BgClassName
{
background-color: #D81083;
}
</style>
border-color css
<style>
span { border-color: #D81083; }
span { border-color: rgb(216,16,131); }
td.TdClassName
{
border-color: #D81083;
}
.TagClassName
{
border-color: #D81083;
}
</style>