Shades of Medium Violet Red #D5087B
Tints of Medium Violet Red #D5087B
RGB
CMYK
RGB Variations
Color information
#D5087B (or 0xD5087B) is known color: Medium Violet Red. HEX triplet: D5, 08 and 7B. RGB value is (213,8,123). Sum of RGB (Red+Green+Blue) = 213+8+123=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5087B is #2AF784. Grayscale: #525252. Windows color (decimal): -2815877 or 8063189. OLE color: 8063189.
HSL color Cylindrical-coordinate representation of color #D5087B: hue angle of 326.34º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5087B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.16 |
| HSL | 326.34º | 0.93% | 0.43% | - |
| HSV(B) | 326.34º | 0.96% | 0.84% | - |
| XYZ | 31.1 | 15.75 | 20.14 | - |
| YUV | 82.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 123 | 0 | 0.96 | 0.42 | 0.16 | 326.34 | 0.93 | 0.43 |
| Hex | D5 | 8 | 7B | 0 | 60 | 2A | 10 | 146 | 5D | 2B |
| Octal | 325 | 10 | 173 | 0 | 140 | 52 | 20 | 506 | 135 | 53 |
| Binary | 11010101 | 1000 | 1111011 | 0 | 1100000 | 101010 | 10000 | 101000110 | 1011101 | 101011 |
Color Harmonies of #D5087B
Complementary color
Monochromatic Colors of #D5087B
Black with #D5087B
Text Example
Text Example
White with #D5087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5087B; }
p { color: rgb(213,8,123); }
H1.HeaderClassName
{
color: #D5087B;
}
.AnyTagClassName
{
color: #D5087B;
}
</style>
background-color css
<style>
a { background-color: #D5087B; }
a { background-color: rgb(213,8,123); }
div.DivClassName
{
background-color: #D5087B;
}
.BgClassName
{
background-color: #D5087B;
}
</style>
border-color css
<style>
span { border-color: #D5087B; }
span { border-color: rgb(213,8,123); }
td.TdClassName
{
border-color: #D5087B;
}
.TagClassName
{
border-color: #D5087B;
}
</style>