Shades of Medium Violet Red #D51BA2
Tints of Medium Violet Red #D51BA2
RGB
CMYK
RGB Variations
Color information
#D51BA2 (or 0xD51BA2) is known color: Medium Violet Red. HEX triplet: D5, 1B and A2. RGB value is (213,27,162). Sum of RGB (Red+Green+Blue) = 213+27+162=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51BA2 is #2AE45D. Grayscale: #616161. Windows color (decimal): -2810974 or 10623957. OLE color: 10623957.
HSL color Cylindrical-coordinate representation of color #D51BA2: hue angle of 316.45º 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 #D51BA2 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 162 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.16 |
| HSL | 316.45º | 0.78% | 0.47% | - |
| HSV(B) | 316.45º | 0.87% | 0.84% | - |
| XYZ | 34.35 | 17.54 | 35.76 | - |
| YUV | 98 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 162 | 0 | 0.87 | 0.24 | 0.16 | 316.45 | 0.78 | 0.47 |
| Hex | D5 | 1B | A2 | 0 | 57 | 18 | 10 | 13C | 4E | 2F |
| Octal | 325 | 33 | 242 | 0 | 127 | 30 | 20 | 474 | 116 | 57 |
| Binary | 11010101 | 11011 | 10100010 | 0 | 1010111 | 11000 | 10000 | 100111100 | 1001110 | 101111 |
Color Harmonies of #D51BA2
Complementary color
Monochromatic Colors of #D51BA2
Black with #D51BA2
Text Example
Text Example
White with #D51BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BA2; }
p { color: rgb(213,27,162); }
H1.HeaderClassName
{
color: #D51BA2;
}
.AnyTagClassName
{
color: #D51BA2;
}
</style>
background-color css
<style>
a { background-color: #D51BA2; }
a { background-color: rgb(213,27,162); }
div.DivClassName
{
background-color: #D51BA2;
}
.BgClassName
{
background-color: #D51BA2;
}
</style>
border-color css
<style>
span { border-color: #D51BA2; }
span { border-color: rgb(213,27,162); }
td.TdClassName
{
border-color: #D51BA2;
}
.TagClassName
{
border-color: #D51BA2;
}
</style>