Shades of Medium Violet Red #D51690
Tints of Medium Violet Red #D51690
RGB
CMYK
RGB Variations
Color information
#D51690 (or 0xD51690) is known color: Medium Violet Red. HEX triplet: D5, 16 and 90. RGB value is (213,22,144). Sum of RGB (Red+Green+Blue) = 213+22+144=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D51690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51690 is #2AE96F. Grayscale: #5C5C5C. Windows color (decimal): -2812272 or 9443029. OLE color: 9443029.
HSL color Cylindrical-coordinate representation of color #D51690: hue angle of 321.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51690 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 144 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.16 |
| HSL | 321.68º | 0.81% | 0.46% | - |
| HSV(B) | 321.68º | 0.9% | 0.84% | - |
| XYZ | 32.76 | 16.73 | 27.89 | - |
| YUV | 93.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 144 | 0 | 0.90 | 0.32 | 0.16 | 321.68 | 0.81 | 0.46 |
| Hex | D5 | 16 | 90 | 0 | 5A | 20 | 10 | 142 | 51 | 2E |
| Octal | 325 | 26 | 220 | 0 | 132 | 40 | 20 | 502 | 121 | 56 |
| Binary | 11010101 | 10110 | 10010000 | 0 | 1011010 | 100000 | 10000 | 101000010 | 1010001 | 101110 |
Color Harmonies of #D51690
Complementary color
Monochromatic Colors of #D51690
Black with #D51690
Text Example
Text Example
White with #D51690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51690; }
p { color: rgb(213,22,144); }
H1.HeaderClassName
{
color: #D51690;
}
.AnyTagClassName
{
color: #D51690;
}
</style>
background-color css
<style>
a { background-color: #D51690; }
a { background-color: rgb(213,22,144); }
div.DivClassName
{
background-color: #D51690;
}
.BgClassName
{
background-color: #D51690;
}
</style>
border-color css
<style>
span { border-color: #D51690; }
span { border-color: rgb(213,22,144); }
td.TdClassName
{
border-color: #D51690;
}
.TagClassName
{
border-color: #D51690;
}
</style>