Shades of Medium Violet Red #D4137B
Tints of Medium Violet Red #D4137B
RGB
CMYK
RGB Variations
Color information
#D4137B (or 0xD4137B) is known color: Medium Violet Red. HEX triplet: D4, 13 and 7B. RGB value is (212,19,123). Sum of RGB (Red+Green+Blue) = 212+19+123=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4137B is #2BEC84. Grayscale: #585858. Windows color (decimal): -2878597 or 8066004. OLE color: 8066004.
HSL color Cylindrical-coordinate representation of color #D4137B: hue angle of 327.67º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4137B is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 123 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.17 |
| HSL | 327.67º | 0.84% | 0.45% | - |
| HSV(B) | 327.67º | 0.91% | 0.83% | - |
| XYZ | 30.96 | 15.89 | 20.17 | - |
| YUV | 88.56 | 147.44 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 123 | 0 | 0.91 | 0.42 | 0.17 | 327.67 | 0.84 | 0.45 |
| Hex | D4 | 13 | 7B | 0 | 5B | 2A | 11 | 148 | 54 | 2D |
| Octal | 324 | 23 | 173 | 0 | 133 | 52 | 21 | 510 | 124 | 55 |
| Binary | 11010100 | 10011 | 1111011 | 0 | 1011011 | 101010 | 10001 | 101001000 | 1010100 | 101101 |
Color Harmonies of #D4137B
Complementary color
Monochromatic Colors of #D4137B
Black with #D4137B
Text Example
Text Example
White with #D4137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4137B; }
p { color: rgb(212,19,123); }
H1.HeaderClassName
{
color: #D4137B;
}
.AnyTagClassName
{
color: #D4137B;
}
</style>
background-color css
<style>
a { background-color: #D4137B; }
a { background-color: rgb(212,19,123); }
div.DivClassName
{
background-color: #D4137B;
}
.BgClassName
{
background-color: #D4137B;
}
</style>
border-color css
<style>
span { border-color: #D4137B; }
span { border-color: rgb(212,19,123); }
td.TdClassName
{
border-color: #D4137B;
}
.TagClassName
{
border-color: #D4137B;
}
</style>