Shades of Medium Violet Red #D40889
Tints of Medium Violet Red #D40889
RGB
CMYK
RGB Variations
Color information
#D40889 (or 0xD40889) is known color: Medium Violet Red. HEX triplet: D4, 08 and 89. RGB value is (212,8,137). Sum of RGB (Red+Green+Blue) = 212+8+137=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D40889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40889 is #2BF776. Grayscale: #535353. Windows color (decimal): -2881399 or 8980692. OLE color: 8980692.
HSL color Cylindrical-coordinate representation of color #D40889: hue angle of 322.06º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40889 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.17 |
| HSL | 322.06º | 0.93% | 0.43% | - |
| HSV(B) | 322.06º | 0.96% | 0.83% | - |
| XYZ | 31.75 | 15.98 | 25.08 | - |
| YUV | 83.7 | 158.09 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 137 | 0 | 0.96 | 0.35 | 0.17 | 322.06 | 0.93 | 0.43 |
| Hex | D4 | 8 | 89 | 0 | 60 | 23 | 11 | 142 | 5D | 2B |
| Octal | 324 | 10 | 211 | 0 | 140 | 43 | 21 | 502 | 135 | 53 |
| Binary | 11010100 | 1000 | 10001001 | 0 | 1100000 | 100011 | 10001 | 101000010 | 1011101 | 101011 |
Color Harmonies of #D40889
Complementary color
Monochromatic Colors of #D40889
Black with #D40889
Text Example
Text Example
White with #D40889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40889; }
p { color: rgb(212,8,137); }
H1.HeaderClassName
{
color: #D40889;
}
.AnyTagClassName
{
color: #D40889;
}
</style>
background-color css
<style>
a { background-color: #D40889; }
a { background-color: rgb(212,8,137); }
div.DivClassName
{
background-color: #D40889;
}
.BgClassName
{
background-color: #D40889;
}
</style>
border-color css
<style>
span { border-color: #D40889; }
span { border-color: rgb(212,8,137); }
td.TdClassName
{
border-color: #D40889;
}
.TagClassName
{
border-color: #D40889;
}
</style>