Shades of Medium Violet Red #D3187A
Tints of Medium Violet Red #D3187A
RGB
CMYK
RGB Variations
Color information
#D3187A (or 0xD3187A) is known color: Medium Violet Red. HEX triplet: D3, 18 and 7A. RGB value is (211,24,122). Sum of RGB (Red+Green+Blue) = 211+24+122=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3187A is #2CE785. Grayscale: #5A5A5A. Windows color (decimal): -2942854 or 8001747. OLE color: 8001747.
HSL color Cylindrical-coordinate representation of color #D3187A: hue angle of 328.56º 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 #D3187A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 122 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.17 |
| HSL | 328.56º | 0.8% | 0.46% | - |
| HSV(B) | 328.56º | 0.89% | 0.83% | - |
| XYZ | 30.7 | 15.91 | 19.86 | - |
| YUV | 91.09 | 145.45 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 122 | 0 | 0.89 | 0.42 | 0.17 | 328.56 | 0.8 | 0.46 |
| Hex | D3 | 18 | 7A | 0 | 59 | 2A | 11 | 149 | 50 | 2E |
| Octal | 323 | 30 | 172 | 0 | 131 | 52 | 21 | 511 | 120 | 56 |
| Binary | 11010011 | 11000 | 1111010 | 0 | 1011001 | 101010 | 10001 | 101001001 | 1010000 | 101110 |
Color Harmonies of #D3187A
Complementary color
Monochromatic Colors of #D3187A
Black with #D3187A
Text Example
Text Example
White with #D3187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3187A; }
p { color: rgb(211,24,122); }
H1.HeaderClassName
{
color: #D3187A;
}
.AnyTagClassName
{
color: #D3187A;
}
</style>
background-color css
<style>
a { background-color: #D3187A; }
a { background-color: rgb(211,24,122); }
div.DivClassName
{
background-color: #D3187A;
}
.BgClassName
{
background-color: #D3187A;
}
</style>
border-color css
<style>
span { border-color: #D3187A; }
span { border-color: rgb(211,24,122); }
td.TdClassName
{
border-color: #D3187A;
}
.TagClassName
{
border-color: #D3187A;
}
</style>