Shades of Medium Violet Red #D4157B
Tints of Medium Violet Red #D4157B
RGB
CMYK
RGB Variations
Color information
#D4157B (or 0xD4157B) is known color: Medium Violet Red. HEX triplet: D4, 15 and 7B. RGB value is (212,21,123). Sum of RGB (Red+Green+Blue) = 212+21+123=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4157B is #2BEA84. Grayscale: #595959. Windows color (decimal): -2878085 or 8066516. OLE color: 8066516.
HSL color Cylindrical-coordinate representation of color #D4157B: hue angle of 327.96º 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 #D4157B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 123 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.17 |
| HSL | 327.96º | 0.82% | 0.46% | - |
| HSV(B) | 327.96º | 0.9% | 0.83% | - |
| XYZ | 30.99 | 15.96 | 20.19 | - |
| YUV | 89.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 123 | 0 | 0.90 | 0.42 | 0.17 | 327.96 | 0.82 | 0.46 |
| Hex | D4 | 15 | 7B | 0 | 5A | 2A | 11 | 148 | 52 | 2E |
| Octal | 324 | 25 | 173 | 0 | 132 | 52 | 21 | 510 | 122 | 56 |
| Binary | 11010100 | 10101 | 1111011 | 0 | 1011010 | 101010 | 10001 | 101001000 | 1010010 | 101110 |
Color Harmonies of #D4157B
Complementary color
Monochromatic Colors of #D4157B
Black with #D4157B
Text Example
Text Example
White with #D4157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4157B; }
p { color: rgb(212,21,123); }
H1.HeaderClassName
{
color: #D4157B;
}
.AnyTagClassName
{
color: #D4157B;
}
</style>
background-color css
<style>
a { background-color: #D4157B; }
a { background-color: rgb(212,21,123); }
div.DivClassName
{
background-color: #D4157B;
}
.BgClassName
{
background-color: #D4157B;
}
</style>
border-color css
<style>
span { border-color: #D4157B; }
span { border-color: rgb(212,21,123); }
td.TdClassName
{
border-color: #D4157B;
}
.TagClassName
{
border-color: #D4157B;
}
</style>