Shades of Medium Violet Red #D2188A
Tints of Medium Violet Red #D2188A
RGB
CMYK
RGB Variations
Color information
#D2188A (or 0xD2188A) is known color: Medium Violet Red. HEX triplet: D2, 18 and 8A. RGB value is (210,24,138). Sum of RGB (Red+Green+Blue) = 210+24+138=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2188A is #2DE775. Grayscale: #5C5C5C. Windows color (decimal): -3008374 or 9050322. OLE color: 9050322.
HSL color Cylindrical-coordinate representation of color #D2188A: hue angle of 323.23º 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 #D2188A is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 138 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.18 |
| HSL | 323.23º | 0.79% | 0.46% | - |
| HSV(B) | 323.23º | 0.89% | 0.82% | - |
| XYZ | 31.49 | 16.19 | 25.51 | - |
| YUV | 92.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 138 | 0 | 0.89 | 0.34 | 0.18 | 323.23 | 0.79 | 0.46 |
| Hex | D2 | 18 | 8A | 0 | 59 | 22 | 12 | 143 | 4F | 2E |
| Octal | 322 | 30 | 212 | 0 | 131 | 42 | 22 | 503 | 117 | 56 |
| Binary | 11010010 | 11000 | 10001010 | 0 | 1011001 | 100010 | 10010 | 101000011 | 1001111 | 101110 |
Color Harmonies of #D2188A
Complementary color
Monochromatic Colors of #D2188A
Black with #D2188A
Text Example
Text Example
White with #D2188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2188A; }
p { color: rgb(210,24,138); }
H1.HeaderClassName
{
color: #D2188A;
}
.AnyTagClassName
{
color: #D2188A;
}
</style>
background-color css
<style>
a { background-color: #D2188A; }
a { background-color: rgb(210,24,138); }
div.DivClassName
{
background-color: #D2188A;
}
.BgClassName
{
background-color: #D2188A;
}
</style>
border-color css
<style>
span { border-color: #D2188A; }
span { border-color: rgb(210,24,138); }
td.TdClassName
{
border-color: #D2188A;
}
.TagClassName
{
border-color: #D2188A;
}
</style>