Shades of Medium Violet Red #D00F8F
Tints of Medium Violet Red #D00F8F
RGB
CMYK
RGB Variations
Color information
#D00F8F (or 0xD00F8F) is known color: Medium Violet Red. HEX triplet: D0, 0F and 8F. RGB value is (208,15,143). Sum of RGB (Red+Green+Blue) = 208+15+143=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F8F is #2FF070. Grayscale: #565656. Windows color (decimal): -3141745 or 9375696. OLE color: 9375696.
HSL color Cylindrical-coordinate representation of color #D00F8F: hue angle of 320.21º 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 #D00F8F is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 143 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.18 |
| HSL | 320.21º | 0.87% | 0.44% | - |
| HSV(B) | 320.21º | 0.93% | 0.82% | - |
| XYZ | 31.14 | 15.73 | 27.38 | - |
| YUV | 87.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 143 | 0 | 0.93 | 0.31 | 0.18 | 320.21 | 0.87 | 0.44 |
| Hex | D0 | F | 8F | 0 | 5D | 1F | 12 | 140 | 57 | 2C |
| Octal | 320 | 17 | 217 | 0 | 135 | 37 | 22 | 500 | 127 | 54 |
| Binary | 11010000 | 1111 | 10001111 | 0 | 1011101 | 11111 | 10010 | 101000000 | 1010111 | 101100 |
Color Harmonies of #D00F8F
Complementary color
Monochromatic Colors of #D00F8F
Black with #D00F8F
Text Example
Text Example
White with #D00F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F8F; }
p { color: rgb(208,15,143); }
H1.HeaderClassName
{
color: #D00F8F;
}
.AnyTagClassName
{
color: #D00F8F;
}
</style>
background-color css
<style>
a { background-color: #D00F8F; }
a { background-color: rgb(208,15,143); }
div.DivClassName
{
background-color: #D00F8F;
}
.BgClassName
{
background-color: #D00F8F;
}
</style>
border-color css
<style>
span { border-color: #D00F8F; }
span { border-color: rgb(208,15,143); }
td.TdClassName
{
border-color: #D00F8F;
}
.TagClassName
{
border-color: #D00F8F;
}
</style>