Shades of Medium Violet Red #D80183
Tints of Medium Violet Red #D80183
RGB
CMYK
RGB Variations
Color information
#D80183 (or 0xD80183) is known color: Medium Violet Red. HEX triplet: D8, 01 and 83. RGB value is (216,1,131). Sum of RGB (Red+Green+Blue) = 216+1+131=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D80183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80183 is #27FE7C. Grayscale: #4F4F4F. Windows color (decimal): -2621053 or 8585688. OLE color: 8585688.
HSL color Cylindrical-coordinate representation of color #D80183: hue angle of 323.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80183 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.15 |
| HSL | 323.72º | 0.99% | 0.43% | - |
| HSV(B) | 323.72º | 1% | 0.85% | - |
| XYZ | 32.43 | 16.26 | 22.9 | - |
| YUV | 80.11 | 156.73 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 131 | 0 | 1.00 | 0.39 | 0.15 | 323.72 | 0.99 | 0.43 |
| Hex | D8 | 1 | 83 | 0 | 64 | 27 | F | 144 | 63 | 2B |
| Octal | 330 | 1 | 203 | 0 | 144 | 47 | 17 | 504 | 143 | 53 |
| Binary | 11011000 | 1 | 10000011 | 0 | 1100100 | 100111 | 1111 | 101000100 | 1100011 | 101011 |
Color Harmonies of #D80183
Complementary color
Monochromatic Colors of #D80183
Black with #D80183
Text Example
Text Example
White with #D80183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80183; }
p { color: rgb(216,1,131); }
H1.HeaderClassName
{
color: #D80183;
}
.AnyTagClassName
{
color: #D80183;
}
</style>
background-color css
<style>
a { background-color: #D80183; }
a { background-color: rgb(216,1,131); }
div.DivClassName
{
background-color: #D80183;
}
.BgClassName
{
background-color: #D80183;
}
</style>
border-color css
<style>
span { border-color: #D80183; }
span { border-color: rgb(216,1,131); }
td.TdClassName
{
border-color: #D80183;
}
.TagClassName
{
border-color: #D80183;
}
</style>