Shades of Medium Violet Red #D41697
Tints of Medium Violet Red #D41697
RGB
CMYK
RGB Variations
Color information
#D41697 (or 0xD41697) is known color: Medium Violet Red. HEX triplet: D4, 16 and 97. RGB value is (212,22,151). Sum of RGB (Red+Green+Blue) = 212+22+151=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D41697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41697 is #2BE968. Grayscale: #5D5D5D. Windows color (decimal): -2877801 or 9901780. OLE color: 9901780.
HSL color Cylindrical-coordinate representation of color #D41697: hue angle of 319.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41697 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 151 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.17 |
| HSL | 319.26º | 0.81% | 0.46% | - |
| HSV(B) | 319.26º | 0.9% | 0.83% | - |
| XYZ | 33.02 | 16.81 | 30.78 | - |
| YUV | 93.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 151 | 0 | 0.90 | 0.29 | 0.17 | 319.26 | 0.81 | 0.46 |
| Hex | D4 | 16 | 97 | 0 | 5A | 1D | 11 | 13F | 51 | 2E |
| Octal | 324 | 26 | 227 | 0 | 132 | 35 | 21 | 477 | 121 | 56 |
| Binary | 11010100 | 10110 | 10010111 | 0 | 1011010 | 11101 | 10001 | 100111111 | 1010001 | 101110 |
Color Harmonies of #D41697
Complementary color
Monochromatic Colors of #D41697
Black with #D41697
Text Example
Text Example
White with #D41697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41697; }
p { color: rgb(212,22,151); }
H1.HeaderClassName
{
color: #D41697;
}
.AnyTagClassName
{
color: #D41697;
}
</style>
background-color css
<style>
a { background-color: #D41697; }
a { background-color: rgb(212,22,151); }
div.DivClassName
{
background-color: #D41697;
}
.BgClassName
{
background-color: #D41697;
}
</style>
border-color css
<style>
span { border-color: #D41697; }
span { border-color: rgb(212,22,151); }
td.TdClassName
{
border-color: #D41697;
}
.TagClassName
{
border-color: #D41697;
}
</style>