Shades of Medium Violet Red #D71290
Tints of Medium Violet Red #D71290
RGB
CMYK
RGB Variations
Color information
#D71290 (or 0xD71290) is known color: Medium Violet Red. HEX triplet: D7, 12 and 90. RGB value is (215,18,144). Sum of RGB (Red+Green+Blue) = 215+18+144=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D71290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71290 is #28ED6F. Grayscale: #5A5A5A. Windows color (decimal): -2682224 or 9442007. OLE color: 9442007.
HSL color Cylindrical-coordinate representation of color #D71290: hue angle of 321.62º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71290 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 144 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.16 |
| HSL | 321.62º | 0.85% | 0.46% | - |
| HSV(B) | 321.62º | 0.92% | 0.84% | - |
| XYZ | 33.27 | 16.89 | 27.89 | - |
| YUV | 91.27 | 157.77 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 144 | 0 | 0.92 | 0.33 | 0.16 | 321.62 | 0.85 | 0.46 |
| Hex | D7 | 12 | 90 | 0 | 5C | 21 | 10 | 142 | 55 | 2E |
| Octal | 327 | 22 | 220 | 0 | 134 | 41 | 20 | 502 | 125 | 56 |
| Binary | 11010111 | 10010 | 10010000 | 0 | 1011100 | 100001 | 10000 | 101000010 | 1010101 | 101110 |
Color Harmonies of #D71290
Complementary color
Monochromatic Colors of #D71290
Black with #D71290
Text Example
Text Example
White with #D71290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71290; }
p { color: rgb(215,18,144); }
H1.HeaderClassName
{
color: #D71290;
}
.AnyTagClassName
{
color: #D71290;
}
</style>
background-color css
<style>
a { background-color: #D71290; }
a { background-color: rgb(215,18,144); }
div.DivClassName
{
background-color: #D71290;
}
.BgClassName
{
background-color: #D71290;
}
</style>
border-color css
<style>
span { border-color: #D71290; }
span { border-color: rgb(215,18,144); }
td.TdClassName
{
border-color: #D71290;
}
.TagClassName
{
border-color: #D71290;
}
</style>