Shades of Medium Violet Red #D1049B
Tints of Medium Violet Red #D1049B
RGB
CMYK
RGB Variations
Color information
#D1049B (or 0xD1049B) is known color: Medium Violet Red. HEX triplet: D1, 04 and 9B. RGB value is (209,4,155). Sum of RGB (Red+Green+Blue) = 209+4+155=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1049B is #2EFB64. Grayscale: #525252. Windows color (decimal): -3079013 or 10159313. OLE color: 10159313.
HSL color Cylindrical-coordinate representation of color #D1049B: hue angle of 315.8º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1049B is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.18 |
| HSL | 315.8º | 0.96% | 0.42% | - |
| HSV(B) | 315.8º | 0.98% | 0.82% | - |
| XYZ | 32.25 | 16.01 | 32.4 | - |
| YUV | 82.51 | 168.92 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 155 | 0 | 0.98 | 0.26 | 0.18 | 315.8 | 0.96 | 0.42 |
| Hex | D1 | 4 | 9B | 0 | 62 | 1A | 12 | 13C | 60 | 2A |
| Octal | 321 | 4 | 233 | 0 | 142 | 32 | 22 | 474 | 140 | 52 |
| Binary | 11010001 | 100 | 10011011 | 0 | 1100010 | 11010 | 10010 | 100111100 | 1100000 | 101010 |
Color Harmonies of #D1049B
Complementary color
Monochromatic Colors of #D1049B
Black with #D1049B
Text Example
Text Example
White with #D1049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1049B; }
p { color: rgb(209,4,155); }
H1.HeaderClassName
{
color: #D1049B;
}
.AnyTagClassName
{
color: #D1049B;
}
</style>
background-color css
<style>
a { background-color: #D1049B; }
a { background-color: rgb(209,4,155); }
div.DivClassName
{
background-color: #D1049B;
}
.BgClassName
{
background-color: #D1049B;
}
</style>
border-color css
<style>
span { border-color: #D1049B; }
span { border-color: rgb(209,4,155); }
td.TdClassName
{
border-color: #D1049B;
}
.TagClassName
{
border-color: #D1049B;
}
</style>