Shades of Medium Violet Red #D4098E
Tints of Medium Violet Red #D4098E
RGB
CMYK
RGB Variations
Color information
#D4098E (or 0xD4098E) is known color: Medium Violet Red. HEX triplet: D4, 09 and 8E. RGB value is (212,9,142). Sum of RGB (Red+Green+Blue) = 212+9+142=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D4098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4098E is #2BF671. Grayscale: #545454. Windows color (decimal): -2881138 or 9308628. OLE color: 9308628.
HSL color Cylindrical-coordinate representation of color #D4098E: hue angle of 320.69º degrees, saturation: 0.92, 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 #D4098E is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.17 |
| HSL | 320.69º | 0.92% | 0.43% | - |
| HSV(B) | 320.69º | 0.96% | 0.83% | - |
| XYZ | 32.13 | 16.15 | 27.01 | - |
| YUV | 84.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 142 | 0 | 0.96 | 0.33 | 0.17 | 320.69 | 0.92 | 0.43 |
| Hex | D4 | 9 | 8E | 0 | 60 | 21 | 11 | 141 | 5C | 2B |
| Octal | 324 | 11 | 216 | 0 | 140 | 41 | 21 | 501 | 134 | 53 |
| Binary | 11010100 | 1001 | 10001110 | 0 | 1100000 | 100001 | 10001 | 101000001 | 1011100 | 101011 |
Color Harmonies of #D4098E
Complementary color
Monochromatic Colors of #D4098E
Black with #D4098E
Text Example
Text Example
White with #D4098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4098E; }
p { color: rgb(212,9,142); }
H1.HeaderClassName
{
color: #D4098E;
}
.AnyTagClassName
{
color: #D4098E;
}
</style>
background-color css
<style>
a { background-color: #D4098E; }
a { background-color: rgb(212,9,142); }
div.DivClassName
{
background-color: #D4098E;
}
.BgClassName
{
background-color: #D4098E;
}
</style>
border-color css
<style>
span { border-color: #D4098E; }
span { border-color: rgb(212,9,142); }
td.TdClassName
{
border-color: #D4098E;
}
.TagClassName
{
border-color: #D4098E;
}
</style>