Shades of Medium Violet Red #D80493
Tints of Medium Violet Red #D80493
RGB
CMYK
RGB Variations
Color information
#D80493 (or 0xD80493) is known color: Medium Violet Red. HEX triplet: D8, 04 and 93. RGB value is (216,4,147). Sum of RGB (Red+Green+Blue) = 216+4+147=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D80493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80493 is #27FB6C. Grayscale: #535353. Windows color (decimal): -2620269 or 9635032. OLE color: 9635032.
HSL color Cylindrical-coordinate representation of color #D80493: hue angle of 319.53º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80493 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.15 |
| HSL | 319.53º | 0.96% | 0.43% | - |
| HSV(B) | 319.53º | 0.98% | 0.85% | - |
| XYZ | 33.63 | 16.79 | 29.07 | - |
| YUV | 83.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 147 | 0 | 0.98 | 0.32 | 0.15 | 319.53 | 0.96 | 0.43 |
| Hex | D8 | 4 | 93 | 0 | 62 | 20 | F | 140 | 60 | 2B |
| Octal | 330 | 4 | 223 | 0 | 142 | 40 | 17 | 500 | 140 | 53 |
| Binary | 11011000 | 100 | 10010011 | 0 | 1100010 | 100000 | 1111 | 101000000 | 1100000 | 101011 |
Color Harmonies of #D80493
Complementary color
Monochromatic Colors of #D80493
Black with #D80493
Text Example
Text Example
White with #D80493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80493; }
p { color: rgb(216,4,147); }
H1.HeaderClassName
{
color: #D80493;
}
.AnyTagClassName
{
color: #D80493;
}
</style>
background-color css
<style>
a { background-color: #D80493; }
a { background-color: rgb(216,4,147); }
div.DivClassName
{
background-color: #D80493;
}
.BgClassName
{
background-color: #D80493;
}
</style>
border-color css
<style>
span { border-color: #D80493; }
span { border-color: rgb(216,4,147); }
td.TdClassName
{
border-color: #D80493;
}
.TagClassName
{
border-color: #D80493;
}
</style>