Shades of Medium Violet Red #D40995
Tints of Medium Violet Red #D40995
RGB
CMYK
RGB Variations
Color information
#D40995 (or 0xD40995) is known color: Medium Violet Red. HEX triplet: D4, 09 and 95. RGB value is (212,9,149). Sum of RGB (Red+Green+Blue) = 212+9+149=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D40995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40995 is #2BF66A. Grayscale: #555555. Windows color (decimal): -2881131 or 9767380. OLE color: 9767380.
HSL color Cylindrical-coordinate representation of color #D40995: hue angle of 318.62º degrees, saturation: 0.92, 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 #D40995 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.17 |
| HSL | 318.62º | 0.92% | 0.43% | - |
| HSV(B) | 318.62º | 0.96% | 0.83% | - |
| XYZ | 32.67 | 16.36 | 29.87 | - |
| YUV | 85.66 | 163.75 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 149 | 0 | 0.96 | 0.30 | 0.17 | 318.62 | 0.92 | 0.43 |
| Hex | D4 | 9 | 95 | 0 | 60 | 1E | 11 | 13F | 5C | 2B |
| Octal | 324 | 11 | 225 | 0 | 140 | 36 | 21 | 477 | 134 | 53 |
| Binary | 11010100 | 1001 | 10010101 | 0 | 1100000 | 11110 | 10001 | 100111111 | 1011100 | 101011 |
Color Harmonies of #D40995
Complementary color
Monochromatic Colors of #D40995
Black with #D40995
Text Example
Text Example
White with #D40995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40995; }
p { color: rgb(212,9,149); }
H1.HeaderClassName
{
color: #D40995;
}
.AnyTagClassName
{
color: #D40995;
}
</style>
background-color css
<style>
a { background-color: #D40995; }
a { background-color: rgb(212,9,149); }
div.DivClassName
{
background-color: #D40995;
}
.BgClassName
{
background-color: #D40995;
}
</style>
border-color css
<style>
span { border-color: #D40995; }
span { border-color: rgb(212,9,149); }
td.TdClassName
{
border-color: #D40995;
}
.TagClassName
{
border-color: #D40995;
}
</style>