Shades of Medium Violet Red #D6197B
Tints of Medium Violet Red #D6197B
RGB
CMYK
RGB Variations
Color information
#D6197B (or 0xD6197B) is known color: Medium Violet Red. HEX triplet: D6, 19 and 7B. RGB value is (214,25,123). Sum of RGB (Red+Green+Blue) = 214+25+123=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6197B is #29E684. Grayscale: #5C5C5C. Windows color (decimal): -2745989 or 8067542. OLE color: 8067542.
HSL color Cylindrical-coordinate representation of color #D6197B: hue angle of 328.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6197B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 123 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.16 |
| HSL | 328.89º | 0.79% | 0.47% | - |
| HSV(B) | 328.89º | 0.88% | 0.84% | - |
| XYZ | 31.65 | 16.42 | 20.24 | - |
| YUV | 92.68 | 145.12 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 123 | 0 | 0.88 | 0.43 | 0.16 | 328.89 | 0.79 | 0.47 |
| Hex | D6 | 19 | 7B | 0 | 58 | 2B | 10 | 149 | 4F | 2F |
| Octal | 326 | 31 | 173 | 0 | 130 | 53 | 20 | 511 | 117 | 57 |
| Binary | 11010110 | 11001 | 1111011 | 0 | 1011000 | 101011 | 10000 | 101001001 | 1001111 | 101111 |
Color Harmonies of #D6197B
Complementary color
Monochromatic Colors of #D6197B
Black with #D6197B
Text Example
Text Example
White with #D6197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6197B; }
p { color: rgb(214,25,123); }
H1.HeaderClassName
{
color: #D6197B;
}
.AnyTagClassName
{
color: #D6197B;
}
</style>
background-color css
<style>
a { background-color: #D6197B; }
a { background-color: rgb(214,25,123); }
div.DivClassName
{
background-color: #D6197B;
}
.BgClassName
{
background-color: #D6197B;
}
</style>
border-color css
<style>
span { border-color: #D6197B; }
span { border-color: rgb(214,25,123); }
td.TdClassName
{
border-color: #D6197B;
}
.TagClassName
{
border-color: #D6197B;
}
</style>