Shades of Medium Violet Red #D71478
Tints of Medium Violet Red #D71478
RGB
CMYK
RGB Variations
Color information
#D71478 (or 0xD71478) is known color: Medium Violet Red. HEX triplet: D7, 14 and 78. RGB value is (215,20,120). Sum of RGB (Red+Green+Blue) = 215+20+120=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D71478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71478 is #28EB87. Grayscale: #595959. Windows color (decimal): -2681736 or 7869655. OLE color: 7869655.
HSL color Cylindrical-coordinate representation of color #D71478: hue angle of 329.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71478 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 120 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.16 |
| HSL | 329.23º | 0.83% | 0.46% | - |
| HSV(B) | 329.23º | 0.91% | 0.84% | - |
| XYZ | 31.66 | 16.3 | 19.25 | - |
| YUV | 89.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 120 | 0 | 0.91 | 0.44 | 0.16 | 329.23 | 0.83 | 0.46 |
| Hex | D7 | 14 | 78 | 0 | 5B | 2C | 10 | 149 | 53 | 2E |
| Octal | 327 | 24 | 170 | 0 | 133 | 54 | 20 | 511 | 123 | 56 |
| Binary | 11010111 | 10100 | 1111000 | 0 | 1011011 | 101100 | 10000 | 101001001 | 1010011 | 101110 |
Color Harmonies of #D71478
Complementary color
Monochromatic Colors of #D71478
Black with #D71478
Text Example
Text Example
White with #D71478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71478; }
p { color: rgb(215,20,120); }
H1.HeaderClassName
{
color: #D71478;
}
.AnyTagClassName
{
color: #D71478;
}
</style>
background-color css
<style>
a { background-color: #D71478; }
a { background-color: rgb(215,20,120); }
div.DivClassName
{
background-color: #D71478;
}
.BgClassName
{
background-color: #D71478;
}
</style>
border-color css
<style>
span { border-color: #D71478; }
span { border-color: rgb(215,20,120); }
td.TdClassName
{
border-color: #D71478;
}
.TagClassName
{
border-color: #D71478;
}
</style>