Shades of Medium Violet Red #D4127D
Tints of Medium Violet Red #D4127D
RGB
CMYK
RGB Variations
Color information
#D4127D (or 0xD4127D) is known color: Medium Violet Red. HEX triplet: D4, 12 and 7D. RGB value is (212,18,125). Sum of RGB (Red+Green+Blue) = 212+18+125=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4127D is #2BED82. Grayscale: #575757. Windows color (decimal): -2878851 or 8196820. OLE color: 8196820.
HSL color Cylindrical-coordinate representation of color #D4127D: hue angle of 326.91º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4127D is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 125 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.17 |
| HSL | 326.91º | 0.84% | 0.45% | - |
| HSV(B) | 326.91º | 0.92% | 0.83% | - |
| XYZ | 31.07 | 15.91 | 20.84 | - |
| YUV | 88.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 125 | 0 | 0.92 | 0.41 | 0.17 | 326.91 | 0.84 | 0.45 |
| Hex | D4 | 12 | 7D | 0 | 5C | 29 | 11 | 147 | 54 | 2D |
| Octal | 324 | 22 | 175 | 0 | 134 | 51 | 21 | 507 | 124 | 55 |
| Binary | 11010100 | 10010 | 1111101 | 0 | 1011100 | 101001 | 10001 | 101000111 | 1010100 | 101101 |
Color Harmonies of #D4127D
Complementary color
Monochromatic Colors of #D4127D
Black with #D4127D
Text Example
Text Example
White with #D4127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4127D; }
p { color: rgb(212,18,125); }
H1.HeaderClassName
{
color: #D4127D;
}
.AnyTagClassName
{
color: #D4127D;
}
</style>
background-color css
<style>
a { background-color: #D4127D; }
a { background-color: rgb(212,18,125); }
div.DivClassName
{
background-color: #D4127D;
}
.BgClassName
{
background-color: #D4127D;
}
</style>
border-color css
<style>
span { border-color: #D4127D; }
span { border-color: rgb(212,18,125); }
td.TdClassName
{
border-color: #D4127D;
}
.TagClassName
{
border-color: #D4127D;
}
</style>