Shades of Medium Violet Red #D40094
Tints of Medium Violet Red #D40094
RGB
CMYK
RGB Variations
Color information
#D40094 (or 0xD40094) is known color: Medium Violet Red. HEX triplet: D4, 00 and 94. RGB value is (212,0,148). Sum of RGB (Red+Green+Blue) = 212+0+148=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D40094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40094 is #2BFF6B. Grayscale: #4F4F4F. Windows color (decimal): -2883436 or 9699540. OLE color: 9699540.
HSL color Cylindrical-coordinate representation of color #D40094: hue angle of 318.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40094 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.30 | 0.17 |
| HSL | 318.11º | 1% | 0.42% | - |
| HSV(B) | 318.11º | 1% | 0.83% | - |
| XYZ | 32.5 | 16.14 | 29.42 | - |
| YUV | 80.26 | 166.24 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 148 | 0 | 1 | 0.30 | 0.17 | 318.11 | 1 | 0.42 |
| Hex | D4 | 0 | 94 | 0 | 64 | 1E | 11 | 13E | 64 | 2A |
| Octal | 324 | 0 | 224 | 0 | 144 | 36 | 21 | 476 | 144 | 52 |
| Binary | 11010100 | 0 | 10010100 | 0 | 1100100 | 11110 | 10001 | 100111110 | 1100100 | 101010 |
Color Harmonies of #D40094
Complementary color
Monochromatic Colors of #D40094
Black with #D40094
Text Example
Text Example
White with #D40094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40094; }
p { color: rgb(212,0,148); }
H1.HeaderClassName
{
color: #D40094;
}
.AnyTagClassName
{
color: #D40094;
}
</style>
background-color css
<style>
a { background-color: #D40094; }
a { background-color: rgb(212,0,148); }
div.DivClassName
{
background-color: #D40094;
}
.BgClassName
{
background-color: #D40094;
}
</style>
border-color css
<style>
span { border-color: #D40094; }
span { border-color: rgb(212,0,148); }
td.TdClassName
{
border-color: #D40094;
}
.TagClassName
{
border-color: #D40094;
}
</style>