Shades of Medium Violet Red #D4169C
Tints of Medium Violet Red #D4169C
RGB
CMYK
RGB Variations
Color information
#D4169C (or 0xD4169C) is known color: Medium Violet Red. HEX triplet: D4, 16 and 9C. RGB value is (212,22,156). Sum of RGB (Red+Green+Blue) = 212+22+156=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4169C is #2BE963. Grayscale: #5D5D5D. Windows color (decimal): -2877796 or 10229460. OLE color: 10229460.
HSL color Cylindrical-coordinate representation of color #D4169C: hue angle of 317.68º 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 #D4169C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 156 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.17 |
| HSL | 317.68º | 0.81% | 0.46% | - |
| HSV(B) | 317.68º | 0.9% | 0.83% | - |
| XYZ | 33.44 | 16.97 | 32.97 | - |
| YUV | 94.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 156 | 0 | 0.90 | 0.26 | 0.17 | 317.68 | 0.81 | 0.46 |
| Hex | D4 | 16 | 9C | 0 | 5A | 1A | 11 | 13E | 51 | 2E |
| Octal | 324 | 26 | 234 | 0 | 132 | 32 | 21 | 476 | 121 | 56 |
| Binary | 11010100 | 10110 | 10011100 | 0 | 1011010 | 11010 | 10001 | 100111110 | 1010001 | 101110 |
Color Harmonies of #D4169C
Complementary color
Monochromatic Colors of #D4169C
Black with #D4169C
Text Example
Text Example
White with #D4169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4169C; }
p { color: rgb(212,22,156); }
H1.HeaderClassName
{
color: #D4169C;
}
.AnyTagClassName
{
color: #D4169C;
}
</style>
background-color css
<style>
a { background-color: #D4169C; }
a { background-color: rgb(212,22,156); }
div.DivClassName
{
background-color: #D4169C;
}
.BgClassName
{
background-color: #D4169C;
}
</style>
border-color css
<style>
span { border-color: #D4169C; }
span { border-color: rgb(212,22,156); }
td.TdClassName
{
border-color: #D4169C;
}
.TagClassName
{
border-color: #D4169C;
}
</style>