Shades of Medium Violet Red #D5199F
Tints of Medium Violet Red #D5199F
RGB
CMYK
RGB Variations
Color information
#D5199F (or 0xD5199F) is known color: Medium Violet Red. HEX triplet: D5, 19 and 9F. RGB value is (213,25,159). Sum of RGB (Red+Green+Blue) = 213+25+159=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D5199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5199F is #2AE660. Grayscale: #606060. Windows color (decimal): -2811489 or 10426837. OLE color: 10426837.
HSL color Cylindrical-coordinate representation of color #D5199F: hue angle of 317.23º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5199F is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 159 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.16 |
| HSL | 317.23º | 0.79% | 0.47% | - |
| HSV(B) | 317.23º | 0.88% | 0.84% | - |
| XYZ | 34.05 | 17.34 | 34.35 | - |
| YUV | 96.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 159 | 0 | 0.88 | 0.25 | 0.16 | 317.23 | 0.79 | 0.47 |
| Hex | D5 | 19 | 9F | 0 | 58 | 19 | 10 | 13D | 4F | 2F |
| Octal | 325 | 31 | 237 | 0 | 130 | 31 | 20 | 475 | 117 | 57 |
| Binary | 11010101 | 11001 | 10011111 | 0 | 1011000 | 11001 | 10000 | 100111101 | 1001111 | 101111 |
Color Harmonies of #D5199F
Complementary color
Monochromatic Colors of #D5199F
Black with #D5199F
Text Example
Text Example
White with #D5199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5199F; }
p { color: rgb(213,25,159); }
H1.HeaderClassName
{
color: #D5199F;
}
.AnyTagClassName
{
color: #D5199F;
}
</style>
background-color css
<style>
a { background-color: #D5199F; }
a { background-color: rgb(213,25,159); }
div.DivClassName
{
background-color: #D5199F;
}
.BgClassName
{
background-color: #D5199F;
}
</style>
border-color css
<style>
span { border-color: #D5199F; }
span { border-color: rgb(213,25,159); }
td.TdClassName
{
border-color: #D5199F;
}
.TagClassName
{
border-color: #D5199F;
}
</style>