Shades of Medium Violet Red #D2189D
Tints of Medium Violet Red #D2189D
RGB
CMYK
RGB Variations
Color information
#D2189D (or 0xD2189D) is known color: Medium Violet Red. HEX triplet: D2, 18 and 9D. RGB value is (210,24,157). Sum of RGB (Red+Green+Blue) = 210+24+157=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2189D is #2DE762. Grayscale: #5E5E5E. Windows color (decimal): -3008355 or 10295506. OLE color: 10295506.
HSL color Cylindrical-coordinate representation of color #D2189D: hue angle of 317.1º 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 #D2189D is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 157 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.18 |
| HSL | 317.1º | 0.79% | 0.46% | - |
| HSV(B) | 317.1º | 0.89% | 0.82% | - |
| XYZ | 32.99 | 16.79 | 33.4 | - |
| YUV | 94.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 157 | 0 | 0.89 | 0.25 | 0.18 | 317.1 | 0.79 | 0.46 |
| Hex | D2 | 18 | 9D | 0 | 59 | 19 | 12 | 13D | 4F | 2E |
| Octal | 322 | 30 | 235 | 0 | 131 | 31 | 22 | 475 | 117 | 56 |
| Binary | 11010010 | 11000 | 10011101 | 0 | 1011001 | 11001 | 10010 | 100111101 | 1001111 | 101110 |
Color Harmonies of #D2189D
Complementary color
Monochromatic Colors of #D2189D
Black with #D2189D
Text Example
Text Example
White with #D2189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2189D; }
p { color: rgb(210,24,157); }
H1.HeaderClassName
{
color: #D2189D;
}
.AnyTagClassName
{
color: #D2189D;
}
</style>
background-color css
<style>
a { background-color: #D2189D; }
a { background-color: rgb(210,24,157); }
div.DivClassName
{
background-color: #D2189D;
}
.BgClassName
{
background-color: #D2189D;
}
</style>
border-color css
<style>
span { border-color: #D2189D; }
span { border-color: rgb(210,24,157); }
td.TdClassName
{
border-color: #D2189D;
}
.TagClassName
{
border-color: #D2189D;
}
</style>