Shades of Medium Violet Red #D61C93
Tints of Medium Violet Red #D61C93
RGB
CMYK
RGB Variations
Color information
#D61C93 (or 0xD61C93) is known color: Medium Violet Red. HEX triplet: D6, 1C and 93. RGB value is (214,28,147). Sum of RGB (Red+Green+Blue) = 214+28+147=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C93 is #29E36C. Grayscale: #606060. Windows color (decimal): -2745197 or 9641174. OLE color: 9641174.
HSL color Cylindrical-coordinate representation of color #D61C93: hue angle of 321.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C93 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 147 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.16 |
| HSL | 321.61º | 0.77% | 0.47% | - |
| HSV(B) | 321.61º | 0.87% | 0.84% | - |
| XYZ | 33.41 | 17.23 | 29.17 | - |
| YUV | 97.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 147 | 0 | 0.87 | 0.31 | 0.16 | 321.61 | 0.77 | 0.47 |
| Hex | D6 | 1C | 93 | 0 | 57 | 1F | 10 | 142 | 4D | 2F |
| Octal | 326 | 34 | 223 | 0 | 127 | 37 | 20 | 502 | 115 | 57 |
| Binary | 11010110 | 11100 | 10010011 | 0 | 1010111 | 11111 | 10000 | 101000010 | 1001101 | 101111 |
Color Harmonies of #D61C93
Complementary color
Monochromatic Colors of #D61C93
Black with #D61C93
Text Example
Text Example
White with #D61C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C93; }
p { color: rgb(214,28,147); }
H1.HeaderClassName
{
color: #D61C93;
}
.AnyTagClassName
{
color: #D61C93;
}
</style>
background-color css
<style>
a { background-color: #D61C93; }
a { background-color: rgb(214,28,147); }
div.DivClassName
{
background-color: #D61C93;
}
.BgClassName
{
background-color: #D61C93;
}
</style>
border-color css
<style>
span { border-color: #D61C93; }
span { border-color: rgb(214,28,147); }
td.TdClassName
{
border-color: #D61C93;
}
.TagClassName
{
border-color: #D61C93;
}
</style>