Shades of Medium Violet Red #D10381
Tints of Medium Violet Red #D10381
RGB
CMYK
RGB Variations
Color information
#D10381 (or 0xD10381) is known color: Medium Violet Red. HEX triplet: D1, 03 and 81. RGB value is (209,3,129). Sum of RGB (Red+Green+Blue) = 209+3+129=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D10381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10381 is #2EFC7E. Grayscale: #4E4E4E. Windows color (decimal): -3079295 or 8455121. OLE color: 8455121.
HSL color Cylindrical-coordinate representation of color #D10381: hue angle of 323.3º 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 #D10381 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.18 |
| HSL | 323.3º | 0.97% | 0.42% | - |
| HSV(B) | 323.3º | 0.99% | 0.82% | - |
| XYZ | 30.29 | 15.21 | 22.11 | - |
| YUV | 78.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 129 | 0 | 0.99 | 0.38 | 0.18 | 323.3 | 0.97 | 0.42 |
| Hex | D1 | 3 | 81 | 0 | 63 | 26 | 12 | 143 | 61 | 2A |
| Octal | 321 | 3 | 201 | 0 | 143 | 46 | 22 | 503 | 141 | 52 |
| Binary | 11010001 | 11 | 10000001 | 0 | 1100011 | 100110 | 10010 | 101000011 | 1100001 | 101010 |
Color Harmonies of #D10381
Complementary color
Monochromatic Colors of #D10381
Black with #D10381
Text Example
Text Example
White with #D10381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10381; }
p { color: rgb(209,3,129); }
H1.HeaderClassName
{
color: #D10381;
}
.AnyTagClassName
{
color: #D10381;
}
</style>
background-color css
<style>
a { background-color: #D10381; }
a { background-color: rgb(209,3,129); }
div.DivClassName
{
background-color: #D10381;
}
.BgClassName
{
background-color: #D10381;
}
</style>
border-color css
<style>
span { border-color: #D10381; }
span { border-color: rgb(209,3,129); }
td.TdClassName
{
border-color: #D10381;
}
.TagClassName
{
border-color: #D10381;
}
</style>