Shades of Medium Violet Red #D10385
Tints of Medium Violet Red #D10385
RGB
CMYK
RGB Variations
Color information
#D10385 (or 0xD10385) is known color: Medium Violet Red. HEX triplet: D1, 03 and 85. RGB value is (209,3,133). Sum of RGB (Red+Green+Blue) = 209+3+133=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D10385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10385 is #2EFC7A. Grayscale: #4F4F4F. Windows color (decimal): -3079291 or 8717265. OLE color: 8717265.
HSL color Cylindrical-coordinate representation of color #D10385: hue angle of 322.14º 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 #D10385 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.18 |
| HSL | 322.14º | 0.97% | 0.42% | - |
| HSV(B) | 322.14º | 0.99% | 0.82% | - |
| XYZ | 30.56 | 15.31 | 23.54 | - |
| YUV | 79.41 | 158.25 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 133 | 0 | 0.99 | 0.36 | 0.18 | 322.14 | 0.97 | 0.42 |
| Hex | D1 | 3 | 85 | 0 | 63 | 24 | 12 | 142 | 61 | 2A |
| Octal | 321 | 3 | 205 | 0 | 143 | 44 | 22 | 502 | 141 | 52 |
| Binary | 11010001 | 11 | 10000101 | 0 | 1100011 | 100100 | 10010 | 101000010 | 1100001 | 101010 |
Color Harmonies of #D10385
Complementary color
Monochromatic Colors of #D10385
Black with #D10385
Text Example
Text Example
White with #D10385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10385; }
p { color: rgb(209,3,133); }
H1.HeaderClassName
{
color: #D10385;
}
.AnyTagClassName
{
color: #D10385;
}
</style>
background-color css
<style>
a { background-color: #D10385; }
a { background-color: rgb(209,3,133); }
div.DivClassName
{
background-color: #D10385;
}
.BgClassName
{
background-color: #D10385;
}
</style>
border-color css
<style>
span { border-color: #D10385; }
span { border-color: rgb(209,3,133); }
td.TdClassName
{
border-color: #D10385;
}
.TagClassName
{
border-color: #D10385;
}
</style>