Shades of Medium Violet Red #D00E75
Tints of Medium Violet Red #D00E75
RGB
CMYK
RGB Variations
Color information
#D00E75 (or 0xD00E75) is known color: Medium Violet Red. HEX triplet: D0, 0E and 75. RGB value is (208,14,117). Sum of RGB (Red+Green+Blue) = 208+14+117=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E75 is #2FF18A. Grayscale: #535353. Windows color (decimal): -3142027 or 7671504. OLE color: 7671504.
HSL color Cylindrical-coordinate representation of color #D00E75: hue angle of 328.14º 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 #D00E75 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 14 | 117 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.18 |
| HSL | 328.14º | 0.87% | 0.44% | - |
| HSV(B) | 328.14º | 0.93% | 0.82% | - |
| XYZ | 29.38 | 15.01 | 18.18 | - |
| YUV | 83.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 14 | 117 | 0 | 0.93 | 0.44 | 0.18 | 328.14 | 0.87 | 0.44 |
| Hex | D0 | E | 75 | 0 | 5D | 2C | 12 | 148 | 57 | 2C |
| Octal | 320 | 16 | 165 | 0 | 135 | 54 | 22 | 510 | 127 | 54 |
| Binary | 11010000 | 1110 | 1110101 | 0 | 1011101 | 101100 | 10010 | 101001000 | 1010111 | 101100 |
Color Harmonies of #D00E75
Complementary color
Monochromatic Colors of #D00E75
Black with #D00E75
Text Example
Text Example
White with #D00E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00E75; }
p { color: rgb(208,14,117); }
H1.HeaderClassName
{
color: #D00E75;
}
.AnyTagClassName
{
color: #D00E75;
}
</style>
background-color css
<style>
a { background-color: #D00E75; }
a { background-color: rgb(208,14,117); }
div.DivClassName
{
background-color: #D00E75;
}
.BgClassName
{
background-color: #D00E75;
}
</style>
border-color css
<style>
span { border-color: #D00E75; }
span { border-color: rgb(208,14,117); }
td.TdClassName
{
border-color: #D00E75;
}
.TagClassName
{
border-color: #D00E75;
}
</style>