Shades of Medium Violet Red #D60F74
Tints of Medium Violet Red #D60F74
RGB
CMYK
RGB Variations
Color information
#D60F74 (or 0xD60F74) is known color: Medium Violet Red. HEX triplet: D6, 0F and 74. RGB value is (214,15,116). Sum of RGB (Red+Green+Blue) = 214+15+116=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60F74 is #29F08B. Grayscale: #555555. Windows color (decimal): -2748556 or 7606230. OLE color: 7606230.
HSL color Cylindrical-coordinate representation of color #D60F74: hue angle of 329.55º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F74 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 116 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.16 |
| HSL | 329.55º | 0.87% | 0.45% | - |
| HSV(B) | 329.55º | 0.93% | 0.84% | - |
| XYZ | 31.05 | 15.9 | 17.95 | - |
| YUV | 86.02 | 144.93 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 116 | 0 | 0.93 | 0.46 | 0.16 | 329.55 | 0.87 | 0.45 |
| Hex | D6 | F | 74 | 0 | 5D | 2E | 10 | 14A | 57 | 2D |
| Octal | 326 | 17 | 164 | 0 | 135 | 56 | 20 | 512 | 127 | 55 |
| Binary | 11010110 | 1111 | 1110100 | 0 | 1011101 | 101110 | 10000 | 101001010 | 1010111 | 101101 |
Color Harmonies of #D60F74
Complementary color
Monochromatic Colors of #D60F74
Black with #D60F74
Text Example
Text Example
White with #D60F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F74; }
p { color: rgb(214,15,116); }
H1.HeaderClassName
{
color: #D60F74;
}
.AnyTagClassName
{
color: #D60F74;
}
</style>
background-color css
<style>
a { background-color: #D60F74; }
a { background-color: rgb(214,15,116); }
div.DivClassName
{
background-color: #D60F74;
}
.BgClassName
{
background-color: #D60F74;
}
</style>
border-color css
<style>
span { border-color: #D60F74; }
span { border-color: rgb(214,15,116); }
td.TdClassName
{
border-color: #D60F74;
}
.TagClassName
{
border-color: #D60F74;
}
</style>