Shades of Medium Violet Red #D4098C
Tints of Medium Violet Red #D4098C
RGB
CMYK
RGB Variations
Color information
#D4098C (or 0xD4098C) is known color: Medium Violet Red. HEX triplet: D4, 09 and 8C. RGB value is (212,9,140). Sum of RGB (Red+Green+Blue) = 212+9+140=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4098C is #2BF673. Grayscale: #545454. Windows color (decimal): -2881140 or 9177556. OLE color: 9177556.
HSL color Cylindrical-coordinate representation of color #D4098C: hue angle of 321.28º 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 #D4098C is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.17 |
| HSL | 321.28º | 0.92% | 0.43% | - |
| HSV(B) | 321.28º | 0.96% | 0.83% | - |
| XYZ | 31.98 | 16.09 | 26.23 | - |
| YUV | 84.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 140 | 0 | 0.96 | 0.34 | 0.17 | 321.28 | 0.92 | 0.43 |
| Hex | D4 | 9 | 8C | 0 | 60 | 22 | 11 | 141 | 5C | 2B |
| Octal | 324 | 11 | 214 | 0 | 140 | 42 | 21 | 501 | 134 | 53 |
| Binary | 11010100 | 1001 | 10001100 | 0 | 1100000 | 100010 | 10001 | 101000001 | 1011100 | 101011 |
Color Harmonies of #D4098C
Complementary color
Monochromatic Colors of #D4098C
Black with #D4098C
Text Example
Text Example
White with #D4098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4098C; }
p { color: rgb(212,9,140); }
H1.HeaderClassName
{
color: #D4098C;
}
.AnyTagClassName
{
color: #D4098C;
}
</style>
background-color css
<style>
a { background-color: #D4098C; }
a { background-color: rgb(212,9,140); }
div.DivClassName
{
background-color: #D4098C;
}
.BgClassName
{
background-color: #D4098C;
}
</style>
border-color css
<style>
span { border-color: #D4098C; }
span { border-color: rgb(212,9,140); }
td.TdClassName
{
border-color: #D4098C;
}
.TagClassName
{
border-color: #D4098C;
}
</style>