Shades of Medium Violet Red #D10399
Tints of Medium Violet Red #D10399
RGB
CMYK
RGB Variations
Color information
#D10399 (or 0xD10399) is known color: Medium Violet Red. HEX triplet: D1, 03 and 99. RGB value is (209,3,153). Sum of RGB (Red+Green+Blue) = 209+3+153=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D10399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10399 is #2EFC66. Grayscale: #515151. Windows color (decimal): -3079271 or 10027985. OLE color: 10027985.
HSL color Cylindrical-coordinate representation of color #D10399: hue angle of 316.31º 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 #D10399 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.18 |
| HSL | 316.31º | 0.97% | 0.42% | - |
| HSV(B) | 316.31º | 0.99% | 0.82% | - |
| XYZ | 32.08 | 15.92 | 31.52 | - |
| YUV | 81.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 153 | 0 | 0.99 | 0.27 | 0.18 | 316.31 | 0.97 | 0.42 |
| Hex | D1 | 3 | 99 | 0 | 63 | 1B | 12 | 13C | 61 | 2A |
| Octal | 321 | 3 | 231 | 0 | 143 | 33 | 22 | 474 | 141 | 52 |
| Binary | 11010001 | 11 | 10011001 | 0 | 1100011 | 11011 | 10010 | 100111100 | 1100001 | 101010 |
Color Harmonies of #D10399
Complementary color
Monochromatic Colors of #D10399
Black with #D10399
Text Example
Text Example
White with #D10399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10399; }
p { color: rgb(209,3,153); }
H1.HeaderClassName
{
color: #D10399;
}
.AnyTagClassName
{
color: #D10399;
}
</style>
background-color css
<style>
a { background-color: #D10399; }
a { background-color: rgb(209,3,153); }
div.DivClassName
{
background-color: #D10399;
}
.BgClassName
{
background-color: #D10399;
}
</style>
border-color css
<style>
span { border-color: #D10399; }
span { border-color: rgb(209,3,153); }
td.TdClassName
{
border-color: #D10399;
}
.TagClassName
{
border-color: #D10399;
}
</style>