Shades of Medium Violet Red #D00074
Tints of Medium Violet Red #D00074
RGB
CMYK
RGB Variations
Color information
#D00074 (or 0xD00074) is known color: Medium Violet Red. HEX triplet: D0, 00 and 74. RGB value is (208,0,116). Sum of RGB (Red+Green+Blue) = 208+0+116=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D00074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00074 is #2FFF8B. Grayscale: #4B4B4B. Windows color (decimal): -3145612 or 7602384. OLE color: 7602384.
HSL color Cylindrical-coordinate representation of color #D00074: hue angle of 326.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00074 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.44 | 0.18 |
| HSL | 326.54º | 1% | 0.41% | - |
| HSV(B) | 326.54º | 1% | 0.82% | - |
| XYZ | 29.16 | 14.67 | 17.82 | - |
| YUV | 75.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 116 | 0 | 1 | 0.44 | 0.18 | 326.54 | 1 | 0.41 |
| Hex | D0 | 0 | 74 | 0 | 64 | 2C | 12 | 147 | 64 | 29 |
| Octal | 320 | 0 | 164 | 0 | 144 | 54 | 22 | 507 | 144 | 51 |
| Binary | 11010000 | 0 | 1110100 | 0 | 1100100 | 101100 | 10010 | 101000111 | 1100100 | 101001 |
Color Harmonies of #D00074
Complementary color
Monochromatic Colors of #D00074
Black with #D00074
Text Example
Text Example
White with #D00074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00074; }
p { color: rgb(208,0,116); }
H1.HeaderClassName
{
color: #D00074;
}
.AnyTagClassName
{
color: #D00074;
}
</style>
background-color css
<style>
a { background-color: #D00074; }
a { background-color: rgb(208,0,116); }
div.DivClassName
{
background-color: #D00074;
}
.BgClassName
{
background-color: #D00074;
}
</style>
border-color css
<style>
span { border-color: #D00074; }
span { border-color: rgb(208,0,116); }
td.TdClassName
{
border-color: #D00074;
}
.TagClassName
{
border-color: #D00074;
}
</style>