Shades of Medium Violet Red #D1099B
Tints of Medium Violet Red #D1099B
RGB
CMYK
RGB Variations
Color information
#D1099B (or 0xD1099B) is known color: Medium Violet Red. HEX triplet: D1, 09 and 9B. RGB value is (209,9,155). Sum of RGB (Red+Green+Blue) = 209+9+155=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1099B is #2EF664. Grayscale: #555555. Windows color (decimal): -3077733 or 10160593. OLE color: 10160593.
HSL color Cylindrical-coordinate representation of color #D1099B: hue angle of 316.2º 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 #D1099B is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.18 |
| HSL | 316.2º | 0.92% | 0.43% | - |
| HSV(B) | 316.2º | 0.96% | 0.82% | - |
| XYZ | 32.31 | 16.12 | 32.42 | - |
| YUV | 85.44 | 167.26 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 155 | 0 | 0.96 | 0.26 | 0.18 | 316.2 | 0.92 | 0.43 |
| Hex | D1 | 9 | 9B | 0 | 60 | 1A | 12 | 13C | 5C | 2B |
| Octal | 321 | 11 | 233 | 0 | 140 | 32 | 22 | 474 | 134 | 53 |
| Binary | 11010001 | 1001 | 10011011 | 0 | 1100000 | 11010 | 10010 | 100111100 | 1011100 | 101011 |
Color Harmonies of #D1099B
Complementary color
Monochromatic Colors of #D1099B
Black with #D1099B
Text Example
Text Example
White with #D1099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1099B; }
p { color: rgb(209,9,155); }
H1.HeaderClassName
{
color: #D1099B;
}
.AnyTagClassName
{
color: #D1099B;
}
</style>
background-color css
<style>
a { background-color: #D1099B; }
a { background-color: rgb(209,9,155); }
div.DivClassName
{
background-color: #D1099B;
}
.BgClassName
{
background-color: #D1099B;
}
</style>
border-color css
<style>
span { border-color: #D1099B; }
span { border-color: rgb(209,9,155); }
td.TdClassName
{
border-color: #D1099B;
}
.TagClassName
{
border-color: #D1099B;
}
</style>