Shades of Medium Violet Red #D81685
Tints of Medium Violet Red #D81685
RGB
CMYK
RGB Variations
Color information
#D81685 (or 0xD81685) is known color: Medium Violet Red. HEX triplet: D8, 16 and 85. RGB value is (216,22,133). Sum of RGB (Red+Green+Blue) = 216+22+133=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D81685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81685 is #27E97A. Grayscale: #5C5C5C. Windows color (decimal): -2615675 or 8722136. OLE color: 8722136.
HSL color Cylindrical-coordinate representation of color #D81685: hue angle of 325.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81685 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 133 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.15 |
| HSL | 325.67º | 0.82% | 0.47% | - |
| HSV(B) | 325.67º | 0.9% | 0.85% | - |
| XYZ | 32.84 | 16.87 | 23.71 | - |
| YUV | 92.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 133 | 0 | 0.90 | 0.38 | 0.15 | 325.67 | 0.82 | 0.47 |
| Hex | D8 | 16 | 85 | 0 | 5A | 26 | F | 146 | 52 | 2F |
| Octal | 330 | 26 | 205 | 0 | 132 | 46 | 17 | 506 | 122 | 57 |
| Binary | 11011000 | 10110 | 10000101 | 0 | 1011010 | 100110 | 1111 | 101000110 | 1010010 | 101111 |
Color Harmonies of #D81685
Complementary color
Monochromatic Colors of #D81685
Black with #D81685
Text Example
Text Example
White with #D81685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81685; }
p { color: rgb(216,22,133); }
H1.HeaderClassName
{
color: #D81685;
}
.AnyTagClassName
{
color: #D81685;
}
</style>
background-color css
<style>
a { background-color: #D81685; }
a { background-color: rgb(216,22,133); }
div.DivClassName
{
background-color: #D81685;
}
.BgClassName
{
background-color: #D81685;
}
</style>
border-color css
<style>
span { border-color: #D81685; }
span { border-color: rgb(216,22,133); }
td.TdClassName
{
border-color: #D81685;
}
.TagClassName
{
border-color: #D81685;
}
</style>