Shades of Medium Violet Red #D50678
Tints of Medium Violet Red #D50678
RGB
CMYK
RGB Variations
Color information
#D50678 (or 0xD50678) is known color: Medium Violet Red. HEX triplet: D5, 06 and 78. RGB value is (213,6,120). Sum of RGB (Red+Green+Blue) = 213+6+120=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D50678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50678 is #2AF987. Grayscale: #505050. Windows color (decimal): -2816392 or 7866069. OLE color: 7866069.
HSL color Cylindrical-coordinate representation of color #D50678: hue angle of 326.96º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50678 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.16 |
| HSL | 326.96º | 0.95% | 0.43% | - |
| HSV(B) | 326.96º | 0.97% | 0.84% | - |
| XYZ | 30.9 | 15.63 | 19.16 | - |
| YUV | 80.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 120 | 0 | 0.97 | 0.44 | 0.16 | 326.96 | 0.95 | 0.43 |
| Hex | D5 | 6 | 78 | 0 | 61 | 2C | 10 | 147 | 5F | 2B |
| Octal | 325 | 6 | 170 | 0 | 141 | 54 | 20 | 507 | 137 | 53 |
| Binary | 11010101 | 110 | 1111000 | 0 | 1100001 | 101100 | 10000 | 101000111 | 1011111 | 101011 |
Color Harmonies of #D50678
Complementary color
Monochromatic Colors of #D50678
Black with #D50678
Text Example
Text Example
White with #D50678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50678; }
p { color: rgb(213,6,120); }
H1.HeaderClassName
{
color: #D50678;
}
.AnyTagClassName
{
color: #D50678;
}
</style>
background-color css
<style>
a { background-color: #D50678; }
a { background-color: rgb(213,6,120); }
div.DivClassName
{
background-color: #D50678;
}
.BgClassName
{
background-color: #D50678;
}
</style>
border-color css
<style>
span { border-color: #D50678; }
span { border-color: rgb(213,6,120); }
td.TdClassName
{
border-color: #D50678;
}
.TagClassName
{
border-color: #D50678;
}
</style>