Shades of Medium Violet Red #D51A9B
Tints of Medium Violet Red #D51A9B
RGB
CMYK
RGB Variations
Color information
#D51A9B (or 0xD51A9B) is known color: Medium Violet Red. HEX triplet: D5, 1A and 9B. RGB value is (213,26,155). Sum of RGB (Red+Green+Blue) = 213+26+155=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51A9B is #2AE564. Grayscale: #606060. Windows color (decimal): -2811237 or 10164949. OLE color: 10164949.
HSL color Cylindrical-coordinate representation of color #D51A9B: hue angle of 318.61º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A9B is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 155 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.16 |
| HSL | 318.61º | 0.78% | 0.47% | - |
| HSV(B) | 318.61º | 0.88% | 0.84% | - |
| XYZ | 33.73 | 17.25 | 32.56 | - |
| YUV | 96.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 155 | 0 | 0.88 | 0.27 | 0.16 | 318.61 | 0.78 | 0.47 |
| Hex | D5 | 1A | 9B | 0 | 58 | 1B | 10 | 13F | 4E | 2F |
| Octal | 325 | 32 | 233 | 0 | 130 | 33 | 20 | 477 | 116 | 57 |
| Binary | 11010101 | 11010 | 10011011 | 0 | 1011000 | 11011 | 10000 | 100111111 | 1001110 | 101111 |
Color Harmonies of #D51A9B
Complementary color
Monochromatic Colors of #D51A9B
Black with #D51A9B
Text Example
Text Example
White with #D51A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A9B; }
p { color: rgb(213,26,155); }
H1.HeaderClassName
{
color: #D51A9B;
}
.AnyTagClassName
{
color: #D51A9B;
}
</style>
background-color css
<style>
a { background-color: #D51A9B; }
a { background-color: rgb(213,26,155); }
div.DivClassName
{
background-color: #D51A9B;
}
.BgClassName
{
background-color: #D51A9B;
}
</style>
border-color css
<style>
span { border-color: #D51A9B; }
span { border-color: rgb(213,26,155); }
td.TdClassName
{
border-color: #D51A9B;
}
.TagClassName
{
border-color: #D51A9B;
}
</style>