Shades of Medium Violet Red #D10899
Tints of Medium Violet Red #D10899
RGB
CMYK
RGB Variations
Color information
#D10899 (or 0xD10899) is known color: Medium Violet Red. HEX triplet: D1, 08 and 99. RGB value is (209,8,153). Sum of RGB (Red+Green+Blue) = 209+8+153=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D10899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10899 is #2EF766. Grayscale: #545454. Windows color (decimal): -3077991 or 10029265. OLE color: 10029265.
HSL color Cylindrical-coordinate representation of color #D10899: hue angle of 316.72º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10899 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 153 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.18 |
| HSL | 316.72º | 0.93% | 0.43% | - |
| HSV(B) | 316.72º | 0.96% | 0.82% | - |
| XYZ | 32.13 | 16.03 | 31.54 | - |
| YUV | 84.63 | 166.59 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 153 | 0 | 0.96 | 0.27 | 0.18 | 316.72 | 0.93 | 0.43 |
| Hex | D1 | 8 | 99 | 0 | 60 | 1B | 12 | 13D | 5D | 2B |
| Octal | 321 | 10 | 231 | 0 | 140 | 33 | 22 | 475 | 135 | 53 |
| Binary | 11010001 | 1000 | 10011001 | 0 | 1100000 | 11011 | 10010 | 100111101 | 1011101 | 101011 |
Color Harmonies of #D10899
Complementary color
Monochromatic Colors of #D10899
Black with #D10899
Text Example
Text Example
White with #D10899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10899; }
p { color: rgb(209,8,153); }
H1.HeaderClassName
{
color: #D10899;
}
.AnyTagClassName
{
color: #D10899;
}
</style>
background-color css
<style>
a { background-color: #D10899; }
a { background-color: rgb(209,8,153); }
div.DivClassName
{
background-color: #D10899;
}
.BgClassName
{
background-color: #D10899;
}
</style>
border-color css
<style>
span { border-color: #D10899; }
span { border-color: rgb(209,8,153); }
td.TdClassName
{
border-color: #D10899;
}
.TagClassName
{
border-color: #D10899;
}
</style>