Shades of Medium Violet Red #D0197F
Tints of Medium Violet Red #D0197F
RGB
CMYK
RGB Variations
Color information
#D0197F (or 0xD0197F) is known color: Medium Violet Red. HEX triplet: D0, 19 and 7F. RGB value is (208,25,127). Sum of RGB (Red+Green+Blue) = 208+25+127=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D0197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0197F is #2FE680. Grayscale: #5B5B5B. Windows color (decimal): -3139201 or 8329680. OLE color: 8329680.
HSL color Cylindrical-coordinate representation of color #D0197F: hue angle of 326.56º 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 #D0197F is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 127 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.18 |
| HSL | 326.56º | 0.79% | 0.46% | - |
| HSV(B) | 326.56º | 0.88% | 0.82% | - |
| XYZ | 30.19 | 15.64 | 21.51 | - |
| YUV | 91.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 127 | 0 | 0.88 | 0.39 | 0.18 | 326.56 | 0.79 | 0.46 |
| Hex | D0 | 19 | 7F | 0 | 58 | 27 | 12 | 147 | 4F | 2E |
| Octal | 320 | 31 | 177 | 0 | 130 | 47 | 22 | 507 | 117 | 56 |
| Binary | 11010000 | 11001 | 1111111 | 0 | 1011000 | 100111 | 10010 | 101000111 | 1001111 | 101110 |
Color Harmonies of #D0197F
Complementary color
Monochromatic Colors of #D0197F
Black with #D0197F
Text Example
Text Example
White with #D0197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0197F; }
p { color: rgb(208,25,127); }
H1.HeaderClassName
{
color: #D0197F;
}
.AnyTagClassName
{
color: #D0197F;
}
</style>
background-color css
<style>
a { background-color: #D0197F; }
a { background-color: rgb(208,25,127); }
div.DivClassName
{
background-color: #D0197F;
}
.BgClassName
{
background-color: #D0197F;
}
</style>
border-color css
<style>
span { border-color: #D0197F; }
span { border-color: rgb(208,25,127); }
td.TdClassName
{
border-color: #D0197F;
}
.TagClassName
{
border-color: #D0197F;
}
</style>