Shades of Medium Violet Red #D81885
Tints of Medium Violet Red #D81885
RGB
CMYK
RGB Variations
Color information
#D81885 (or 0xD81885) is known color: Medium Violet Red. HEX triplet: D8, 18 and 85. RGB value is (216,24,133). Sum of RGB (Red+Green+Blue) = 216+24+133=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D81885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81885 is #27E77A. Grayscale: #5D5D5D. Windows color (decimal): -2615163 or 8722648. OLE color: 8722648.
HSL color Cylindrical-coordinate representation of color #D81885: hue angle of 325.94º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81885 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 133 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.15 |
| HSL | 325.94º | 0.8% | 0.47% | - |
| HSV(B) | 325.94º | 0.89% | 0.85% | - |
| XYZ | 32.88 | 16.95 | 23.73 | - |
| YUV | 93.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 133 | 0 | 0.89 | 0.38 | 0.15 | 325.94 | 0.8 | 0.47 |
| Hex | D8 | 18 | 85 | 0 | 59 | 26 | F | 146 | 50 | 2F |
| Octal | 330 | 30 | 205 | 0 | 131 | 46 | 17 | 506 | 120 | 57 |
| Binary | 11011000 | 11000 | 10000101 | 0 | 1011001 | 100110 | 1111 | 101000110 | 1010000 | 101111 |
Color Harmonies of #D81885
Complementary color
Monochromatic Colors of #D81885
Black with #D81885
Text Example
Text Example
White with #D81885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81885; }
p { color: rgb(216,24,133); }
H1.HeaderClassName
{
color: #D81885;
}
.AnyTagClassName
{
color: #D81885;
}
</style>
background-color css
<style>
a { background-color: #D81885; }
a { background-color: rgb(216,24,133); }
div.DivClassName
{
background-color: #D81885;
}
.BgClassName
{
background-color: #D81885;
}
</style>
border-color css
<style>
span { border-color: #D81885; }
span { border-color: rgb(216,24,133); }
td.TdClassName
{
border-color: #D81885;
}
.TagClassName
{
border-color: #D81885;
}
</style>