Shades of Medium Violet Red #D40A9F
Tints of Medium Violet Red #D40A9F
RGB
CMYK
RGB Variations
Color information
#D40A9F (or 0xD40A9F) is known color: Medium Violet Red. HEX triplet: D4, 0A and 9F. RGB value is (212,10,159). Sum of RGB (Red+Green+Blue) = 212+10+159=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40A9F is #2BF560. Grayscale: #565656. Windows color (decimal): -2880865 or 10422996. OLE color: 10422996.
HSL color Cylindrical-coordinate representation of color #D40A9F: hue angle of 315.74º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A9F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 159 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.17 |
| HSL | 315.74º | 0.91% | 0.44% | - |
| HSV(B) | 315.74º | 0.95% | 0.83% | - |
| XYZ | 33.52 | 16.72 | 34.26 | - |
| YUV | 87.38 | 168.42 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 159 | 0 | 0.95 | 0.25 | 0.17 | 315.74 | 0.91 | 0.44 |
| Hex | D4 | A | 9F | 0 | 5F | 19 | 11 | 13C | 5B | 2C |
| Octal | 324 | 12 | 237 | 0 | 137 | 31 | 21 | 474 | 133 | 54 |
| Binary | 11010100 | 1010 | 10011111 | 0 | 1011111 | 11001 | 10001 | 100111100 | 1011011 | 101100 |
Color Harmonies of #D40A9F
Complementary color
Monochromatic Colors of #D40A9F
Black with #D40A9F
Text Example
Text Example
White with #D40A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A9F; }
p { color: rgb(212,10,159); }
H1.HeaderClassName
{
color: #D40A9F;
}
.AnyTagClassName
{
color: #D40A9F;
}
</style>
background-color css
<style>
a { background-color: #D40A9F; }
a { background-color: rgb(212,10,159); }
div.DivClassName
{
background-color: #D40A9F;
}
.BgClassName
{
background-color: #D40A9F;
}
</style>
border-color css
<style>
span { border-color: #D40A9F; }
span { border-color: rgb(212,10,159); }
td.TdClassName
{
border-color: #D40A9F;
}
.TagClassName
{
border-color: #D40A9F;
}
</style>