Shades of Medium Violet Red #D1149B
Tints of Medium Violet Red #D1149B
RGB
CMYK
RGB Variations
Color information
#D1149B (or 0xD1149B) is known color: Medium Violet Red. HEX triplet: D1, 14 and 9B. RGB value is (209,20,155). Sum of RGB (Red+Green+Blue) = 209+20+155=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1149B is #2EEB64. Grayscale: #5B5B5B. Windows color (decimal): -3074917 or 10163409. OLE color: 10163409.
HSL color Cylindrical-coordinate representation of color #D1149B: hue angle of 317.14º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1149B is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 155 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.18 |
| HSL | 317.14º | 0.83% | 0.45% | - |
| HSV(B) | 317.14º | 0.9% | 0.82% | - |
| XYZ | 32.46 | 16.42 | 32.47 | - |
| YUV | 91.9 | 163.62 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 155 | 0 | 0.90 | 0.26 | 0.18 | 317.14 | 0.83 | 0.45 |
| Hex | D1 | 14 | 9B | 0 | 5A | 1A | 12 | 13D | 53 | 2D |
| Octal | 321 | 24 | 233 | 0 | 132 | 32 | 22 | 475 | 123 | 55 |
| Binary | 11010001 | 10100 | 10011011 | 0 | 1011010 | 11010 | 10010 | 100111101 | 1010011 | 101101 |
Color Harmonies of #D1149B
Complementary color
Monochromatic Colors of #D1149B
Black with #D1149B
Text Example
Text Example
White with #D1149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1149B; }
p { color: rgb(209,20,155); }
H1.HeaderClassName
{
color: #D1149B;
}
.AnyTagClassName
{
color: #D1149B;
}
</style>
background-color css
<style>
a { background-color: #D1149B; }
a { background-color: rgb(209,20,155); }
div.DivClassName
{
background-color: #D1149B;
}
.BgClassName
{
background-color: #D1149B;
}
</style>
border-color css
<style>
span { border-color: #D1149B; }
span { border-color: rgb(209,20,155); }
td.TdClassName
{
border-color: #D1149B;
}
.TagClassName
{
border-color: #D1149B;
}
</style>