Shades of Medium Violet Red #D80890
Tints of Medium Violet Red #D80890
RGB
CMYK
RGB Variations
Color information
#D80890 (or 0xD80890) is known color: Medium Violet Red. HEX triplet: D8, 08 and 90. RGB value is (216,8,144). Sum of RGB (Red+Green+Blue) = 216+8+144=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D80890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80890 is #27F76F. Grayscale: #555555. Windows color (decimal): -2619248 or 9439448. OLE color: 9439448.
HSL color Cylindrical-coordinate representation of color #D80890: hue angle of 320.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80890 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.15 |
| HSL | 320.77º | 0.93% | 0.44% | - |
| HSV(B) | 320.77º | 0.96% | 0.85% | - |
| XYZ | 33.44 | 16.79 | 27.86 | - |
| YUV | 85.7 | 160.91 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 144 | 0 | 0.96 | 0.33 | 0.15 | 320.77 | 0.93 | 0.44 |
| Hex | D8 | 8 | 90 | 0 | 60 | 21 | F | 141 | 5D | 2C |
| Octal | 330 | 10 | 220 | 0 | 140 | 41 | 17 | 501 | 135 | 54 |
| Binary | 11011000 | 1000 | 10010000 | 0 | 1100000 | 100001 | 1111 | 101000001 | 1011101 | 101100 |
Color Harmonies of #D80890
Complementary color
Monochromatic Colors of #D80890
Black with #D80890
Text Example
Text Example
White with #D80890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80890; }
p { color: rgb(216,8,144); }
H1.HeaderClassName
{
color: #D80890;
}
.AnyTagClassName
{
color: #D80890;
}
</style>
background-color css
<style>
a { background-color: #D80890; }
a { background-color: rgb(216,8,144); }
div.DivClassName
{
background-color: #D80890;
}
.BgClassName
{
background-color: #D80890;
}
</style>
border-color css
<style>
span { border-color: #D80890; }
span { border-color: rgb(216,8,144); }
td.TdClassName
{
border-color: #D80890;
}
.TagClassName
{
border-color: #D80890;
}
</style>