Shades of Medium Violet Red #D5087F
Tints of Medium Violet Red #D5087F
RGB
CMYK
RGB Variations
Color information
#D5087F (or 0xD5087F) is known color: Medium Violet Red. HEX triplet: D5, 08 and 7F. RGB value is (213,8,127). Sum of RGB (Red+Green+Blue) = 213+8+127=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D5087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5087F is #2AF780. Grayscale: #525252. Windows color (decimal): -2815873 or 8325333. OLE color: 8325333.
HSL color Cylindrical-coordinate representation of color #D5087F: hue angle of 325.17º 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 #D5087F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.16 |
| HSL | 325.17º | 0.93% | 0.43% | - |
| HSV(B) | 325.17º | 0.96% | 0.84% | - |
| XYZ | 31.36 | 15.85 | 21.49 | - |
| YUV | 82.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 127 | 0 | 0.96 | 0.40 | 0.16 | 325.17 | 0.93 | 0.43 |
| Hex | D5 | 8 | 7F | 0 | 60 | 28 | 10 | 145 | 5D | 2B |
| Octal | 325 | 10 | 177 | 0 | 140 | 50 | 20 | 505 | 135 | 53 |
| Binary | 11010101 | 1000 | 1111111 | 0 | 1100000 | 101000 | 10000 | 101000101 | 1011101 | 101011 |
Color Harmonies of #D5087F
Complementary color
Monochromatic Colors of #D5087F
Black with #D5087F
Text Example
Text Example
White with #D5087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5087F; }
p { color: rgb(213,8,127); }
H1.HeaderClassName
{
color: #D5087F;
}
.AnyTagClassName
{
color: #D5087F;
}
</style>
background-color css
<style>
a { background-color: #D5087F; }
a { background-color: rgb(213,8,127); }
div.DivClassName
{
background-color: #D5087F;
}
.BgClassName
{
background-color: #D5087F;
}
</style>
border-color css
<style>
span { border-color: #D5087F; }
span { border-color: rgb(213,8,127); }
td.TdClassName
{
border-color: #D5087F;
}
.TagClassName
{
border-color: #D5087F;
}
</style>