Shades of Medium Violet Red #D10699
Tints of Medium Violet Red #D10699
RGB
CMYK
RGB Variations
Color information
#D10699 (or 0xD10699) is known color: Medium Violet Red. HEX triplet: D1, 06 and 99. RGB value is (209,6,153). Sum of RGB (Red+Green+Blue) = 209+6+153=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D10699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10699 is #2EF966. Grayscale: #535353. Windows color (decimal): -3078503 or 10028753. OLE color: 10028753.
HSL color Cylindrical-coordinate representation of color #D10699: hue angle of 316.55º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10699 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.18 |
| HSL | 316.55º | 0.94% | 0.42% | - |
| HSV(B) | 316.55º | 0.97% | 0.82% | - |
| XYZ | 32.11 | 15.99 | 31.53 | - |
| YUV | 83.46 | 167.25 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 153 | 0 | 0.97 | 0.27 | 0.18 | 316.55 | 0.94 | 0.42 |
| Hex | D1 | 6 | 99 | 0 | 61 | 1B | 12 | 13D | 5E | 2A |
| Octal | 321 | 6 | 231 | 0 | 141 | 33 | 22 | 475 | 136 | 52 |
| Binary | 11010001 | 110 | 10011001 | 0 | 1100001 | 11011 | 10010 | 100111101 | 1011110 | 101010 |
Color Harmonies of #D10699
Complementary color
Monochromatic Colors of #D10699
Black with #D10699
Text Example
Text Example
White with #D10699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10699; }
p { color: rgb(209,6,153); }
H1.HeaderClassName
{
color: #D10699;
}
.AnyTagClassName
{
color: #D10699;
}
</style>
background-color css
<style>
a { background-color: #D10699; }
a { background-color: rgb(209,6,153); }
div.DivClassName
{
background-color: #D10699;
}
.BgClassName
{
background-color: #D10699;
}
</style>
border-color css
<style>
span { border-color: #D10699; }
span { border-color: rgb(209,6,153); }
td.TdClassName
{
border-color: #D10699;
}
.TagClassName
{
border-color: #D10699;
}
</style>