Shades of Medium Violet Red #D61188
Tints of Medium Violet Red #D61188
RGB
CMYK
RGB Variations
Color information
#D61188 (or 0xD61188) is known color: Medium Violet Red. HEX triplet: D6, 11 and 88. RGB value is (214,17,136). Sum of RGB (Red+Green+Blue) = 214+17+136=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D61188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61188 is #29EE77. Grayscale: #595959. Windows color (decimal): -2748024 or 8917462. OLE color: 8917462.
HSL color Cylindrical-coordinate representation of color #D61188: hue angle of 323.76º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61188 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 136 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.16 |
| HSL | 323.76º | 0.85% | 0.45% | - |
| HSV(B) | 323.76º | 0.92% | 0.84% | - |
| XYZ | 32.38 | 16.47 | 24.77 | - |
| YUV | 89.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 136 | 0 | 0.92 | 0.36 | 0.16 | 323.76 | 0.85 | 0.45 |
| Hex | D6 | 11 | 88 | 0 | 5C | 24 | 10 | 144 | 55 | 2D |
| Octal | 326 | 21 | 210 | 0 | 134 | 44 | 20 | 504 | 125 | 55 |
| Binary | 11010110 | 10001 | 10001000 | 0 | 1011100 | 100100 | 10000 | 101000100 | 1010101 | 101101 |
Color Harmonies of #D61188
Complementary color
Monochromatic Colors of #D61188
Black with #D61188
Text Example
Text Example
White with #D61188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61188; }
p { color: rgb(214,17,136); }
H1.HeaderClassName
{
color: #D61188;
}
.AnyTagClassName
{
color: #D61188;
}
</style>
background-color css
<style>
a { background-color: #D61188; }
a { background-color: rgb(214,17,136); }
div.DivClassName
{
background-color: #D61188;
}
.BgClassName
{
background-color: #D61188;
}
</style>
border-color css
<style>
span { border-color: #D61188; }
span { border-color: rgb(214,17,136); }
td.TdClassName
{
border-color: #D61188;
}
.TagClassName
{
border-color: #D61188;
}
</style>