Shades of Medium Violet Red #D10499
Tints of Medium Violet Red #D10499
RGB
CMYK
RGB Variations
Color information
#D10499 (or 0xD10499) is known color: Medium Violet Red. HEX triplet: D1, 04 and 99. RGB value is (209,4,153). Sum of RGB (Red+Green+Blue) = 209+4+153=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D10499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10499 is #2EFB66. Grayscale: #515151. Windows color (decimal): -3079015 or 10028241. OLE color: 10028241.
HSL color Cylindrical-coordinate representation of color #D10499: hue angle of 316.39º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10499 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.18 |
| HSL | 316.39º | 0.96% | 0.42% | - |
| HSV(B) | 316.39º | 0.98% | 0.82% | - |
| XYZ | 32.09 | 15.94 | 31.52 | - |
| YUV | 82.28 | 167.92 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 153 | 0 | 0.98 | 0.27 | 0.18 | 316.39 | 0.96 | 0.42 |
| Hex | D1 | 4 | 99 | 0 | 62 | 1B | 12 | 13C | 60 | 2A |
| Octal | 321 | 4 | 231 | 0 | 142 | 33 | 22 | 474 | 140 | 52 |
| Binary | 11010001 | 100 | 10011001 | 0 | 1100010 | 11011 | 10010 | 100111100 | 1100000 | 101010 |
Color Harmonies of #D10499
Complementary color
Monochromatic Colors of #D10499
Black with #D10499
Text Example
Text Example
White with #D10499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10499; }
p { color: rgb(209,4,153); }
H1.HeaderClassName
{
color: #D10499;
}
.AnyTagClassName
{
color: #D10499;
}
</style>
background-color css
<style>
a { background-color: #D10499; }
a { background-color: rgb(209,4,153); }
div.DivClassName
{
background-color: #D10499;
}
.BgClassName
{
background-color: #D10499;
}
</style>
border-color css
<style>
span { border-color: #D10499; }
span { border-color: rgb(209,4,153); }
td.TdClassName
{
border-color: #D10499;
}
.TagClassName
{
border-color: #D10499;
}
</style>