Shades of Medium Violet Red #D70179
Tints of Medium Violet Red #D70179
RGB
CMYK
RGB Variations
Color information
#D70179 (or 0xD70179) is known color: Medium Violet Red. HEX triplet: D7, 01 and 79. RGB value is (215,1,121). Sum of RGB (Red+Green+Blue) = 215+1+121=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D70179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70179 is #28FE86. Grayscale: #4E4E4E. Windows color (decimal): -2686599 or 7930327. OLE color: 7930327.
HSL color Cylindrical-coordinate representation of color #D70179: hue angle of 326.36º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70179 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.16 |
| HSL | 326.36º | 0.99% | 0.42% | - |
| HSV(B) | 326.36º | 1% | 0.84% | - |
| XYZ | 31.49 | 15.85 | 19.49 | - |
| YUV | 78.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 121 | 0 | 1.00 | 0.44 | 0.16 | 326.36 | 0.99 | 0.42 |
| Hex | D7 | 1 | 79 | 0 | 64 | 2C | 10 | 146 | 63 | 2A |
| Octal | 327 | 1 | 171 | 0 | 144 | 54 | 20 | 506 | 143 | 52 |
| Binary | 11010111 | 1 | 1111001 | 0 | 1100100 | 101100 | 10000 | 101000110 | 1100011 | 101010 |
Color Harmonies of #D70179
Complementary color
Monochromatic Colors of #D70179
Black with #D70179
Text Example
Text Example
White with #D70179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70179; }
p { color: rgb(215,1,121); }
H1.HeaderClassName
{
color: #D70179;
}
.AnyTagClassName
{
color: #D70179;
}
</style>
background-color css
<style>
a { background-color: #D70179; }
a { background-color: rgb(215,1,121); }
div.DivClassName
{
background-color: #D70179;
}
.BgClassName
{
background-color: #D70179;
}
</style>
border-color css
<style>
span { border-color: #D70179; }
span { border-color: rgb(215,1,121); }
td.TdClassName
{
border-color: #D70179;
}
.TagClassName
{
border-color: #D70179;
}
</style>