Shades of Medium Violet Red #D00F80
Tints of Medium Violet Red #D00F80
RGB
CMYK
RGB Variations
Color information
#D00F80 (or 0xD00F80) is known color: Medium Violet Red. HEX triplet: D0, 0F and 80. RGB value is (208,15,128). Sum of RGB (Red+Green+Blue) = 208+15+128=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F80 is #2FF07F. Grayscale: #555555. Windows color (decimal): -3141760 or 8392656. OLE color: 8392656.
HSL color Cylindrical-coordinate representation of color #D00F80: hue angle of 324.87º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F80 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 128 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.18 |
| HSL | 324.87º | 0.87% | 0.44% | - |
| HSV(B) | 324.87º | 0.93% | 0.82% | - |
| XYZ | 30.08 | 15.31 | 21.79 | - |
| YUV | 85.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 128 | 0 | 0.93 | 0.38 | 0.18 | 324.87 | 0.87 | 0.44 |
| Hex | D0 | F | 80 | 0 | 5D | 26 | 12 | 145 | 57 | 2C |
| Octal | 320 | 17 | 200 | 0 | 135 | 46 | 22 | 505 | 127 | 54 |
| Binary | 11010000 | 1111 | 10000000 | 0 | 1011101 | 100110 | 10010 | 101000101 | 1010111 | 101100 |
Color Harmonies of #D00F80
Complementary color
Monochromatic Colors of #D00F80
Black with #D00F80
Text Example
Text Example
White with #D00F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F80; }
p { color: rgb(208,15,128); }
H1.HeaderClassName
{
color: #D00F80;
}
.AnyTagClassName
{
color: #D00F80;
}
</style>
background-color css
<style>
a { background-color: #D00F80; }
a { background-color: rgb(208,15,128); }
div.DivClassName
{
background-color: #D00F80;
}
.BgClassName
{
background-color: #D00F80;
}
</style>
border-color css
<style>
span { border-color: #D00F80; }
span { border-color: rgb(208,15,128); }
td.TdClassName
{
border-color: #D00F80;
}
.TagClassName
{
border-color: #D00F80;
}
</style>