Shades of Medium Violet Red #D51678
Tints of Medium Violet Red #D51678
RGB
CMYK
RGB Variations
Color information
#D51678 (or 0xD51678) is known color: Medium Violet Red. HEX triplet: D5, 16 and 78. RGB value is (213,22,120). Sum of RGB (Red+Green+Blue) = 213+22+120=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D51678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51678 is #2AE987. Grayscale: #5A5A5A. Windows color (decimal): -2812296 or 7870165. OLE color: 7870165.
HSL color Cylindrical-coordinate representation of color #D51678: hue angle of 329.21º 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 #D51678 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 120 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.16 |
| HSL | 329.21º | 0.81% | 0.46% | - |
| HSV(B) | 329.21º | 0.9% | 0.84% | - |
| XYZ | 31.12 | 16.08 | 19.23 | - |
| YUV | 90.28 | 144.78 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 120 | 0 | 0.90 | 0.44 | 0.16 | 329.21 | 0.81 | 0.46 |
| Hex | D5 | 16 | 78 | 0 | 5A | 2C | 10 | 149 | 51 | 2E |
| Octal | 325 | 26 | 170 | 0 | 132 | 54 | 20 | 511 | 121 | 56 |
| Binary | 11010101 | 10110 | 1111000 | 0 | 1011010 | 101100 | 10000 | 101001001 | 1010001 | 101110 |
Color Harmonies of #D51678
Complementary color
Monochromatic Colors of #D51678
Black with #D51678
Text Example
Text Example
White with #D51678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51678; }
p { color: rgb(213,22,120); }
H1.HeaderClassName
{
color: #D51678;
}
.AnyTagClassName
{
color: #D51678;
}
</style>
background-color css
<style>
a { background-color: #D51678; }
a { background-color: rgb(213,22,120); }
div.DivClassName
{
background-color: #D51678;
}
.BgClassName
{
background-color: #D51678;
}
</style>
border-color css
<style>
span { border-color: #D51678; }
span { border-color: rgb(213,22,120); }
td.TdClassName
{
border-color: #D51678;
}
.TagClassName
{
border-color: #D51678;
}
</style>