Shades of Medium Violet Red #D50183
Tints of Medium Violet Red #D50183
RGB
CMYK
RGB Variations
Color information
#D50183 (or 0xD50183) is known color: Medium Violet Red. HEX triplet: D5, 01 and 83. RGB value is (213,1,131). Sum of RGB (Red+Green+Blue) = 213+1+131=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D50183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50183 is #2AFE7C. Grayscale: #4E4E4E. Windows color (decimal): -2817661 or 8585685. OLE color: 8585685.
HSL color Cylindrical-coordinate representation of color #D50183: hue angle of 323.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50183 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 131 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.16 |
| HSL | 323.21º | 0.99% | 0.42% | - |
| HSV(B) | 323.21º | 1% | 0.84% | - |
| XYZ | 31.55 | 15.81 | 22.86 | - |
| YUV | 79.21 | 157.24 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 131 | 0 | 1.00 | 0.38 | 0.16 | 323.21 | 0.99 | 0.42 |
| Hex | D5 | 1 | 83 | 0 | 64 | 26 | 10 | 143 | 63 | 2A |
| Octal | 325 | 1 | 203 | 0 | 144 | 46 | 20 | 503 | 143 | 52 |
| Binary | 11010101 | 1 | 10000011 | 0 | 1100100 | 100110 | 10000 | 101000011 | 1100011 | 101010 |
Color Harmonies of #D50183
Complementary color
Monochromatic Colors of #D50183
Black with #D50183
Text Example
Text Example
White with #D50183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50183; }
p { color: rgb(213,1,131); }
H1.HeaderClassName
{
color: #D50183;
}
.AnyTagClassName
{
color: #D50183;
}
</style>
background-color css
<style>
a { background-color: #D50183; }
a { background-color: rgb(213,1,131); }
div.DivClassName
{
background-color: #D50183;
}
.BgClassName
{
background-color: #D50183;
}
</style>
border-color css
<style>
span { border-color: #D50183; }
span { border-color: rgb(213,1,131); }
td.TdClassName
{
border-color: #D50183;
}
.TagClassName
{
border-color: #D50183;
}
</style>