Shades of Medium Violet Red #D60074
Tints of Medium Violet Red #D60074
RGB
CMYK
RGB Variations
Color information
#D60074 (or 0xD60074) is known color: Medium Violet Red. HEX triplet: D6, 00 and 74. RGB value is (214,0,116). Sum of RGB (Red+Green+Blue) = 214+0+116=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D60074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60074 is #29FF8B. Grayscale: #4C4C4C. Windows color (decimal): -2752396 or 7602390. OLE color: 7602390.
HSL color Cylindrical-coordinate representation of color #D60074: hue angle of 327.48º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60074 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.46 | 0.16 |
| HSL | 327.48º | 1% | 0.42% | - |
| HSV(B) | 327.48º | 1% | 0.84% | - |
| XYZ | 30.88 | 15.56 | 17.9 | - |
| YUV | 77.21 | 149.9 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 116 | 0 | 1 | 0.46 | 0.16 | 327.48 | 1 | 0.42 |
| Hex | D6 | 0 | 74 | 0 | 64 | 2E | 10 | 147 | 64 | 2A |
| Octal | 326 | 0 | 164 | 0 | 144 | 56 | 20 | 507 | 144 | 52 |
| Binary | 11010110 | 0 | 1110100 | 0 | 1100100 | 101110 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D60074
Complementary color
Monochromatic Colors of #D60074
Black with #D60074
Text Example
Text Example
White with #D60074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60074; }
p { color: rgb(214,0,116); }
H1.HeaderClassName
{
color: #D60074;
}
.AnyTagClassName
{
color: #D60074;
}
</style>
background-color css
<style>
a { background-color: #D60074; }
a { background-color: rgb(214,0,116); }
div.DivClassName
{
background-color: #D60074;
}
.BgClassName
{
background-color: #D60074;
}
</style>
border-color css
<style>
span { border-color: #D60074; }
span { border-color: rgb(214,0,116); }
td.TdClassName
{
border-color: #D60074;
}
.TagClassName
{
border-color: #D60074;
}
</style>