Shades of Medium Violet Red #D70498
Tints of Medium Violet Red #D70498
RGB
CMYK
RGB Variations
Color information
#D70498 (or 0xD70498) is known color: Medium Violet Red. HEX triplet: D7, 04 and 98. RGB value is (215,4,152). Sum of RGB (Red+Green+Blue) = 215+4+152=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D70498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70498 is #28FB67. Grayscale: #535353. Windows color (decimal): -2685800 or 9962711. OLE color: 9962711.
HSL color Cylindrical-coordinate representation of color #D70498: hue angle of 317.91º 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 #D70498 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.16 |
| HSL | 317.91º | 0.96% | 0.43% | - |
| HSV(B) | 317.91º | 0.98% | 0.84% | - |
| XYZ | 33.74 | 16.8 | 31.17 | - |
| YUV | 83.96 | 166.4 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 152 | 0 | 0.98 | 0.29 | 0.16 | 317.91 | 0.96 | 0.43 |
| Hex | D7 | 4 | 98 | 0 | 62 | 1D | 10 | 13E | 60 | 2B |
| Octal | 327 | 4 | 230 | 0 | 142 | 35 | 20 | 476 | 140 | 53 |
| Binary | 11010111 | 100 | 10011000 | 0 | 1100010 | 11101 | 10000 | 100111110 | 1100000 | 101011 |
Color Harmonies of #D70498
Complementary color
Monochromatic Colors of #D70498
Black with #D70498
Text Example
Text Example
White with #D70498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70498; }
p { color: rgb(215,4,152); }
H1.HeaderClassName
{
color: #D70498;
}
.AnyTagClassName
{
color: #D70498;
}
</style>
background-color css
<style>
a { background-color: #D70498; }
a { background-color: rgb(215,4,152); }
div.DivClassName
{
background-color: #D70498;
}
.BgClassName
{
background-color: #D70498;
}
</style>
border-color css
<style>
span { border-color: #D70498; }
span { border-color: rgb(215,4,152); }
td.TdClassName
{
border-color: #D70498;
}
.TagClassName
{
border-color: #D70498;
}
</style>