Shades of Medium Violet Red #D5087D
Tints of Medium Violet Red #D5087D
RGB
CMYK
RGB Variations
Color information
#D5087D (or 0xD5087D) is known color: Medium Violet Red. HEX triplet: D5, 08 and 7D. RGB value is (213,8,125). Sum of RGB (Red+Green+Blue) = 213+8+125=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5087D is #2AF782. Grayscale: #525252. Windows color (decimal): -2815875 or 8194261. OLE color: 8194261.
HSL color Cylindrical-coordinate representation of color #D5087D: hue angle of 325.76º 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 #D5087D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 125 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.16 |
| HSL | 325.76º | 0.93% | 0.43% | - |
| HSV(B) | 325.76º | 0.96% | 0.84% | - |
| XYZ | 31.23 | 15.8 | 20.81 | - |
| YUV | 82.63 | 151.92 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 125 | 0 | 0.96 | 0.41 | 0.16 | 325.76 | 0.93 | 0.43 |
| Hex | D5 | 8 | 7D | 0 | 60 | 29 | 10 | 146 | 5D | 2B |
| Octal | 325 | 10 | 175 | 0 | 140 | 51 | 20 | 506 | 135 | 53 |
| Binary | 11010101 | 1000 | 1111101 | 0 | 1100000 | 101001 | 10000 | 101000110 | 1011101 | 101011 |
Color Harmonies of #D5087D
Complementary color
Monochromatic Colors of #D5087D
Black with #D5087D
Text Example
Text Example
White with #D5087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5087D; }
p { color: rgb(213,8,125); }
H1.HeaderClassName
{
color: #D5087D;
}
.AnyTagClassName
{
color: #D5087D;
}
</style>
background-color css
<style>
a { background-color: #D5087D; }
a { background-color: rgb(213,8,125); }
div.DivClassName
{
background-color: #D5087D;
}
.BgClassName
{
background-color: #D5087D;
}
</style>
border-color css
<style>
span { border-color: #D5087D; }
span { border-color: rgb(213,8,125); }
td.TdClassName
{
border-color: #D5087D;
}
.TagClassName
{
border-color: #D5087D;
}
</style>