Shades of Medium Violet Red #D40098
Tints of Medium Violet Red #D40098
RGB
CMYK
RGB Variations
Color information
#D40098 (or 0xD40098) is known color: Medium Violet Red. HEX triplet: D4, 00 and 98. RGB value is (212,0,152). Sum of RGB (Red+Green+Blue) = 212+0+152=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D40098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40098 is #2BFF67. Grayscale: #505050. Windows color (decimal): -2883432 or 9961684. OLE color: 9961684.
HSL color Cylindrical-coordinate representation of color #D40098: hue angle of 316.98º 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 #D40098 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.28 | 0.17 |
| HSL | 316.98º | 1% | 0.42% | - |
| HSV(B) | 316.98º | 1% | 0.83% | - |
| XYZ | 32.82 | 16.26 | 31.12 | - |
| YUV | 80.72 | 168.24 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 152 | 0 | 1 | 0.28 | 0.17 | 316.98 | 1 | 0.42 |
| Hex | D4 | 0 | 98 | 0 | 64 | 1C | 11 | 13D | 64 | 2A |
| Octal | 324 | 0 | 230 | 0 | 144 | 34 | 21 | 475 | 144 | 52 |
| Binary | 11010100 | 0 | 10011000 | 0 | 1100100 | 11100 | 10001 | 100111101 | 1100100 | 101010 |
Color Harmonies of #D40098
Complementary color
Monochromatic Colors of #D40098
Black with #D40098
Text Example
Text Example
White with #D40098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40098; }
p { color: rgb(212,0,152); }
H1.HeaderClassName
{
color: #D40098;
}
.AnyTagClassName
{
color: #D40098;
}
</style>
background-color css
<style>
a { background-color: #D40098; }
a { background-color: rgb(212,0,152); }
div.DivClassName
{
background-color: #D40098;
}
.BgClassName
{
background-color: #D40098;
}
</style>
border-color css
<style>
span { border-color: #D40098; }
span { border-color: rgb(212,0,152); }
td.TdClassName
{
border-color: #D40098;
}
.TagClassName
{
border-color: #D40098;
}
</style>