Shades of Medium Violet Red #D2188E
Tints of Medium Violet Red #D2188E
RGB
CMYK
RGB Variations
Color information
#D2188E (or 0xD2188E) is known color: Medium Violet Red. HEX triplet: D2, 18 and 8E. RGB value is (210,24,142). Sum of RGB (Red+Green+Blue) = 210+24+142=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2188E is #2DE771. Grayscale: #5C5C5C. Windows color (decimal): -3008370 or 9312466. OLE color: 9312466.
HSL color Cylindrical-coordinate representation of color #D2188E: hue angle of 321.94º 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 #D2188E is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 142 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.18 |
| HSL | 321.94º | 0.79% | 0.46% | - |
| HSV(B) | 321.94º | 0.89% | 0.82% | - |
| XYZ | 31.79 | 16.31 | 27.06 | - |
| YUV | 93.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 142 | 0 | 0.89 | 0.32 | 0.18 | 321.94 | 0.79 | 0.46 |
| Hex | D2 | 18 | 8E | 0 | 59 | 20 | 12 | 142 | 4F | 2E |
| Octal | 322 | 30 | 216 | 0 | 131 | 40 | 22 | 502 | 117 | 56 |
| Binary | 11010010 | 11000 | 10001110 | 0 | 1011001 | 100000 | 10010 | 101000010 | 1001111 | 101110 |
Color Harmonies of #D2188E
Complementary color
Monochromatic Colors of #D2188E
Black with #D2188E
Text Example
Text Example
White with #D2188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2188E; }
p { color: rgb(210,24,142); }
H1.HeaderClassName
{
color: #D2188E;
}
.AnyTagClassName
{
color: #D2188E;
}
</style>
background-color css
<style>
a { background-color: #D2188E; }
a { background-color: rgb(210,24,142); }
div.DivClassName
{
background-color: #D2188E;
}
.BgClassName
{
background-color: #D2188E;
}
</style>
border-color css
<style>
span { border-color: #D2188E; }
span { border-color: rgb(210,24,142); }
td.TdClassName
{
border-color: #D2188E;
}
.TagClassName
{
border-color: #D2188E;
}
</style>