Shades of Medium Violet Red #D60094
Tints of Medium Violet Red #D60094
RGB
CMYK
RGB Variations
Color information
#D60094 (or 0xD60094) is known color: Medium Violet Red. HEX triplet: D6, 00 and 94. RGB value is (214,0,148). Sum of RGB (Red+Green+Blue) = 214+0+148=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D60094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60094 is #29FF6B. Grayscale: #505050. Windows color (decimal): -2752364 or 9699542. OLE color: 9699542.
HSL color Cylindrical-coordinate representation of color #D60094: hue angle of 318.5º 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 #D60094 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.31 | 0.16 |
| HSL | 318.5º | 1% | 0.42% | - |
| HSV(B) | 318.5º | 1% | 0.84% | - |
| XYZ | 33.08 | 16.43 | 29.45 | - |
| YUV | 80.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 148 | 0 | 1 | 0.31 | 0.16 | 318.5 | 1 | 0.42 |
| Hex | D6 | 0 | 94 | 0 | 64 | 1F | 10 | 13F | 64 | 2A |
| Octal | 326 | 0 | 224 | 0 | 144 | 37 | 20 | 477 | 144 | 52 |
| Binary | 11010110 | 0 | 10010100 | 0 | 1100100 | 11111 | 10000 | 100111111 | 1100100 | 101010 |
Color Harmonies of #D60094
Complementary color
Monochromatic Colors of #D60094
Black with #D60094
Text Example
Text Example
White with #D60094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60094; }
p { color: rgb(214,0,148); }
H1.HeaderClassName
{
color: #D60094;
}
.AnyTagClassName
{
color: #D60094;
}
</style>
background-color css
<style>
a { background-color: #D60094; }
a { background-color: rgb(214,0,148); }
div.DivClassName
{
background-color: #D60094;
}
.BgClassName
{
background-color: #D60094;
}
</style>
border-color css
<style>
span { border-color: #D60094; }
span { border-color: rgb(214,0,148); }
td.TdClassName
{
border-color: #D60094;
}
.TagClassName
{
border-color: #D60094;
}
</style>