Shades of Medium Violet Red #D40997
Tints of Medium Violet Red #D40997
RGB
CMYK
RGB Variations
Color information
#D40997 (or 0xD40997) is known color: Medium Violet Red. HEX triplet: D4, 09 and 97. RGB value is (212,9,151). Sum of RGB (Red+Green+Blue) = 212+9+151=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D40997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40997 is #2BF668. Grayscale: #555555. Windows color (decimal): -2881129 or 9898452. OLE color: 9898452.
HSL color Cylindrical-coordinate representation of color #D40997: hue angle of 318.03º 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 #D40997 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.17 |
| HSL | 318.03º | 0.92% | 0.43% | - |
| HSV(B) | 318.03º | 0.96% | 0.83% | - |
| XYZ | 32.83 | 16.43 | 30.72 | - |
| YUV | 85.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 151 | 0 | 0.96 | 0.29 | 0.17 | 318.03 | 0.92 | 0.43 |
| Hex | D4 | 9 | 97 | 0 | 60 | 1D | 11 | 13E | 5C | 2B |
| Octal | 324 | 11 | 227 | 0 | 140 | 35 | 21 | 476 | 134 | 53 |
| Binary | 11010100 | 1001 | 10010111 | 0 | 1100000 | 11101 | 10001 | 100111110 | 1011100 | 101011 |
Color Harmonies of #D40997
Complementary color
Monochromatic Colors of #D40997
Black with #D40997
Text Example
Text Example
White with #D40997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40997; }
p { color: rgb(212,9,151); }
H1.HeaderClassName
{
color: #D40997;
}
.AnyTagClassName
{
color: #D40997;
}
</style>
background-color css
<style>
a { background-color: #D40997; }
a { background-color: rgb(212,9,151); }
div.DivClassName
{
background-color: #D40997;
}
.BgClassName
{
background-color: #D40997;
}
</style>
border-color css
<style>
span { border-color: #D40997; }
span { border-color: rgb(212,9,151); }
td.TdClassName
{
border-color: #D40997;
}
.TagClassName
{
border-color: #D40997;
}
</style>