Shades of Medium Violet Red #D51C99
Tints of Medium Violet Red #D51C99
RGB
CMYK
RGB Variations
Color information
#D51C99 (or 0xD51C99) is known color: Medium Violet Red. HEX triplet: D5, 1C and 99. RGB value is (213,28,153). Sum of RGB (Red+Green+Blue) = 213+28+153=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C99 is #2AE366. Grayscale: #616161. Windows color (decimal): -2810727 or 10034389. OLE color: 10034389.
HSL color Cylindrical-coordinate representation of color #D51C99: hue angle of 319.46º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51C99 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 153 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.16 |
| HSL | 319.46º | 0.77% | 0.47% | - |
| HSV(B) | 319.46º | 0.87% | 0.84% | - |
| XYZ | 33.61 | 17.28 | 31.7 | - |
| YUV | 97.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 153 | 0 | 0.87 | 0.28 | 0.16 | 319.46 | 0.77 | 0.47 |
| Hex | D5 | 1C | 99 | 0 | 57 | 1C | 10 | 13F | 4D | 2F |
| Octal | 325 | 34 | 231 | 0 | 127 | 34 | 20 | 477 | 115 | 57 |
| Binary | 11010101 | 11100 | 10011001 | 0 | 1010111 | 11100 | 10000 | 100111111 | 1001101 | 101111 |
Color Harmonies of #D51C99
Complementary color
Monochromatic Colors of #D51C99
Black with #D51C99
Text Example
Text Example
White with #D51C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C99; }
p { color: rgb(213,28,153); }
H1.HeaderClassName
{
color: #D51C99;
}
.AnyTagClassName
{
color: #D51C99;
}
</style>
background-color css
<style>
a { background-color: #D51C99; }
a { background-color: rgb(213,28,153); }
div.DivClassName
{
background-color: #D51C99;
}
.BgClassName
{
background-color: #D51C99;
}
</style>
border-color css
<style>
span { border-color: #D51C99; }
span { border-color: rgb(213,28,153); }
td.TdClassName
{
border-color: #D51C99;
}
.TagClassName
{
border-color: #D51C99;
}
</style>