Shades of Medium Violet Red #D51A8A
Tints of Medium Violet Red #D51A8A
RGB
CMYK
RGB Variations
Color information
#D51A8A (or 0xD51A8A) is known color: Medium Violet Red. HEX triplet: D5, 1A and 8A. RGB value is (213,26,138). Sum of RGB (Red+Green+Blue) = 213+26+138=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51A8A is #2AE575. Grayscale: #5E5E5E. Windows color (decimal): -2811254 or 9050837. OLE color: 9050837.
HSL color Cylindrical-coordinate representation of color #D51A8A: hue angle of 324.06º 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 #D51A8A is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 138 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.16 |
| HSL | 324.06º | 0.78% | 0.47% | - |
| HSV(B) | 324.06º | 0.88% | 0.84% | - |
| XYZ | 32.4 | 16.72 | 25.56 | - |
| YUV | 94.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 138 | 0 | 0.88 | 0.35 | 0.16 | 324.06 | 0.78 | 0.47 |
| Hex | D5 | 1A | 8A | 0 | 58 | 23 | 10 | 144 | 4E | 2F |
| Octal | 325 | 32 | 212 | 0 | 130 | 43 | 20 | 504 | 116 | 57 |
| Binary | 11010101 | 11010 | 10001010 | 0 | 1011000 | 100011 | 10000 | 101000100 | 1001110 | 101111 |
Color Harmonies of #D51A8A
Complementary color
Monochromatic Colors of #D51A8A
Black with #D51A8A
Text Example
Text Example
White with #D51A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A8A; }
p { color: rgb(213,26,138); }
H1.HeaderClassName
{
color: #D51A8A;
}
.AnyTagClassName
{
color: #D51A8A;
}
</style>
background-color css
<style>
a { background-color: #D51A8A; }
a { background-color: rgb(213,26,138); }
div.DivClassName
{
background-color: #D51A8A;
}
.BgClassName
{
background-color: #D51A8A;
}
</style>
border-color css
<style>
span { border-color: #D51A8A; }
span { border-color: rgb(213,26,138); }
td.TdClassName
{
border-color: #D51A8A;
}
.TagClassName
{
border-color: #D51A8A;
}
</style>