Shades of Medium Violet Red #D30878
Tints of Medium Violet Red #D30878
RGB
CMYK
RGB Variations
Color information
#D30878 (or 0xD30878) is known color: Medium Violet Red. HEX triplet: D3, 08 and 78. RGB value is (211,8,120). Sum of RGB (Red+Green+Blue) = 211+8+120=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D30878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30878 is #2CF787. Grayscale: #515151. Windows color (decimal): -2946952 or 7866579. OLE color: 7866579.
HSL color Cylindrical-coordinate representation of color #D30878: hue angle of 326.9º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30878 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.17 |
| HSL | 326.9º | 0.93% | 0.43% | - |
| HSV(B) | 326.9º | 0.96% | 0.83% | - |
| XYZ | 30.34 | 15.38 | 19.14 | - |
| YUV | 81.47 | 149.75 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 120 | 0 | 0.96 | 0.43 | 0.17 | 326.9 | 0.93 | 0.43 |
| Hex | D3 | 8 | 78 | 0 | 60 | 2B | 11 | 147 | 5D | 2B |
| Octal | 323 | 10 | 170 | 0 | 140 | 53 | 21 | 507 | 135 | 53 |
| Binary | 11010011 | 1000 | 1111000 | 0 | 1100000 | 101011 | 10001 | 101000111 | 1011101 | 101011 |
Color Harmonies of #D30878
Complementary color
Monochromatic Colors of #D30878
Black with #D30878
Text Example
Text Example
White with #D30878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30878; }
p { color: rgb(211,8,120); }
H1.HeaderClassName
{
color: #D30878;
}
.AnyTagClassName
{
color: #D30878;
}
</style>
background-color css
<style>
a { background-color: #D30878; }
a { background-color: rgb(211,8,120); }
div.DivClassName
{
background-color: #D30878;
}
.BgClassName
{
background-color: #D30878;
}
</style>
border-color css
<style>
span { border-color: #D30878; }
span { border-color: rgb(211,8,120); }
td.TdClassName
{
border-color: #D30878;
}
.TagClassName
{
border-color: #D30878;
}
</style>