Shades of Medium Violet Red #D10B9B
Tints of Medium Violet Red #D10B9B
RGB
CMYK
RGB Variations
Color information
#D10B9B (or 0xD10B9B) is known color: Medium Violet Red. HEX triplet: D1, 0B and 9B. RGB value is (209,11,155). Sum of RGB (Red+Green+Blue) = 209+11+155=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10B9B is #2EF464. Grayscale: #565656. Windows color (decimal): -3077221 or 10161105. OLE color: 10161105.
HSL color Cylindrical-coordinate representation of color #D10B9B: hue angle of 316.36º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B9B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 155 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.18 |
| HSL | 316.36º | 0.9% | 0.43% | - |
| HSV(B) | 316.36º | 0.95% | 0.82% | - |
| XYZ | 32.33 | 16.16 | 32.43 | - |
| YUV | 86.62 | 166.6 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 155 | 0 | 0.95 | 0.26 | 0.18 | 316.36 | 0.9 | 0.43 |
| Hex | D1 | B | 9B | 0 | 5F | 1A | 12 | 13C | 5A | 2B |
| Octal | 321 | 13 | 233 | 0 | 137 | 32 | 22 | 474 | 132 | 53 |
| Binary | 11010001 | 1011 | 10011011 | 0 | 1011111 | 11010 | 10010 | 100111100 | 1011010 | 101011 |
Color Harmonies of #D10B9B
Complementary color
Monochromatic Colors of #D10B9B
Black with #D10B9B
Text Example
Text Example
White with #D10B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B9B; }
p { color: rgb(209,11,155); }
H1.HeaderClassName
{
color: #D10B9B;
}
.AnyTagClassName
{
color: #D10B9B;
}
</style>
background-color css
<style>
a { background-color: #D10B9B; }
a { background-color: rgb(209,11,155); }
div.DivClassName
{
background-color: #D10B9B;
}
.BgClassName
{
background-color: #D10B9B;
}
</style>
border-color css
<style>
span { border-color: #D10B9B; }
span { border-color: rgb(209,11,155); }
td.TdClassName
{
border-color: #D10B9B;
}
.TagClassName
{
border-color: #D10B9B;
}
</style>