Shades of Medium Violet Red #D40389
Tints of Medium Violet Red #D40389
RGB
CMYK
RGB Variations
Color information
#D40389 (or 0xD40389) is known color: Medium Violet Red. HEX triplet: D4, 03 and 89. RGB value is (212,3,137). Sum of RGB (Red+Green+Blue) = 212+3+137=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D40389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40389 is #2BFC76. Grayscale: #505050. Windows color (decimal): -2882679 or 8979412. OLE color: 8979412.
HSL color Cylindrical-coordinate representation of color #D40389: hue angle of 321.53º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40389 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 137 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.17 |
| HSL | 321.53º | 0.97% | 0.42% | - |
| HSV(B) | 321.53º | 0.99% | 0.83% | - |
| XYZ | 31.7 | 15.87 | 25.06 | - |
| YUV | 80.77 | 159.74 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 137 | 0 | 0.99 | 0.35 | 0.17 | 321.53 | 0.97 | 0.42 |
| Hex | D4 | 3 | 89 | 0 | 63 | 23 | 11 | 142 | 61 | 2A |
| Octal | 324 | 3 | 211 | 0 | 143 | 43 | 21 | 502 | 141 | 52 |
| Binary | 11010100 | 11 | 10001001 | 0 | 1100011 | 100011 | 10001 | 101000010 | 1100001 | 101010 |
Color Harmonies of #D40389
Complementary color
Monochromatic Colors of #D40389
Black with #D40389
Text Example
Text Example
White with #D40389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40389; }
p { color: rgb(212,3,137); }
H1.HeaderClassName
{
color: #D40389;
}
.AnyTagClassName
{
color: #D40389;
}
</style>
background-color css
<style>
a { background-color: #D40389; }
a { background-color: rgb(212,3,137); }
div.DivClassName
{
background-color: #D40389;
}
.BgClassName
{
background-color: #D40389;
}
</style>
border-color css
<style>
span { border-color: #D40389; }
span { border-color: rgb(212,3,137); }
td.TdClassName
{
border-color: #D40389;
}
.TagClassName
{
border-color: #D40389;
}
</style>