Shades of Medium Violet Red #D51DA6
Tints of Medium Violet Red #D51DA6
RGB
CMYK
RGB Variations
Color information
#D51DA6 (or 0xD51DA6) is known color: Medium Violet Red. HEX triplet: D5, 1D and A6. RGB value is (213,29,166). Sum of RGB (Red+Green+Blue) = 213+29+166=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51DA6 is #2AE259. Grayscale: #636363. Windows color (decimal): -2810458 or 10886613. OLE color: 10886613.
HSL color Cylindrical-coordinate representation of color #D51DA6: hue angle of 315.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51DA6 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 166 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.16 |
| HSL | 315.33º | 0.76% | 0.47% | - |
| HSV(B) | 315.33º | 0.86% | 0.84% | - |
| XYZ | 34.76 | 17.78 | 37.68 | - |
| YUV | 99.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 166 | 0 | 0.86 | 0.22 | 0.16 | 315.33 | 0.76 | 0.47 |
| Hex | D5 | 1D | A6 | 0 | 56 | 16 | 10 | 13B | 4C | 2F |
| Octal | 325 | 35 | 246 | 0 | 126 | 26 | 20 | 473 | 114 | 57 |
| Binary | 11010101 | 11101 | 10100110 | 0 | 1010110 | 10110 | 10000 | 100111011 | 1001100 | 101111 |
Color Harmonies of #D51DA6
Complementary color
Monochromatic Colors of #D51DA6
Black with #D51DA6
Text Example
Text Example
White with #D51DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DA6; }
p { color: rgb(213,29,166); }
H1.HeaderClassName
{
color: #D51DA6;
}
.AnyTagClassName
{
color: #D51DA6;
}
</style>
background-color css
<style>
a { background-color: #D51DA6; }
a { background-color: rgb(213,29,166); }
div.DivClassName
{
background-color: #D51DA6;
}
.BgClassName
{
background-color: #D51DA6;
}
</style>
border-color css
<style>
span { border-color: #D51DA6; }
span { border-color: rgb(213,29,166); }
td.TdClassName
{
border-color: #D51DA6;
}
.TagClassName
{
border-color: #D51DA6;
}
</style>