Shades of Medium Violet Red #D1009B
Tints of Medium Violet Red #D1009B
RGB
CMYK
RGB Variations
Color information
#D1009B (or 0xD1009B) is known color: Medium Violet Red. HEX triplet: D1, 00 and 9B. RGB value is (209,0,155). Sum of RGB (Red+Green+Blue) = 209+0+155=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1009B is #2EFF64. Grayscale: #4F4F4F. Windows color (decimal): -3080037 or 10158289. OLE color: 10158289.
HSL color Cylindrical-coordinate representation of color #D1009B: hue angle of 315.5º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1009B is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.26 | 0.18 |
| HSL | 315.5º | 1% | 0.41% | - |
| HSV(B) | 315.5º | 1% | 0.82% | - |
| XYZ | 32.21 | 15.92 | 32.39 | - |
| YUV | 80.16 | 170.24 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 155 | 0 | 1 | 0.26 | 0.18 | 315.5 | 1 | 0.41 |
| Hex | D1 | 0 | 9B | 0 | 64 | 1A | 12 | 13C | 64 | 29 |
| Octal | 321 | 0 | 233 | 0 | 144 | 32 | 22 | 474 | 144 | 51 |
| Binary | 11010001 | 0 | 10011011 | 0 | 1100100 | 11010 | 10010 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D1009B
Complementary color
Monochromatic Colors of #D1009B
Black with #D1009B
Text Example
Text Example
White with #D1009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1009B; }
p { color: rgb(209,0,155); }
H1.HeaderClassName
{
color: #D1009B;
}
.AnyTagClassName
{
color: #D1009B;
}
</style>
background-color css
<style>
a { background-color: #D1009B; }
a { background-color: rgb(209,0,155); }
div.DivClassName
{
background-color: #D1009B;
}
.BgClassName
{
background-color: #D1009B;
}
</style>
border-color css
<style>
span { border-color: #D1009B; }
span { border-color: rgb(209,0,155); }
td.TdClassName
{
border-color: #D1009B;
}
.TagClassName
{
border-color: #D1009B;
}
</style>