Shades of Medium Violet Red #D2187A
Tints of Medium Violet Red #D2187A
RGB
CMYK
RGB Variations
Color information
#D2187A (or 0xD2187A) is known color: Medium Violet Red. HEX triplet: D2, 18 and 7A. RGB value is (210,24,122). Sum of RGB (Red+Green+Blue) = 210+24+122=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2187A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2187A is #2DE785. Grayscale: #5A5A5A. Windows color (decimal): -3008390 or 8001746. OLE color: 8001746.
HSL color Cylindrical-coordinate representation of color #D2187A: hue angle of 328.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2187A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 122 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.18 |
| HSL | 328.39º | 0.79% | 0.46% | - |
| HSV(B) | 328.39º | 0.89% | 0.82% | - |
| XYZ | 30.42 | 15.76 | 19.85 | - |
| YUV | 90.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 122 | 0 | 0.89 | 0.42 | 0.18 | 328.39 | 0.79 | 0.46 |
| Hex | D2 | 18 | 7A | 0 | 59 | 2A | 12 | 148 | 4F | 2E |
| Octal | 322 | 30 | 172 | 0 | 131 | 52 | 22 | 510 | 117 | 56 |
| Binary | 11010010 | 11000 | 1111010 | 0 | 1011001 | 101010 | 10010 | 101001000 | 1001111 | 101110 |
Color Harmonies of #D2187A
Complementary color
Monochromatic Colors of #D2187A
Black with #D2187A
Text Example
Text Example
White with #D2187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2187A; }
p { color: rgb(210,24,122); }
H1.HeaderClassName
{
color: #D2187A;
}
.AnyTagClassName
{
color: #D2187A;
}
</style>
background-color css
<style>
a { background-color: #D2187A; }
a { background-color: rgb(210,24,122); }
div.DivClassName
{
background-color: #D2187A;
}
.BgClassName
{
background-color: #D2187A;
}
</style>
border-color css
<style>
span { border-color: #D2187A; }
span { border-color: rgb(210,24,122); }
td.TdClassName
{
border-color: #D2187A;
}
.TagClassName
{
border-color: #D2187A;
}
</style>