Shades of Medium Violet Red #D40E89
Tints of Medium Violet Red #D40E89
RGB
CMYK
RGB Variations
Color information
#D40E89 (or 0xD40E89) is known color: Medium Violet Red. HEX triplet: D4, 0E and 89. RGB value is (212,14,137). Sum of RGB (Red+Green+Blue) = 212+14+137=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40E89 is #2BF176. Grayscale: #565656. Windows color (decimal): -2879863 or 8982228. OLE color: 8982228.
HSL color Cylindrical-coordinate representation of color #D40E89: hue angle of 322.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E89 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 137 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.17 |
| HSL | 322.73º | 0.88% | 0.44% | - |
| HSV(B) | 322.73º | 0.93% | 0.83% | - |
| XYZ | 31.82 | 16.12 | 25.1 | - |
| YUV | 87.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 137 | 0 | 0.93 | 0.35 | 0.17 | 322.73 | 0.88 | 0.44 |
| Hex | D4 | E | 89 | 0 | 5D | 23 | 11 | 143 | 58 | 2C |
| Octal | 324 | 16 | 211 | 0 | 135 | 43 | 21 | 503 | 130 | 54 |
| Binary | 11010100 | 1110 | 10001001 | 0 | 1011101 | 100011 | 10001 | 101000011 | 1011000 | 101100 |
Color Harmonies of #D40E89
Complementary color
Monochromatic Colors of #D40E89
Black with #D40E89
Text Example
Text Example
White with #D40E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E89; }
p { color: rgb(212,14,137); }
H1.HeaderClassName
{
color: #D40E89;
}
.AnyTagClassName
{
color: #D40E89;
}
</style>
background-color css
<style>
a { background-color: #D40E89; }
a { background-color: rgb(212,14,137); }
div.DivClassName
{
background-color: #D40E89;
}
.BgClassName
{
background-color: #D40E89;
}
</style>
border-color css
<style>
span { border-color: #D40E89; }
span { border-color: rgb(212,14,137); }
td.TdClassName
{
border-color: #D40E89;
}
.TagClassName
{
border-color: #D40E89;
}
</style>