Shades of Medium Violet Red #D00F7E
Tints of Medium Violet Red #D00F7E
RGB
CMYK
RGB Variations
Color information
#D00F7E (or 0xD00F7E) is known color: Medium Violet Red. HEX triplet: D0, 0F and 7E. RGB value is (208,15,126). Sum of RGB (Red+Green+Blue) = 208+15+126=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F7E is #2FF081. Grayscale: #555555. Windows color (decimal): -3141762 or 8261584. OLE color: 8261584.
HSL color Cylindrical-coordinate representation of color #D00F7E: hue angle of 325.49º 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 #D00F7E is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 126 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.18 |
| HSL | 325.49º | 0.87% | 0.44% | - |
| HSV(B) | 325.49º | 0.93% | 0.82% | - |
| XYZ | 29.95 | 15.26 | 21.11 | - |
| YUV | 85.36 | 150.94 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 126 | 0 | 0.93 | 0.39 | 0.18 | 325.49 | 0.87 | 0.44 |
| Hex | D0 | F | 7E | 0 | 5D | 27 | 12 | 145 | 57 | 2C |
| Octal | 320 | 17 | 176 | 0 | 135 | 47 | 22 | 505 | 127 | 54 |
| Binary | 11010000 | 1111 | 1111110 | 0 | 1011101 | 100111 | 10010 | 101000101 | 1010111 | 101100 |
Color Harmonies of #D00F7E
Complementary color
Monochromatic Colors of #D00F7E
Black with #D00F7E
Text Example
Text Example
White with #D00F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F7E; }
p { color: rgb(208,15,126); }
H1.HeaderClassName
{
color: #D00F7E;
}
.AnyTagClassName
{
color: #D00F7E;
}
</style>
background-color css
<style>
a { background-color: #D00F7E; }
a { background-color: rgb(208,15,126); }
div.DivClassName
{
background-color: #D00F7E;
}
.BgClassName
{
background-color: #D00F7E;
}
</style>
border-color css
<style>
span { border-color: #D00F7E; }
span { border-color: rgb(208,15,126); }
td.TdClassName
{
border-color: #D00F7E;
}
.TagClassName
{
border-color: #D00F7E;
}
</style>