Shades of Medium Violet Red #D4098D
Tints of Medium Violet Red #D4098D
RGB
CMYK
RGB Variations
Color information
#D4098D (or 0xD4098D) is known color: Medium Violet Red. HEX triplet: D4, 09 and 8D. RGB value is (212,9,141). Sum of RGB (Red+Green+Blue) = 212+9+141=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4098D is #2BF672. Grayscale: #545454. Windows color (decimal): -2881139 or 9243092. OLE color: 9243092.
HSL color Cylindrical-coordinate representation of color #D4098D: hue angle of 320.99º 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 #D4098D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.17 |
| HSL | 320.99º | 0.92% | 0.43% | - |
| HSV(B) | 320.99º | 0.96% | 0.83% | - |
| XYZ | 32.06 | 16.12 | 26.62 | - |
| YUV | 84.75 | 159.75 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 141 | 0 | 0.96 | 0.33 | 0.17 | 320.99 | 0.92 | 0.43 |
| Hex | D4 | 9 | 8D | 0 | 60 | 21 | 11 | 141 | 5C | 2B |
| Octal | 324 | 11 | 215 | 0 | 140 | 41 | 21 | 501 | 134 | 53 |
| Binary | 11010100 | 1001 | 10001101 | 0 | 1100000 | 100001 | 10001 | 101000001 | 1011100 | 101011 |
Color Harmonies of #D4098D
Complementary color
Monochromatic Colors of #D4098D
Black with #D4098D
Text Example
Text Example
White with #D4098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4098D; }
p { color: rgb(212,9,141); }
H1.HeaderClassName
{
color: #D4098D;
}
.AnyTagClassName
{
color: #D4098D;
}
</style>
background-color css
<style>
a { background-color: #D4098D; }
a { background-color: rgb(212,9,141); }
div.DivClassName
{
background-color: #D4098D;
}
.BgClassName
{
background-color: #D4098D;
}
</style>
border-color css
<style>
span { border-color: #D4098D; }
span { border-color: rgb(212,9,141); }
td.TdClassName
{
border-color: #D4098D;
}
.TagClassName
{
border-color: #D4098D;
}
</style>