Shades of Medium Violet Red #D70195
Tints of Medium Violet Red #D70195
RGB
CMYK
RGB Variations
Color information
#D70195 (or 0xD70195) is known color: Medium Violet Red. HEX triplet: D7, 01 and 95. RGB value is (215,1,149). Sum of RGB (Red+Green+Blue) = 215+1+149=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D70195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70195 is #28FE6A. Grayscale: #515151. Windows color (decimal): -2686571 or 9765335. OLE color: 9765335.
HSL color Cylindrical-coordinate representation of color #D70195: hue angle of 318.5º 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 #D70195 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.16 |
| HSL | 318.5º | 0.99% | 0.42% | - |
| HSV(B) | 318.5º | 1% | 0.84% | - |
| XYZ | 33.46 | 16.64 | 29.88 | - |
| YUV | 81.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 149 | 0 | 1.00 | 0.31 | 0.16 | 318.5 | 0.99 | 0.42 |
| Hex | D7 | 1 | 95 | 0 | 64 | 1F | 10 | 13F | 63 | 2A |
| Octal | 327 | 1 | 225 | 0 | 144 | 37 | 20 | 477 | 143 | 52 |
| Binary | 11010111 | 1 | 10010101 | 0 | 1100100 | 11111 | 10000 | 100111111 | 1100011 | 101010 |
Color Harmonies of #D70195
Complementary color
Monochromatic Colors of #D70195
Black with #D70195
Text Example
Text Example
White with #D70195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70195; }
p { color: rgb(215,1,149); }
H1.HeaderClassName
{
color: #D70195;
}
.AnyTagClassName
{
color: #D70195;
}
</style>
background-color css
<style>
a { background-color: #D70195; }
a { background-color: rgb(215,1,149); }
div.DivClassName
{
background-color: #D70195;
}
.BgClassName
{
background-color: #D70195;
}
</style>
border-color css
<style>
span { border-color: #D70195; }
span { border-color: rgb(215,1,149); }
td.TdClassName
{
border-color: #D70195;
}
.TagClassName
{
border-color: #D70195;
}
</style>