Shades of Medium Violet Red #D50398
Tints of Medium Violet Red #D50398
RGB
CMYK
RGB Variations
Color information
#D50398 (or 0xD50398) is known color: Medium Violet Red. HEX triplet: D5, 03 and 98. RGB value is (213,3,152). Sum of RGB (Red+Green+Blue) = 213+3+152=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D50398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50398 is #2AFC67. Grayscale: #525252. Windows color (decimal): -2817128 or 9962453. OLE color: 9962453.
HSL color Cylindrical-coordinate representation of color #D50398: hue angle of 317.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50398 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 152 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.16 |
| HSL | 317.43º | 0.97% | 0.42% | - |
| HSV(B) | 317.43º | 0.99% | 0.84% | - |
| XYZ | 33.14 | 16.48 | 31.14 | - |
| YUV | 82.78 | 167.07 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 152 | 0 | 0.99 | 0.29 | 0.16 | 317.43 | 0.97 | 0.42 |
| Hex | D5 | 3 | 98 | 0 | 63 | 1D | 10 | 13D | 61 | 2A |
| Octal | 325 | 3 | 230 | 0 | 143 | 35 | 20 | 475 | 141 | 52 |
| Binary | 11010101 | 11 | 10011000 | 0 | 1100011 | 11101 | 10000 | 100111101 | 1100001 | 101010 |
Color Harmonies of #D50398
Complementary color
Monochromatic Colors of #D50398
Black with #D50398
Text Example
Text Example
White with #D50398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50398; }
p { color: rgb(213,3,152); }
H1.HeaderClassName
{
color: #D50398;
}
.AnyTagClassName
{
color: #D50398;
}
</style>
background-color css
<style>
a { background-color: #D50398; }
a { background-color: rgb(213,3,152); }
div.DivClassName
{
background-color: #D50398;
}
.BgClassName
{
background-color: #D50398;
}
</style>
border-color css
<style>
span { border-color: #D50398; }
span { border-color: rgb(213,3,152); }
td.TdClassName
{
border-color: #D50398;
}
.TagClassName
{
border-color: #D50398;
}
</style>