Shades of Medium Violet Red #D40C89
Tints of Medium Violet Red #D40C89
RGB
CMYK
RGB Variations
Color information
#D40C89 (or 0xD40C89) is known color: Medium Violet Red. HEX triplet: D4, 0C and 89. RGB value is (212,12,137). Sum of RGB (Red+Green+Blue) = 212+12+137=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40C89 is #2BF376. Grayscale: #555555. Windows color (decimal): -2880375 or 8981716. OLE color: 8981716.
HSL color Cylindrical-coordinate representation of color #D40C89: hue angle of 322.5º degrees, saturation: 0.89, 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 #D40C89 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 137 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.17 |
| HSL | 322.5º | 0.89% | 0.44% | - |
| HSV(B) | 322.5º | 0.94% | 0.83% | - |
| XYZ | 31.8 | 16.07 | 25.09 | - |
| YUV | 86.05 | 156.76 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 137 | 0 | 0.94 | 0.35 | 0.17 | 322.5 | 0.89 | 0.44 |
| Hex | D4 | C | 89 | 0 | 5E | 23 | 11 | 142 | 59 | 2C |
| Octal | 324 | 14 | 211 | 0 | 136 | 43 | 21 | 502 | 131 | 54 |
| Binary | 11010100 | 1100 | 10001001 | 0 | 1011110 | 100011 | 10001 | 101000010 | 1011001 | 101100 |
Color Harmonies of #D40C89
Complementary color
Monochromatic Colors of #D40C89
Black with #D40C89
Text Example
Text Example
White with #D40C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C89; }
p { color: rgb(212,12,137); }
H1.HeaderClassName
{
color: #D40C89;
}
.AnyTagClassName
{
color: #D40C89;
}
</style>
background-color css
<style>
a { background-color: #D40C89; }
a { background-color: rgb(212,12,137); }
div.DivClassName
{
background-color: #D40C89;
}
.BgClassName
{
background-color: #D40C89;
}
</style>
border-color css
<style>
span { border-color: #D40C89; }
span { border-color: rgb(212,12,137); }
td.TdClassName
{
border-color: #D40C89;
}
.TagClassName
{
border-color: #D40C89;
}
</style>