Shades of Medium Violet Red #D80190
Tints of Medium Violet Red #D80190
RGB
CMYK
RGB Variations
Color information
#D80190 (or 0xD80190) is known color: Medium Violet Red. HEX triplet: D8, 01 and 90. RGB value is (216,1,144). Sum of RGB (Red+Green+Blue) = 216+1+144=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D80190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80190 is #27FE6F. Grayscale: #515151. Windows color (decimal): -2621040 or 9437656. OLE color: 9437656.
HSL color Cylindrical-coordinate representation of color #D80190: hue angle of 320.09º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80190 is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.15 |
| HSL | 320.09º | 0.99% | 0.43% | - |
| HSV(B) | 320.09º | 1% | 0.85% | - |
| XYZ | 33.36 | 16.63 | 27.84 | - |
| YUV | 81.59 | 163.23 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 144 | 0 | 1.00 | 0.33 | 0.15 | 320.09 | 0.99 | 0.43 |
| Hex | D8 | 1 | 90 | 0 | 64 | 21 | F | 140 | 63 | 2B |
| Octal | 330 | 1 | 220 | 0 | 144 | 41 | 17 | 500 | 143 | 53 |
| Binary | 11011000 | 1 | 10010000 | 0 | 1100100 | 100001 | 1111 | 101000000 | 1100011 | 101011 |
Color Harmonies of #D80190
Complementary color
Monochromatic Colors of #D80190
Black with #D80190
Text Example
Text Example
White with #D80190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80190; }
p { color: rgb(216,1,144); }
H1.HeaderClassName
{
color: #D80190;
}
.AnyTagClassName
{
color: #D80190;
}
</style>
background-color css
<style>
a { background-color: #D80190; }
a { background-color: rgb(216,1,144); }
div.DivClassName
{
background-color: #D80190;
}
.BgClassName
{
background-color: #D80190;
}
</style>
border-color css
<style>
span { border-color: #D80190; }
span { border-color: rgb(216,1,144); }
td.TdClassName
{
border-color: #D80190;
}
.TagClassName
{
border-color: #D80190;
}
</style>