Shades of Medium Violet Red #D51E9C
Tints of Medium Violet Red #D51E9C
RGB
CMYK
RGB Variations
Color information
#D51E9C (or 0xD51E9C) is known color: Medium Violet Red. HEX triplet: D5, 1E and 9C. RGB value is (213,30,156). Sum of RGB (Red+Green+Blue) = 213+30+156=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51E9C is #2AE163. Grayscale: #626262. Windows color (decimal): -2810212 or 10231509. OLE color: 10231509.
HSL color Cylindrical-coordinate representation of color #D51E9C: hue angle of 318.69º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E9C is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 156 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.16 |
| HSL | 318.69º | 0.75% | 0.48% | - |
| HSV(B) | 318.69º | 0.86% | 0.84% | - |
| XYZ | 33.91 | 17.47 | 33.04 | - |
| YUV | 99.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 156 | 0 | 0.86 | 0.27 | 0.16 | 318.69 | 0.75 | 0.48 |
| Hex | D5 | 1E | 9C | 0 | 56 | 1B | 10 | 13F | 4B | 30 |
| Octal | 325 | 36 | 234 | 0 | 126 | 33 | 20 | 477 | 113 | 60 |
| Binary | 11010101 | 11110 | 10011100 | 0 | 1010110 | 11011 | 10000 | 100111111 | 1001011 | 110000 |
Color Harmonies of #D51E9C
Complementary color
Monochromatic Colors of #D51E9C
Black with #D51E9C
Text Example
Text Example
White with #D51E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51E9C; }
p { color: rgb(213,30,156); }
H1.HeaderClassName
{
color: #D51E9C;
}
.AnyTagClassName
{
color: #D51E9C;
}
</style>
background-color css
<style>
a { background-color: #D51E9C; }
a { background-color: rgb(213,30,156); }
div.DivClassName
{
background-color: #D51E9C;
}
.BgClassName
{
background-color: #D51E9C;
}
</style>
border-color css
<style>
span { border-color: #D51E9C; }
span { border-color: rgb(213,30,156); }
td.TdClassName
{
border-color: #D51E9C;
}
.TagClassName
{
border-color: #D51E9C;
}
</style>