Shades of Medium Violet Red #D61685
Tints of Medium Violet Red #D61685
RGB
CMYK
RGB Variations
Color information
#D61685 (or 0xD61685) is known color: Medium Violet Red. HEX triplet: D6, 16 and 85. RGB value is (214,22,133). Sum of RGB (Red+Green+Blue) = 214+22+133=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D61685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61685 is #29E97A. Grayscale: #5B5B5B. Windows color (decimal): -2746747 or 8722134. OLE color: 8722134.
HSL color Cylindrical-coordinate representation of color #D61685: hue angle of 325.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61685 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 133 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.16 |
| HSL | 325.31º | 0.81% | 0.46% | - |
| HSV(B) | 325.31º | 0.9% | 0.84% | - |
| XYZ | 32.25 | 16.56 | 23.69 | - |
| YUV | 92.06 | 151.11 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 133 | 0 | 0.90 | 0.38 | 0.16 | 325.31 | 0.81 | 0.46 |
| Hex | D6 | 16 | 85 | 0 | 5A | 26 | 10 | 145 | 51 | 2E |
| Octal | 326 | 26 | 205 | 0 | 132 | 46 | 20 | 505 | 121 | 56 |
| Binary | 11010110 | 10110 | 10000101 | 0 | 1011010 | 100110 | 10000 | 101000101 | 1010001 | 101110 |
Color Harmonies of #D61685
Complementary color
Monochromatic Colors of #D61685
Black with #D61685
Text Example
Text Example
White with #D61685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61685; }
p { color: rgb(214,22,133); }
H1.HeaderClassName
{
color: #D61685;
}
.AnyTagClassName
{
color: #D61685;
}
</style>
background-color css
<style>
a { background-color: #D61685; }
a { background-color: rgb(214,22,133); }
div.DivClassName
{
background-color: #D61685;
}
.BgClassName
{
background-color: #D61685;
}
</style>
border-color css
<style>
span { border-color: #D61685; }
span { border-color: rgb(214,22,133); }
td.TdClassName
{
border-color: #D61685;
}
.TagClassName
{
border-color: #D61685;
}
</style>