Shades of Medium Violet Red #D5088B
Tints of Medium Violet Red #D5088B
RGB
CMYK
RGB Variations
Color information
#D5088B (or 0xD5088B) is known color: Medium Violet Red. HEX triplet: D5, 08 and 8B. RGB value is (213,8,139). Sum of RGB (Red+Green+Blue) = 213+8+139=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5088B is #2AF774. Grayscale: #535353. Windows color (decimal): -2815861 or 9111765. OLE color: 9111765.
HSL color Cylindrical-coordinate representation of color #D5088B: hue angle of 321.66º 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 #D5088B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.16 |
| HSL | 321.66º | 0.93% | 0.43% | - |
| HSV(B) | 321.66º | 0.96% | 0.84% | - |
| XYZ | 32.19 | 16.18 | 25.85 | - |
| YUV | 84.23 | 158.92 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 139 | 0 | 0.96 | 0.35 | 0.16 | 321.66 | 0.93 | 0.43 |
| Hex | D5 | 8 | 8B | 0 | 60 | 23 | 10 | 142 | 5D | 2B |
| Octal | 325 | 10 | 213 | 0 | 140 | 43 | 20 | 502 | 135 | 53 |
| Binary | 11010101 | 1000 | 10001011 | 0 | 1100000 | 100011 | 10000 | 101000010 | 1011101 | 101011 |
Color Harmonies of #D5088B
Complementary color
Monochromatic Colors of #D5088B
Black with #D5088B
Text Example
Text Example
White with #D5088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5088B; }
p { color: rgb(213,8,139); }
H1.HeaderClassName
{
color: #D5088B;
}
.AnyTagClassName
{
color: #D5088B;
}
</style>
background-color css
<style>
a { background-color: #D5088B; }
a { background-color: rgb(213,8,139); }
div.DivClassName
{
background-color: #D5088B;
}
.BgClassName
{
background-color: #D5088B;
}
</style>
border-color css
<style>
span { border-color: #D5088B; }
span { border-color: rgb(213,8,139); }
td.TdClassName
{
border-color: #D5088B;
}
.TagClassName
{
border-color: #D5088B;
}
</style>