Shades of Medium Violet Red #D81595
Tints of Medium Violet Red #D81595
RGB
CMYK
RGB Variations
Color information
#D81595 (or 0xD81595) is known color: Medium Violet Red. HEX triplet: D8, 15 and 95. RGB value is (216,21,149). Sum of RGB (Red+Green+Blue) = 216+21+149=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D81595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81595 is #27EA6A. Grayscale: #5D5D5D. Windows color (decimal): -2615915 or 9770456. OLE color: 9770456.
HSL color Cylindrical-coordinate representation of color #D81595: hue angle of 320.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81595 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 149 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.15 |
| HSL | 320.62º | 0.82% | 0.46% | - |
| HSV(B) | 320.62º | 0.9% | 0.85% | - |
| XYZ | 34.01 | 17.31 | 29.98 | - |
| YUV | 93.9 | 159.1 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 149 | 0 | 0.90 | 0.31 | 0.15 | 320.62 | 0.82 | 0.46 |
| Hex | D8 | 15 | 95 | 0 | 5A | 1F | F | 141 | 52 | 2E |
| Octal | 330 | 25 | 225 | 0 | 132 | 37 | 17 | 501 | 122 | 56 |
| Binary | 11011000 | 10101 | 10010101 | 0 | 1011010 | 11111 | 1111 | 101000001 | 1010010 | 101110 |
Color Harmonies of #D81595
Complementary color
Monochromatic Colors of #D81595
Black with #D81595
Text Example
Text Example
White with #D81595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81595; }
p { color: rgb(216,21,149); }
H1.HeaderClassName
{
color: #D81595;
}
.AnyTagClassName
{
color: #D81595;
}
</style>
background-color css
<style>
a { background-color: #D81595; }
a { background-color: rgb(216,21,149); }
div.DivClassName
{
background-color: #D81595;
}
.BgClassName
{
background-color: #D81595;
}
</style>
border-color css
<style>
span { border-color: #D81595; }
span { border-color: rgb(216,21,149); }
td.TdClassName
{
border-color: #D81595;
}
.TagClassName
{
border-color: #D81595;
}
</style>