Shades of Medium Violet Red #D51297
Tints of Medium Violet Red #D51297
RGB
CMYK
RGB Variations
Color information
#D51297 (or 0xD51297) is known color: Medium Violet Red. HEX triplet: D5, 12 and 97. RGB value is (213,18,151). Sum of RGB (Red+Green+Blue) = 213+18+151=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D51297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51297 is #2AED68. Grayscale: #5B5B5B. Windows color (decimal): -2813289 or 9900757. OLE color: 9900757.
HSL color Cylindrical-coordinate representation of color #D51297: hue angle of 319.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51297 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 151 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.16 |
| HSL | 319.08º | 0.84% | 0.45% | - |
| HSV(B) | 319.08º | 0.92% | 0.84% | - |
| XYZ | 33.24 | 16.81 | 30.77 | - |
| YUV | 91.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 151 | 0 | 0.92 | 0.29 | 0.16 | 319.08 | 0.84 | 0.45 |
| Hex | D5 | 12 | 97 | 0 | 5C | 1D | 10 | 13F | 54 | 2D |
| Octal | 325 | 22 | 227 | 0 | 134 | 35 | 20 | 477 | 124 | 55 |
| Binary | 11010101 | 10010 | 10010111 | 0 | 1011100 | 11101 | 10000 | 100111111 | 1010100 | 101101 |
Color Harmonies of #D51297
Complementary color
Monochromatic Colors of #D51297
Black with #D51297
Text Example
Text Example
White with #D51297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51297; }
p { color: rgb(213,18,151); }
H1.HeaderClassName
{
color: #D51297;
}
.AnyTagClassName
{
color: #D51297;
}
</style>
background-color css
<style>
a { background-color: #D51297; }
a { background-color: rgb(213,18,151); }
div.DivClassName
{
background-color: #D51297;
}
.BgClassName
{
background-color: #D51297;
}
</style>
border-color css
<style>
span { border-color: #D51297; }
span { border-color: rgb(213,18,151); }
td.TdClassName
{
border-color: #D51297;
}
.TagClassName
{
border-color: #D51297;
}
</style>