Shades of Medium Violet Red #D70193
Tints of Medium Violet Red #D70193
RGB
CMYK
RGB Variations
Color information
#D70193 (or 0xD70193) is known color: Medium Violet Red. HEX triplet: D7, 01 and 93. RGB value is (215,1,147). Sum of RGB (Red+Green+Blue) = 215+1+147=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D70193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70193 is #28FE6C. Grayscale: #515151. Windows color (decimal): -2686573 or 9634263. OLE color: 9634263.
HSL color Cylindrical-coordinate representation of color #D70193: hue angle of 319.07º 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 #D70193 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.16 |
| HSL | 319.07º | 0.99% | 0.42% | - |
| HSV(B) | 319.07º | 1% | 0.84% | - |
| XYZ | 33.3 | 16.58 | 29.05 | - |
| YUV | 81.63 | 164.9 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 147 | 0 | 1.00 | 0.32 | 0.16 | 319.07 | 0.99 | 0.42 |
| Hex | D7 | 1 | 93 | 0 | 64 | 20 | 10 | 13F | 63 | 2A |
| Octal | 327 | 1 | 223 | 0 | 144 | 40 | 20 | 477 | 143 | 52 |
| Binary | 11010111 | 1 | 10010011 | 0 | 1100100 | 100000 | 10000 | 100111111 | 1100011 | 101010 |
Color Harmonies of #D70193
Complementary color
Monochromatic Colors of #D70193
Black with #D70193
Text Example
Text Example
White with #D70193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70193; }
p { color: rgb(215,1,147); }
H1.HeaderClassName
{
color: #D70193;
}
.AnyTagClassName
{
color: #D70193;
}
</style>
background-color css
<style>
a { background-color: #D70193; }
a { background-color: rgb(215,1,147); }
div.DivClassName
{
background-color: #D70193;
}
.BgClassName
{
background-color: #D70193;
}
</style>
border-color css
<style>
span { border-color: #D70193; }
span { border-color: rgb(215,1,147); }
td.TdClassName
{
border-color: #D70193;
}
.TagClassName
{
border-color: #D70193;
}
</style>