Shades of Medium Violet Red #D4137F
Tints of Medium Violet Red #D4137F
RGB
CMYK
RGB Variations
Color information
#D4137F (or 0xD4137F) is known color: Medium Violet Red. HEX triplet: D4, 13 and 7F. RGB value is (212,19,127). Sum of RGB (Red+Green+Blue) = 212+19+127=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4137F is #2BEC80. Grayscale: #585858. Windows color (decimal): -2878593 or 8328148. OLE color: 8328148.
HSL color Cylindrical-coordinate representation of color #D4137F: hue angle of 326.42º 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 #D4137F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 127 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.17 |
| HSL | 326.42º | 0.84% | 0.45% | - |
| HSV(B) | 326.42º | 0.91% | 0.83% | - |
| XYZ | 31.22 | 16 | 21.52 | - |
| YUV | 89.02 | 149.44 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 127 | 0 | 0.91 | 0.40 | 0.17 | 326.42 | 0.84 | 0.45 |
| Hex | D4 | 13 | 7F | 0 | 5B | 28 | 11 | 146 | 54 | 2D |
| Octal | 324 | 23 | 177 | 0 | 133 | 50 | 21 | 506 | 124 | 55 |
| Binary | 11010100 | 10011 | 1111111 | 0 | 1011011 | 101000 | 10001 | 101000110 | 1010100 | 101101 |
Color Harmonies of #D4137F
Complementary color
Monochromatic Colors of #D4137F
Black with #D4137F
Text Example
Text Example
White with #D4137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4137F; }
p { color: rgb(212,19,127); }
H1.HeaderClassName
{
color: #D4137F;
}
.AnyTagClassName
{
color: #D4137F;
}
</style>
background-color css
<style>
a { background-color: #D4137F; }
a { background-color: rgb(212,19,127); }
div.DivClassName
{
background-color: #D4137F;
}
.BgClassName
{
background-color: #D4137F;
}
</style>
border-color css
<style>
span { border-color: #D4137F; }
span { border-color: rgb(212,19,127); }
td.TdClassName
{
border-color: #D4137F;
}
.TagClassName
{
border-color: #D4137F;
}
</style>