Shades of Medium Violet Red #D4089E
Tints of Medium Violet Red #D4089E
RGB
CMYK
RGB Variations
Color information
#D4089E (or 0xD4089E) is known color: Medium Violet Red. HEX triplet: D4, 08 and 9E. RGB value is (212,8,158). Sum of RGB (Red+Green+Blue) = 212+8+158=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D4089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4089E is #2BF761. Grayscale: #555555. Windows color (decimal): -2881378 or 10356948. OLE color: 10356948.
HSL color Cylindrical-coordinate representation of color #D4089E: hue angle of 315.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4089E is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 158 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.17 |
| HSL | 315.88º | 0.93% | 0.43% | - |
| HSV(B) | 315.88º | 0.96% | 0.83% | - |
| XYZ | 33.41 | 16.64 | 33.8 | - |
| YUV | 86.1 | 168.59 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 158 | 0 | 0.96 | 0.25 | 0.17 | 315.88 | 0.93 | 0.43 |
| Hex | D4 | 8 | 9E | 0 | 60 | 19 | 11 | 13C | 5D | 2B |
| Octal | 324 | 10 | 236 | 0 | 140 | 31 | 21 | 474 | 135 | 53 |
| Binary | 11010100 | 1000 | 10011110 | 0 | 1100000 | 11001 | 10001 | 100111100 | 1011101 | 101011 |
Color Harmonies of #D4089E
Complementary color
Monochromatic Colors of #D4089E
Black with #D4089E
Text Example
Text Example
White with #D4089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4089E; }
p { color: rgb(212,8,158); }
H1.HeaderClassName
{
color: #D4089E;
}
.AnyTagClassName
{
color: #D4089E;
}
</style>
background-color css
<style>
a { background-color: #D4089E; }
a { background-color: rgb(212,8,158); }
div.DivClassName
{
background-color: #D4089E;
}
.BgClassName
{
background-color: #D4089E;
}
</style>
border-color css
<style>
span { border-color: #D4089E; }
span { border-color: rgb(212,8,158); }
td.TdClassName
{
border-color: #D4089E;
}
.TagClassName
{
border-color: #D4089E;
}
</style>