Shades of Medium Violet Red #D10397
Tints of Medium Violet Red #D10397
RGB
CMYK
RGB Variations
Color information
#D10397 (or 0xD10397) is known color: Medium Violet Red. HEX triplet: D1, 03 and 97. RGB value is (209,3,151). Sum of RGB (Red+Green+Blue) = 209+3+151=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D10397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10397 is #2EFC68. Grayscale: #515151. Windows color (decimal): -3079273 or 9896913. OLE color: 9896913.
HSL color Cylindrical-coordinate representation of color #D10397: hue angle of 316.89º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10397 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 151 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.18 |
| HSL | 316.89º | 0.97% | 0.42% | - |
| HSV(B) | 316.89º | 0.99% | 0.82% | - |
| XYZ | 31.91 | 15.85 | 30.66 | - |
| YUV | 81.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 151 | 0 | 0.99 | 0.28 | 0.18 | 316.89 | 0.97 | 0.42 |
| Hex | D1 | 3 | 97 | 0 | 63 | 1C | 12 | 13D | 61 | 2A |
| Octal | 321 | 3 | 227 | 0 | 143 | 34 | 22 | 475 | 141 | 52 |
| Binary | 11010001 | 11 | 10010111 | 0 | 1100011 | 11100 | 10010 | 100111101 | 1100001 | 101010 |
Color Harmonies of #D10397
Complementary color
Monochromatic Colors of #D10397
Black with #D10397
Text Example
Text Example
White with #D10397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10397; }
p { color: rgb(209,3,151); }
H1.HeaderClassName
{
color: #D10397;
}
.AnyTagClassName
{
color: #D10397;
}
</style>
background-color css
<style>
a { background-color: #D10397; }
a { background-color: rgb(209,3,151); }
div.DivClassName
{
background-color: #D10397;
}
.BgClassName
{
background-color: #D10397;
}
</style>
border-color css
<style>
span { border-color: #D10397; }
span { border-color: rgb(209,3,151); }
td.TdClassName
{
border-color: #D10397;
}
.TagClassName
{
border-color: #D10397;
}
</style>