Shades of Medium Violet Red #D0198B
Tints of Medium Violet Red #D0198B
RGB
CMYK
RGB Variations
Color information
#D0198B (or 0xD0198B) is known color: Medium Violet Red. HEX triplet: D0, 19 and 8B. RGB value is (208,25,139). Sum of RGB (Red+Green+Blue) = 208+25+139=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0198B is #2FE674. Grayscale: #5C5C5C. Windows color (decimal): -3139189 or 9116112. OLE color: 9116112.
HSL color Cylindrical-coordinate representation of color #D0198B: hue angle of 322.62º 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 #D0198B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 139 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.18 |
| HSL | 322.62º | 0.79% | 0.46% | - |
| HSV(B) | 322.62º | 0.88% | 0.82% | - |
| XYZ | 31.02 | 15.97 | 25.87 | - |
| YUV | 92.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 139 | 0 | 0.88 | 0.33 | 0.18 | 322.62 | 0.79 | 0.46 |
| Hex | D0 | 19 | 8B | 0 | 58 | 21 | 12 | 143 | 4F | 2E |
| Octal | 320 | 31 | 213 | 0 | 130 | 41 | 22 | 503 | 117 | 56 |
| Binary | 11010000 | 11001 | 10001011 | 0 | 1011000 | 100001 | 10010 | 101000011 | 1001111 | 101110 |
Color Harmonies of #D0198B
Complementary color
Monochromatic Colors of #D0198B
Black with #D0198B
Text Example
Text Example
White with #D0198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0198B; }
p { color: rgb(208,25,139); }
H1.HeaderClassName
{
color: #D0198B;
}
.AnyTagClassName
{
color: #D0198B;
}
</style>
background-color css
<style>
a { background-color: #D0198B; }
a { background-color: rgb(208,25,139); }
div.DivClassName
{
background-color: #D0198B;
}
.BgClassName
{
background-color: #D0198B;
}
</style>
border-color css
<style>
span { border-color: #D0198B; }
span { border-color: rgb(208,25,139); }
td.TdClassName
{
border-color: #D0198B;
}
.TagClassName
{
border-color: #D0198B;
}
</style>