Shades of Medium Violet Red #D0199B
Tints of Medium Violet Red #D0199B
RGB
CMYK
RGB Variations
Color information
#D0199B (or 0xD0199B) is known color: Medium Violet Red. HEX triplet: D0, 19 and 9B. RGB value is (208,25,155). Sum of RGB (Red+Green+Blue) = 208+25+155=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0199B is #2FE664. Grayscale: #5E5E5E. Windows color (decimal): -3139173 or 10164688. OLE color: 10164688.
HSL color Cylindrical-coordinate representation of color #D0199B: hue angle of 317.38º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0199B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 155 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.18 |
| HSL | 317.38º | 0.79% | 0.46% | - |
| HSV(B) | 317.38º | 0.88% | 0.82% | - |
| XYZ | 32.28 | 16.47 | 32.49 | - |
| YUV | 94.54 | 162.13 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 155 | 0 | 0.88 | 0.25 | 0.18 | 317.38 | 0.79 | 0.46 |
| Hex | D0 | 19 | 9B | 0 | 58 | 19 | 12 | 13D | 4F | 2E |
| Octal | 320 | 31 | 233 | 0 | 130 | 31 | 22 | 475 | 117 | 56 |
| Binary | 11010000 | 11001 | 10011011 | 0 | 1011000 | 11001 | 10010 | 100111101 | 1001111 | 101110 |
Color Harmonies of #D0199B
Complementary color
Monochromatic Colors of #D0199B
Black with #D0199B
Text Example
Text Example
White with #D0199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0199B; }
p { color: rgb(208,25,155); }
H1.HeaderClassName
{
color: #D0199B;
}
.AnyTagClassName
{
color: #D0199B;
}
</style>
background-color css
<style>
a { background-color: #D0199B; }
a { background-color: rgb(208,25,155); }
div.DivClassName
{
background-color: #D0199B;
}
.BgClassName
{
background-color: #D0199B;
}
</style>
border-color css
<style>
span { border-color: #D0199B; }
span { border-color: rgb(208,25,155); }
td.TdClassName
{
border-color: #D0199B;
}
.TagClassName
{
border-color: #D0199B;
}
</style>