Shades of Medium Violet Red #D4158F
Tints of Medium Violet Red #D4158F
RGB
CMYK
RGB Variations
Color information
#D4158F (or 0xD4158F) is known color: Medium Violet Red. HEX triplet: D4, 15 and 8F. RGB value is (212,21,143). Sum of RGB (Red+Green+Blue) = 212+21+143=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4158F is #2BEA70. Grayscale: #5B5B5B. Windows color (decimal): -2878065 or 9377236. OLE color: 9377236.
HSL color Cylindrical-coordinate representation of color #D4158F: hue angle of 321.68º degrees, saturation: 0.82, 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 #D4158F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 143 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.17 |
| HSL | 321.68º | 0.82% | 0.46% | - |
| HSV(B) | 321.68º | 0.9% | 0.83% | - |
| XYZ | 32.38 | 16.52 | 27.47 | - |
| YUV | 92.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 143 | 0 | 0.90 | 0.33 | 0.17 | 321.68 | 0.82 | 0.46 |
| Hex | D4 | 15 | 8F | 0 | 5A | 21 | 11 | 142 | 52 | 2E |
| Octal | 324 | 25 | 217 | 0 | 132 | 41 | 21 | 502 | 122 | 56 |
| Binary | 11010100 | 10101 | 10001111 | 0 | 1011010 | 100001 | 10001 | 101000010 | 1010010 | 101110 |
Color Harmonies of #D4158F
Complementary color
Monochromatic Colors of #D4158F
Black with #D4158F
Text Example
Text Example
White with #D4158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4158F; }
p { color: rgb(212,21,143); }
H1.HeaderClassName
{
color: #D4158F;
}
.AnyTagClassName
{
color: #D4158F;
}
</style>
background-color css
<style>
a { background-color: #D4158F; }
a { background-color: rgb(212,21,143); }
div.DivClassName
{
background-color: #D4158F;
}
.BgClassName
{
background-color: #D4158F;
}
</style>
border-color css
<style>
span { border-color: #D4158F; }
span { border-color: rgb(212,21,143); }
td.TdClassName
{
border-color: #D4158F;
}
.TagClassName
{
border-color: #D4158F;
}
</style>