Shades of Medium Violet Red #D0198A
Tints of Medium Violet Red #D0198A
RGB
CMYK
RGB Variations
Color information
#D0198A (or 0xD0198A) is known color: Medium Violet Red. HEX triplet: D0, 19 and 8A. RGB value is (208,25,138). Sum of RGB (Red+Green+Blue) = 208+25+138=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0198A is #2FE675. Grayscale: #5C5C5C. Windows color (decimal): -3139190 or 9050576. OLE color: 9050576.
HSL color Cylindrical-coordinate representation of color #D0198A: hue angle of 322.95º 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 #D0198A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 138 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.18 |
| HSL | 322.95º | 0.79% | 0.46% | - |
| HSV(B) | 322.95º | 0.88% | 0.82% | - |
| XYZ | 30.95 | 15.94 | 25.49 | - |
| YUV | 92.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 138 | 0 | 0.88 | 0.34 | 0.18 | 322.95 | 0.79 | 0.46 |
| Hex | D0 | 19 | 8A | 0 | 58 | 22 | 12 | 143 | 4F | 2E |
| Octal | 320 | 31 | 212 | 0 | 130 | 42 | 22 | 503 | 117 | 56 |
| Binary | 11010000 | 11001 | 10001010 | 0 | 1011000 | 100010 | 10010 | 101000011 | 1001111 | 101110 |
Color Harmonies of #D0198A
Complementary color
Monochromatic Colors of #D0198A
Black with #D0198A
Text Example
Text Example
White with #D0198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0198A; }
p { color: rgb(208,25,138); }
H1.HeaderClassName
{
color: #D0198A;
}
.AnyTagClassName
{
color: #D0198A;
}
</style>
background-color css
<style>
a { background-color: #D0198A; }
a { background-color: rgb(208,25,138); }
div.DivClassName
{
background-color: #D0198A;
}
.BgClassName
{
background-color: #D0198A;
}
</style>
border-color css
<style>
span { border-color: #D0198A; }
span { border-color: rgb(208,25,138); }
td.TdClassName
{
border-color: #D0198A;
}
.TagClassName
{
border-color: #D0198A;
}
</style>