Shades of Medium Violet Red #D4187A
Tints of Medium Violet Red #D4187A
RGB
CMYK
RGB Variations
Color information
#D4187A (or 0xD4187A) is known color: Medium Violet Red. HEX triplet: D4, 18 and 7A. RGB value is (212,24,122). Sum of RGB (Red+Green+Blue) = 212+24+122=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4187A is #2BE785. Grayscale: #5B5B5B. Windows color (decimal): -2877318 or 8001748. OLE color: 8001748.
HSL color Cylindrical-coordinate representation of color #D4187A: hue angle of 328.72º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4187A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 122 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.17 |
| HSL | 328.72º | 0.8% | 0.46% | - |
| HSV(B) | 328.72º | 0.89% | 0.83% | - |
| XYZ | 30.99 | 16.06 | 19.88 | - |
| YUV | 91.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 122 | 0 | 0.89 | 0.42 | 0.17 | 328.72 | 0.8 | 0.46 |
| Hex | D4 | 18 | 7A | 0 | 59 | 2A | 11 | 149 | 50 | 2E |
| Octal | 324 | 30 | 172 | 0 | 131 | 52 | 21 | 511 | 120 | 56 |
| Binary | 11010100 | 11000 | 1111010 | 0 | 1011001 | 101010 | 10001 | 101001001 | 1010000 | 101110 |
Color Harmonies of #D4187A
Complementary color
Monochromatic Colors of #D4187A
Black with #D4187A
Text Example
Text Example
White with #D4187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4187A; }
p { color: rgb(212,24,122); }
H1.HeaderClassName
{
color: #D4187A;
}
.AnyTagClassName
{
color: #D4187A;
}
</style>
background-color css
<style>
a { background-color: #D4187A; }
a { background-color: rgb(212,24,122); }
div.DivClassName
{
background-color: #D4187A;
}
.BgClassName
{
background-color: #D4187A;
}
</style>
border-color css
<style>
span { border-color: #D4187A; }
span { border-color: rgb(212,24,122); }
td.TdClassName
{
border-color: #D4187A;
}
.TagClassName
{
border-color: #D4187A;
}
</style>