Shades of Medium Violet Red #D40D92
Tints of Medium Violet Red #D40D92
RGB
CMYK
RGB Variations
Color information
#D40D92 (or 0xD40D92) is known color: Medium Violet Red. HEX triplet: D4, 0D and 92. RGB value is (212,13,146). Sum of RGB (Red+Green+Blue) = 212+13+146=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40D92 is #2BF26D. Grayscale: #575757. Windows color (decimal): -2880110 or 9571796. OLE color: 9571796.
HSL color Cylindrical-coordinate representation of color #D40D92: hue angle of 319.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40D92 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 146 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.17 |
| HSL | 319.9º | 0.88% | 0.44% | - |
| HSV(B) | 319.9º | 0.94% | 0.83% | - |
| XYZ | 32.48 | 16.36 | 28.64 | - |
| YUV | 87.66 | 160.93 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 146 | 0 | 0.94 | 0.31 | 0.17 | 319.9 | 0.88 | 0.44 |
| Hex | D4 | D | 92 | 0 | 5E | 1F | 11 | 140 | 58 | 2C |
| Octal | 324 | 15 | 222 | 0 | 136 | 37 | 21 | 500 | 130 | 54 |
| Binary | 11010100 | 1101 | 10010010 | 0 | 1011110 | 11111 | 10001 | 101000000 | 1011000 | 101100 |
Color Harmonies of #D40D92
Complementary color
Monochromatic Colors of #D40D92
Black with #D40D92
Text Example
Text Example
White with #D40D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40D92; }
p { color: rgb(212,13,146); }
H1.HeaderClassName
{
color: #D40D92;
}
.AnyTagClassName
{
color: #D40D92;
}
</style>
background-color css
<style>
a { background-color: #D40D92; }
a { background-color: rgb(212,13,146); }
div.DivClassName
{
background-color: #D40D92;
}
.BgClassName
{
background-color: #D40D92;
}
</style>
border-color css
<style>
span { border-color: #D40D92; }
span { border-color: rgb(212,13,146); }
td.TdClassName
{
border-color: #D40D92;
}
.TagClassName
{
border-color: #D40D92;
}
</style>