Shades of Medium Violet Red #D81792
Tints of Medium Violet Red #D81792
RGB
CMYK
RGB Variations
Color information
#D81792 (or 0xD81792) is known color: Medium Violet Red. HEX triplet: D8, 17 and 92. RGB value is (216,23,146). Sum of RGB (Red+Green+Blue) = 216+23+146=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D81792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81792 is #27E86D. Grayscale: #5E5E5E. Windows color (decimal): -2615406 or 9574360. OLE color: 9574360.
HSL color Cylindrical-coordinate representation of color #D81792: hue angle of 321.76º degrees, saturation: 0.81, 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 #D81792 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 146 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.15 |
| HSL | 321.76º | 0.81% | 0.47% | - |
| HSV(B) | 321.76º | 0.89% | 0.85% | - |
| XYZ | 33.81 | 17.29 | 28.75 | - |
| YUV | 94.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 146 | 0 | 0.89 | 0.32 | 0.15 | 321.76 | 0.81 | 0.47 |
| Hex | D8 | 17 | 92 | 0 | 59 | 20 | F | 142 | 51 | 2F |
| Octal | 330 | 27 | 222 | 0 | 131 | 40 | 17 | 502 | 121 | 57 |
| Binary | 11011000 | 10111 | 10010010 | 0 | 1011001 | 100000 | 1111 | 101000010 | 1010001 | 101111 |
Color Harmonies of #D81792
Complementary color
Monochromatic Colors of #D81792
Black with #D81792
Text Example
Text Example
White with #D81792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81792; }
p { color: rgb(216,23,146); }
H1.HeaderClassName
{
color: #D81792;
}
.AnyTagClassName
{
color: #D81792;
}
</style>
background-color css
<style>
a { background-color: #D81792; }
a { background-color: rgb(216,23,146); }
div.DivClassName
{
background-color: #D81792;
}
.BgClassName
{
background-color: #D81792;
}
</style>
border-color css
<style>
span { border-color: #D81792; }
span { border-color: rgb(216,23,146); }
td.TdClassName
{
border-color: #D81792;
}
.TagClassName
{
border-color: #D81792;
}
</style>