Shades of Medium Violet Red #D51598
Tints of Medium Violet Red #D51598
RGB
CMYK
RGB Variations
Color information
#D51598 (or 0xD51598) is known color: Medium Violet Red. HEX triplet: D5, 15 and 98. RGB value is (213,21,152). Sum of RGB (Red+Green+Blue) = 213+21+152=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D51598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51598 is #2AEA67. Grayscale: #5D5D5D. Windows color (decimal): -2812520 or 9967061. OLE color: 9967061.
HSL color Cylindrical-coordinate representation of color #D51598: hue angle of 319.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51598 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 152 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.16 |
| HSL | 319.06º | 0.82% | 0.46% | - |
| HSV(B) | 319.06º | 0.9% | 0.84% | - |
| XYZ | 33.38 | 16.95 | 31.22 | - |
| YUV | 93.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 152 | 0 | 0.90 | 0.29 | 0.16 | 319.06 | 0.82 | 0.46 |
| Hex | D5 | 15 | 98 | 0 | 5A | 1D | 10 | 13F | 52 | 2E |
| Octal | 325 | 25 | 230 | 0 | 132 | 35 | 20 | 477 | 122 | 56 |
| Binary | 11010101 | 10101 | 10011000 | 0 | 1011010 | 11101 | 10000 | 100111111 | 1010010 | 101110 |
Color Harmonies of #D51598
Complementary color
Monochromatic Colors of #D51598
Black with #D51598
Text Example
Text Example
White with #D51598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51598; }
p { color: rgb(213,21,152); }
H1.HeaderClassName
{
color: #D51598;
}
.AnyTagClassName
{
color: #D51598;
}
</style>
background-color css
<style>
a { background-color: #D51598; }
a { background-color: rgb(213,21,152); }
div.DivClassName
{
background-color: #D51598;
}
.BgClassName
{
background-color: #D51598;
}
</style>
border-color css
<style>
span { border-color: #D51598; }
span { border-color: rgb(213,21,152); }
td.TdClassName
{
border-color: #D51598;
}
.TagClassName
{
border-color: #D51598;
}
</style>