Shades of Medium Violet Red #D51497
Tints of Medium Violet Red #D51497
RGB
CMYK
RGB Variations
Color information
#D51497 (or 0xD51497) is known color: Medium Violet Red. HEX triplet: D5, 14 and 97. RGB value is (213,20,151). Sum of RGB (Red+Green+Blue) = 213+20+151=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D51497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51497 is #2AEB68. Grayscale: #5C5C5C. Windows color (decimal): -2812777 or 9901269. OLE color: 9901269.
HSL color Cylindrical-coordinate representation of color #D51497: hue angle of 319.27º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51497 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 151 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.16 |
| HSL | 319.27º | 0.83% | 0.46% | - |
| HSV(B) | 319.27º | 0.91% | 0.84% | - |
| XYZ | 33.28 | 16.88 | 30.78 | - |
| YUV | 92.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 151 | 0 | 0.91 | 0.29 | 0.16 | 319.27 | 0.83 | 0.46 |
| Hex | D5 | 14 | 97 | 0 | 5B | 1D | 10 | 13F | 53 | 2E |
| Octal | 325 | 24 | 227 | 0 | 133 | 35 | 20 | 477 | 123 | 56 |
| Binary | 11010101 | 10100 | 10010111 | 0 | 1011011 | 11101 | 10000 | 100111111 | 1010011 | 101110 |
Color Harmonies of #D51497
Complementary color
Monochromatic Colors of #D51497
Black with #D51497
Text Example
Text Example
White with #D51497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51497; }
p { color: rgb(213,20,151); }
H1.HeaderClassName
{
color: #D51497;
}
.AnyTagClassName
{
color: #D51497;
}
</style>
background-color css
<style>
a { background-color: #D51497; }
a { background-color: rgb(213,20,151); }
div.DivClassName
{
background-color: #D51497;
}
.BgClassName
{
background-color: #D51497;
}
</style>
border-color css
<style>
span { border-color: #D51497; }
span { border-color: rgb(213,20,151); }
td.TdClassName
{
border-color: #D51497;
}
.TagClassName
{
border-color: #D51497;
}
</style>