Shades of Medium Violet Red #D50998
Tints of Medium Violet Red #D50998
RGB
CMYK
RGB Variations
Color information
#D50998 (or 0xD50998) is known color: Medium Violet Red. HEX triplet: D5, 09 and 98. RGB value is (213,9,152). Sum of RGB (Red+Green+Blue) = 213+9+152=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D50998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50998 is #2AF667. Grayscale: #555555. Windows color (decimal): -2815592 or 9963989. OLE color: 9963989.
HSL color Cylindrical-coordinate representation of color #D50998: hue angle of 317.94º 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 #D50998 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.16 |
| HSL | 317.94º | 0.92% | 0.44% | - |
| HSV(B) | 317.94º | 0.96% | 0.84% | - |
| XYZ | 33.21 | 16.61 | 31.16 | - |
| YUV | 86.3 | 165.09 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 152 | 0 | 0.96 | 0.29 | 0.16 | 317.94 | 0.92 | 0.44 |
| Hex | D5 | 9 | 98 | 0 | 60 | 1D | 10 | 13E | 5C | 2C |
| Octal | 325 | 11 | 230 | 0 | 140 | 35 | 20 | 476 | 134 | 54 |
| Binary | 11010101 | 1001 | 10011000 | 0 | 1100000 | 11101 | 10000 | 100111110 | 1011100 | 101100 |
Color Harmonies of #D50998
Complementary color
Monochromatic Colors of #D50998
Black with #D50998
Text Example
Text Example
White with #D50998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50998; }
p { color: rgb(213,9,152); }
H1.HeaderClassName
{
color: #D50998;
}
.AnyTagClassName
{
color: #D50998;
}
</style>
background-color css
<style>
a { background-color: #D50998; }
a { background-color: rgb(213,9,152); }
div.DivClassName
{
background-color: #D50998;
}
.BgClassName
{
background-color: #D50998;
}
</style>
border-color css
<style>
span { border-color: #D50998; }
span { border-color: rgb(213,9,152); }
td.TdClassName
{
border-color: #D50998;
}
.TagClassName
{
border-color: #D50998;
}
</style>