Shades of Medium Violet Red #D5097D
Tints of Medium Violet Red #D5097D
RGB
CMYK
RGB Variations
Color information
#D5097D (or 0xD5097D) is known color: Medium Violet Red. HEX triplet: D5, 09 and 7D. RGB value is (213,9,125). Sum of RGB (Red+Green+Blue) = 213+9+125=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D5097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5097D is #2AF682. Grayscale: #525252. Windows color (decimal): -2815619 or 8194517. OLE color: 8194517.
HSL color Cylindrical-coordinate representation of color #D5097D: hue angle of 325.88º 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 #D5097D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.16 |
| HSL | 325.88º | 0.92% | 0.44% | - |
| HSV(B) | 325.88º | 0.96% | 0.84% | - |
| XYZ | 31.24 | 15.82 | 20.81 | - |
| YUV | 83.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 125 | 0 | 0.96 | 0.41 | 0.16 | 325.88 | 0.92 | 0.44 |
| Hex | D5 | 9 | 7D | 0 | 60 | 29 | 10 | 146 | 5C | 2C |
| Octal | 325 | 11 | 175 | 0 | 140 | 51 | 20 | 506 | 134 | 54 |
| Binary | 11010101 | 1001 | 1111101 | 0 | 1100000 | 101001 | 10000 | 101000110 | 1011100 | 101100 |
Color Harmonies of #D5097D
Complementary color
Monochromatic Colors of #D5097D
Black with #D5097D
Text Example
Text Example
White with #D5097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5097D; }
p { color: rgb(213,9,125); }
H1.HeaderClassName
{
color: #D5097D;
}
.AnyTagClassName
{
color: #D5097D;
}
</style>
background-color css
<style>
a { background-color: #D5097D; }
a { background-color: rgb(213,9,125); }
div.DivClassName
{
background-color: #D5097D;
}
.BgClassName
{
background-color: #D5097D;
}
</style>
border-color css
<style>
span { border-color: #D5097D; }
span { border-color: rgb(213,9,125); }
td.TdClassName
{
border-color: #D5097D;
}
.TagClassName
{
border-color: #D5097D;
}
</style>