Shades of Medium Violet Red #D61E85
Tints of Medium Violet Red #D61E85
RGB
CMYK
RGB Variations
Color information
#D61E85 (or 0xD61E85) is known color: Medium Violet Red. HEX triplet: D6, 1E and 85. RGB value is (214,30,133). Sum of RGB (Red+Green+Blue) = 214+30+133=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61E85 is #29E17A. Grayscale: #606060. Windows color (decimal): -2744699 or 8724182. OLE color: 8724182.
HSL color Cylindrical-coordinate representation of color #D61E85: hue angle of 326.41º degrees, saturation: 0.75, 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 #D61E85 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 133 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.16 |
| HSL | 326.41º | 0.75% | 0.48% | - |
| HSV(B) | 326.41º | 0.86% | 0.84% | - |
| XYZ | 32.43 | 16.92 | 23.75 | - |
| YUV | 96.76 | 148.46 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 133 | 0 | 0.86 | 0.38 | 0.16 | 326.41 | 0.75 | 0.48 |
| Hex | D6 | 1E | 85 | 0 | 56 | 26 | 10 | 146 | 4B | 30 |
| Octal | 326 | 36 | 205 | 0 | 126 | 46 | 20 | 506 | 113 | 60 |
| Binary | 11010110 | 11110 | 10000101 | 0 | 1010110 | 100110 | 10000 | 101000110 | 1001011 | 110000 |
Color Harmonies of #D61E85
Complementary color
Monochromatic Colors of #D61E85
Black with #D61E85
Text Example
Text Example
White with #D61E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61E85; }
p { color: rgb(214,30,133); }
H1.HeaderClassName
{
color: #D61E85;
}
.AnyTagClassName
{
color: #D61E85;
}
</style>
background-color css
<style>
a { background-color: #D61E85; }
a { background-color: rgb(214,30,133); }
div.DivClassName
{
background-color: #D61E85;
}
.BgClassName
{
background-color: #D61E85;
}
</style>
border-color css
<style>
span { border-color: #D61E85; }
span { border-color: rgb(214,30,133); }
td.TdClassName
{
border-color: #D61E85;
}
.TagClassName
{
border-color: #D61E85;
}
</style>