Shades of Medium Violet Red #D70490
Tints of Medium Violet Red #D70490
RGB
CMYK
RGB Variations
Color information
#D70490 (or 0xD70490) is known color: Medium Violet Red. HEX triplet: D7, 04 and 90. RGB value is (215,4,144). Sum of RGB (Red+Green+Blue) = 215+4+144=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D70490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70490 is #28FB6F. Grayscale: #525252. Windows color (decimal): -2685808 or 9438423. OLE color: 9438423.
HSL color Cylindrical-coordinate representation of color #D70490: hue angle of 320.19º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70490 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 144 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.16 |
| HSL | 320.19º | 0.96% | 0.43% | - |
| HSV(B) | 320.19º | 0.98% | 0.84% | - |
| XYZ | 33.1 | 16.55 | 27.83 | - |
| YUV | 83.05 | 162.4 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 144 | 0 | 0.98 | 0.33 | 0.16 | 320.19 | 0.96 | 0.43 |
| Hex | D7 | 4 | 90 | 0 | 62 | 21 | 10 | 140 | 60 | 2B |
| Octal | 327 | 4 | 220 | 0 | 142 | 41 | 20 | 500 | 140 | 53 |
| Binary | 11010111 | 100 | 10010000 | 0 | 1100010 | 100001 | 10000 | 101000000 | 1100000 | 101011 |
Color Harmonies of #D70490
Complementary color
Monochromatic Colors of #D70490
Black with #D70490
Text Example
Text Example
White with #D70490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70490; }
p { color: rgb(215,4,144); }
H1.HeaderClassName
{
color: #D70490;
}
.AnyTagClassName
{
color: #D70490;
}
</style>
background-color css
<style>
a { background-color: #D70490; }
a { background-color: rgb(215,4,144); }
div.DivClassName
{
background-color: #D70490;
}
.BgClassName
{
background-color: #D70490;
}
</style>
border-color css
<style>
span { border-color: #D70490; }
span { border-color: rgb(215,4,144); }
td.TdClassName
{
border-color: #D70490;
}
.TagClassName
{
border-color: #D70490;
}
</style>