Shades of Medium Violet Red #D1099F
Tints of Medium Violet Red #D1099F
RGB
CMYK
RGB Variations
Color information
#D1099F (or 0xD1099F) is known color: Medium Violet Red. HEX triplet: D1, 09 and 9F. RGB value is (209,9,159). Sum of RGB (Red+Green+Blue) = 209+9+159=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1099F is #2EF660. Grayscale: #555555. Windows color (decimal): -3077729 or 10422737. OLE color: 10422737.
HSL color Cylindrical-coordinate representation of color #D1099F: hue angle of 315º degrees, saturation: 0.92, 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 #D1099F is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.18 |
| HSL | 315º | 0.92% | 0.43% | - |
| HSV(B) | 315º | 0.96% | 0.82% | - |
| XYZ | 32.65 | 16.25 | 34.22 | - |
| YUV | 85.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 159 | 0 | 0.96 | 0.24 | 0.18 | 315 | 0.92 | 0.43 |
| Hex | D1 | 9 | 9F | 0 | 60 | 18 | 12 | 13B | 5C | 2B |
| Octal | 321 | 11 | 237 | 0 | 140 | 30 | 22 | 473 | 134 | 53 |
| Binary | 11010001 | 1001 | 10011111 | 0 | 1100000 | 11000 | 10010 | 100111011 | 1011100 | 101011 |
Color Harmonies of #D1099F
Complementary color
Monochromatic Colors of #D1099F
Black with #D1099F
Text Example
Text Example
White with #D1099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1099F; }
p { color: rgb(209,9,159); }
H1.HeaderClassName
{
color: #D1099F;
}
.AnyTagClassName
{
color: #D1099F;
}
</style>
background-color css
<style>
a { background-color: #D1099F; }
a { background-color: rgb(209,9,159); }
div.DivClassName
{
background-color: #D1099F;
}
.BgClassName
{
background-color: #D1099F;
}
</style>
border-color css
<style>
span { border-color: #D1099F; }
span { border-color: rgb(209,9,159); }
td.TdClassName
{
border-color: #D1099F;
}
.TagClassName
{
border-color: #D1099F;
}
</style>