Shades of Medium Violet Red #D2198B
Tints of Medium Violet Red #D2198B
RGB
CMYK
RGB Variations
Color information
#D2198B (or 0xD2198B) is known color: Medium Violet Red. HEX triplet: D2, 19 and 8B. RGB value is (210,25,139). Sum of RGB (Red+Green+Blue) = 210+25+139=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2198B is #2DE674. Grayscale: #5D5D5D. Windows color (decimal): -3008117 or 9116114. OLE color: 9116114.
HSL color Cylindrical-coordinate representation of color #D2198B: hue angle of 323.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2198B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 139 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.18 |
| HSL | 323.03º | 0.79% | 0.46% | - |
| HSV(B) | 323.03º | 0.88% | 0.82% | - |
| XYZ | 31.59 | 16.26 | 25.9 | - |
| YUV | 93.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 139 | 0 | 0.88 | 0.34 | 0.18 | 323.03 | 0.79 | 0.46 |
| Hex | D2 | 19 | 8B | 0 | 58 | 22 | 12 | 143 | 4F | 2E |
| Octal | 322 | 31 | 213 | 0 | 130 | 42 | 22 | 503 | 117 | 56 |
| Binary | 11010010 | 11001 | 10001011 | 0 | 1011000 | 100010 | 10010 | 101000011 | 1001111 | 101110 |
Color Harmonies of #D2198B
Complementary color
Monochromatic Colors of #D2198B
Black with #D2198B
Text Example
Text Example
White with #D2198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2198B; }
p { color: rgb(210,25,139); }
H1.HeaderClassName
{
color: #D2198B;
}
.AnyTagClassName
{
color: #D2198B;
}
</style>
background-color css
<style>
a { background-color: #D2198B; }
a { background-color: rgb(210,25,139); }
div.DivClassName
{
background-color: #D2198B;
}
.BgClassName
{
background-color: #D2198B;
}
</style>
border-color css
<style>
span { border-color: #D2198B; }
span { border-color: rgb(210,25,139); }
td.TdClassName
{
border-color: #D2198B;
}
.TagClassName
{
border-color: #D2198B;
}
</style>