Shades of Medium Violet Red #D2189F
Tints of Medium Violet Red #D2189F
RGB
CMYK
RGB Variations
Color information
#D2189F (or 0xD2189F) is known color: Medium Violet Red. HEX triplet: D2, 18 and 9F. RGB value is (210,24,159). Sum of RGB (Red+Green+Blue) = 210+24+159=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2189F is #2DE760. Grayscale: #5E5E5E. Windows color (decimal): -3008353 or 10426578. OLE color: 10426578.
HSL color Cylindrical-coordinate representation of color #D2189F: hue angle of 316.45º 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 #D2189F is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 159 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.18 |
| HSL | 316.45º | 0.79% | 0.46% | - |
| HSV(B) | 316.45º | 0.89% | 0.82% | - |
| XYZ | 33.16 | 16.86 | 34.31 | - |
| YUV | 95 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 159 | 0 | 0.89 | 0.24 | 0.18 | 316.45 | 0.79 | 0.46 |
| Hex | D2 | 18 | 9F | 0 | 59 | 18 | 12 | 13C | 4F | 2E |
| Octal | 322 | 30 | 237 | 0 | 131 | 30 | 22 | 474 | 117 | 56 |
| Binary | 11010010 | 11000 | 10011111 | 0 | 1011001 | 11000 | 10010 | 100111100 | 1001111 | 101110 |
Color Harmonies of #D2189F
Complementary color
Monochromatic Colors of #D2189F
Black with #D2189F
Text Example
Text Example
White with #D2189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2189F; }
p { color: rgb(210,24,159); }
H1.HeaderClassName
{
color: #D2189F;
}
.AnyTagClassName
{
color: #D2189F;
}
</style>
background-color css
<style>
a { background-color: #D2189F; }
a { background-color: rgb(210,24,159); }
div.DivClassName
{
background-color: #D2189F;
}
.BgClassName
{
background-color: #D2189F;
}
</style>
border-color css
<style>
span { border-color: #D2189F; }
span { border-color: rgb(210,24,159); }
td.TdClassName
{
border-color: #D2189F;
}
.TagClassName
{
border-color: #D2189F;
}
</style>