Shades of Medium Violet Red #D61D93
Tints of Medium Violet Red #D61D93
RGB
CMYK
RGB Variations
Color information
#D61D93 (or 0xD61D93) is known color: Medium Violet Red. HEX triplet: D6, 1D and 93. RGB value is (214,29,147). Sum of RGB (Red+Green+Blue) = 214+29+147=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D93 is #29E26C. Grayscale: #616161. Windows color (decimal): -2744941 or 9641430. OLE color: 9641430.
HSL color Cylindrical-coordinate representation of color #D61D93: hue angle of 321.73º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D93 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 147 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.16 |
| HSL | 321.73º | 0.76% | 0.48% | - |
| HSV(B) | 321.73º | 0.86% | 0.84% | - |
| XYZ | 33.44 | 17.28 | 29.18 | - |
| YUV | 97.77 | 155.79 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 147 | 0 | 0.86 | 0.31 | 0.16 | 321.73 | 0.76 | 0.48 |
| Hex | D6 | 1D | 93 | 0 | 56 | 1F | 10 | 142 | 4C | 30 |
| Octal | 326 | 35 | 223 | 0 | 126 | 37 | 20 | 502 | 114 | 60 |
| Binary | 11010110 | 11101 | 10010011 | 0 | 1010110 | 11111 | 10000 | 101000010 | 1001100 | 110000 |
Color Harmonies of #D61D93
Complementary color
Monochromatic Colors of #D61D93
Black with #D61D93
Text Example
Text Example
White with #D61D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D93; }
p { color: rgb(214,29,147); }
H1.HeaderClassName
{
color: #D61D93;
}
.AnyTagClassName
{
color: #D61D93;
}
</style>
background-color css
<style>
a { background-color: #D61D93; }
a { background-color: rgb(214,29,147); }
div.DivClassName
{
background-color: #D61D93;
}
.BgClassName
{
background-color: #D61D93;
}
</style>
border-color css
<style>
span { border-color: #D61D93; }
span { border-color: rgb(214,29,147); }
td.TdClassName
{
border-color: #D61D93;
}
.TagClassName
{
border-color: #D61D93;
}
</style>