Shades of Medium Violet Red #D5097C
Tints of Medium Violet Red #D5097C
RGB
CMYK
RGB Variations
Color information
#D5097C (or 0xD5097C) is known color: Medium Violet Red. HEX triplet: D5, 09 and 7C. RGB value is (213,9,124). Sum of RGB (Red+Green+Blue) = 213+9+124=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5097C is #2AF683. Grayscale: #525252. Windows color (decimal): -2815620 or 8128981. OLE color: 8128981.
HSL color Cylindrical-coordinate representation of color #D5097C: hue angle of 326.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5097C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 124 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.16 |
| HSL | 326.18º | 0.92% | 0.44% | - |
| HSV(B) | 326.18º | 0.96% | 0.84% | - |
| XYZ | 31.18 | 15.8 | 20.47 | - |
| YUV | 83.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 124 | 0 | 0.96 | 0.42 | 0.16 | 326.18 | 0.92 | 0.44 |
| Hex | D5 | 9 | 7C | 0 | 60 | 2A | 10 | 146 | 5C | 2C |
| Octal | 325 | 11 | 174 | 0 | 140 | 52 | 20 | 506 | 134 | 54 |
| Binary | 11010101 | 1001 | 1111100 | 0 | 1100000 | 101010 | 10000 | 101000110 | 1011100 | 101100 |
Color Harmonies of #D5097C
Complementary color
Monochromatic Colors of #D5097C
Black with #D5097C
Text Example
Text Example
White with #D5097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5097C; }
p { color: rgb(213,9,124); }
H1.HeaderClassName
{
color: #D5097C;
}
.AnyTagClassName
{
color: #D5097C;
}
</style>
background-color css
<style>
a { background-color: #D5097C; }
a { background-color: rgb(213,9,124); }
div.DivClassName
{
background-color: #D5097C;
}
.BgClassName
{
background-color: #D5097C;
}
</style>
border-color css
<style>
span { border-color: #D5097C; }
span { border-color: rgb(213,9,124); }
td.TdClassName
{
border-color: #D5097C;
}
.TagClassName
{
border-color: #D5097C;
}
</style>