Shades of Medium Violet Red #D81478
Tints of Medium Violet Red #D81478
RGB
CMYK
RGB Variations
Color information
#D81478 (or 0xD81478) is known color: Medium Violet Red. HEX triplet: D8, 14 and 78. RGB value is (216,20,120). Sum of RGB (Red+Green+Blue) = 216+20+120=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D81478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81478 is #27EB87. Grayscale: #595959. Windows color (decimal): -2616200 or 7869656. OLE color: 7869656.
HSL color Cylindrical-coordinate representation of color #D81478: hue angle of 329.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81478 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 120 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.15 |
| HSL | 329.39º | 0.83% | 0.46% | - |
| HSV(B) | 329.39º | 0.91% | 0.85% | - |
| XYZ | 31.96 | 16.46 | 19.26 | - |
| YUV | 90 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 120 | 0 | 0.91 | 0.44 | 0.15 | 329.39 | 0.83 | 0.46 |
| Hex | D8 | 14 | 78 | 0 | 5B | 2C | F | 149 | 53 | 2E |
| Octal | 330 | 24 | 170 | 0 | 133 | 54 | 17 | 511 | 123 | 56 |
| Binary | 11011000 | 10100 | 1111000 | 0 | 1011011 | 101100 | 1111 | 101001001 | 1010011 | 101110 |
Color Harmonies of #D81478
Complementary color
Monochromatic Colors of #D81478
Black with #D81478
Text Example
Text Example
White with #D81478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81478; }
p { color: rgb(216,20,120); }
H1.HeaderClassName
{
color: #D81478;
}
.AnyTagClassName
{
color: #D81478;
}
</style>
background-color css
<style>
a { background-color: #D81478; }
a { background-color: rgb(216,20,120); }
div.DivClassName
{
background-color: #D81478;
}
.BgClassName
{
background-color: #D81478;
}
</style>
border-color css
<style>
span { border-color: #D81478; }
span { border-color: rgb(216,20,120); }
td.TdClassName
{
border-color: #D81478;
}
.TagClassName
{
border-color: #D81478;
}
</style>