Shades of Medium Violet Red #D10878
Tints of Medium Violet Red #D10878
RGB
CMYK
RGB Variations
Color information
#D10878 (or 0xD10878) is known color: Medium Violet Red. HEX triplet: D1, 08 and 78. RGB value is (209,8,120). Sum of RGB (Red+Green+Blue) = 209+8+120=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D10878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10878 is #2EF787. Grayscale: #505050. Windows color (decimal): -3078024 or 7866577. OLE color: 7866577.
HSL color Cylindrical-coordinate representation of color #D10878: hue angle of 326.57º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10878 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.18 |
| HSL | 326.57º | 0.93% | 0.43% | - |
| HSV(B) | 326.57º | 0.96% | 0.82% | - |
| XYZ | 29.77 | 15.09 | 19.11 | - |
| YUV | 80.87 | 150.09 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 120 | 0 | 0.96 | 0.43 | 0.18 | 326.57 | 0.93 | 0.43 |
| Hex | D1 | 8 | 78 | 0 | 60 | 2B | 12 | 147 | 5D | 2B |
| Octal | 321 | 10 | 170 | 0 | 140 | 53 | 22 | 507 | 135 | 53 |
| Binary | 11010001 | 1000 | 1111000 | 0 | 1100000 | 101011 | 10010 | 101000111 | 1011101 | 101011 |
Color Harmonies of #D10878
Complementary color
Monochromatic Colors of #D10878
Black with #D10878
Text Example
Text Example
White with #D10878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10878; }
p { color: rgb(209,8,120); }
H1.HeaderClassName
{
color: #D10878;
}
.AnyTagClassName
{
color: #D10878;
}
</style>
background-color css
<style>
a { background-color: #D10878; }
a { background-color: rgb(209,8,120); }
div.DivClassName
{
background-color: #D10878;
}
.BgClassName
{
background-color: #D10878;
}
</style>
border-color css
<style>
span { border-color: #D10878; }
span { border-color: rgb(209,8,120); }
td.TdClassName
{
border-color: #D10878;
}
.TagClassName
{
border-color: #D10878;
}
</style>