Shades of Medium Violet Red #D5099D
Tints of Medium Violet Red #D5099D
RGB
CMYK
RGB Variations
Color information
#D5099D (or 0xD5099D) is known color: Medium Violet Red. HEX triplet: D5, 09 and 9D. RGB value is (213,9,157). Sum of RGB (Red+Green+Blue) = 213+9+157=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5099D is #2AF662. Grayscale: #565656. Windows color (decimal): -2815587 or 10291669. OLE color: 10291669.
HSL color Cylindrical-coordinate representation of color #D5099D: hue angle of 316.47º 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 #D5099D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.16 |
| HSL | 316.47º | 0.92% | 0.44% | - |
| HSV(B) | 316.47º | 0.96% | 0.84% | - |
| XYZ | 33.62 | 16.78 | 33.36 | - |
| YUV | 86.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 157 | 0 | 0.96 | 0.26 | 0.16 | 316.47 | 0.92 | 0.44 |
| Hex | D5 | 9 | 9D | 0 | 60 | 1A | 10 | 13C | 5C | 2C |
| Octal | 325 | 11 | 235 | 0 | 140 | 32 | 20 | 474 | 134 | 54 |
| Binary | 11010101 | 1001 | 10011101 | 0 | 1100000 | 11010 | 10000 | 100111100 | 1011100 | 101100 |
Color Harmonies of #D5099D
Complementary color
Monochromatic Colors of #D5099D
Black with #D5099D
Text Example
Text Example
White with #D5099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5099D; }
p { color: rgb(213,9,157); }
H1.HeaderClassName
{
color: #D5099D;
}
.AnyTagClassName
{
color: #D5099D;
}
</style>
background-color css
<style>
a { background-color: #D5099D; }
a { background-color: rgb(213,9,157); }
div.DivClassName
{
background-color: #D5099D;
}
.BgClassName
{
background-color: #D5099D;
}
</style>
border-color css
<style>
span { border-color: #D5099D; }
span { border-color: rgb(213,9,157); }
td.TdClassName
{
border-color: #D5099D;
}
.TagClassName
{
border-color: #D5099D;
}
</style>