Shades of Medium Violet Red #D51C92
Tints of Medium Violet Red #D51C92
RGB
CMYK
RGB Variations
Color information
#D51C92 (or 0xD51C92) is known color: Medium Violet Red. HEX triplet: D5, 1C and 92. RGB value is (213,28,146). Sum of RGB (Red+Green+Blue) = 213+28+146=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51C92 is #2AE36D. Grayscale: #606060. Windows color (decimal): -2810734 or 9575637. OLE color: 9575637.
HSL color Cylindrical-coordinate representation of color #D51C92: hue angle of 321.73º 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 #D51C92 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 146 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.16 |
| HSL | 321.73º | 0.77% | 0.47% | - |
| HSV(B) | 321.73º | 0.87% | 0.84% | - |
| XYZ | 33.04 | 17.05 | 28.74 | - |
| YUV | 96.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 146 | 0 | 0.87 | 0.31 | 0.16 | 321.73 | 0.77 | 0.47 |
| Hex | D5 | 1C | 92 | 0 | 57 | 1F | 10 | 142 | 4D | 2F |
| Octal | 325 | 34 | 222 | 0 | 127 | 37 | 20 | 502 | 115 | 57 |
| Binary | 11010101 | 11100 | 10010010 | 0 | 1010111 | 11111 | 10000 | 101000010 | 1001101 | 101111 |
Color Harmonies of #D51C92
Complementary color
Monochromatic Colors of #D51C92
Black with #D51C92
Text Example
Text Example
White with #D51C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C92; }
p { color: rgb(213,28,146); }
H1.HeaderClassName
{
color: #D51C92;
}
.AnyTagClassName
{
color: #D51C92;
}
</style>
background-color css
<style>
a { background-color: #D51C92; }
a { background-color: rgb(213,28,146); }
div.DivClassName
{
background-color: #D51C92;
}
.BgClassName
{
background-color: #D51C92;
}
</style>
border-color css
<style>
span { border-color: #D51C92; }
span { border-color: rgb(213,28,146); }
td.TdClassName
{
border-color: #D51C92;
}
.TagClassName
{
border-color: #D51C92;
}
</style>