Shades of Medium Violet Red #D2178F
Tints of Medium Violet Red #D2178F
RGB
CMYK
RGB Variations
Color information
#D2178F (or 0xD2178F) is known color: Medium Violet Red. HEX triplet: D2, 17 and 8F. RGB value is (210,23,143). Sum of RGB (Red+Green+Blue) = 210+23+143=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2178F is #2DE870. Grayscale: #5C5C5C. Windows color (decimal): -3008625 or 9377746. OLE color: 9377746.
HSL color Cylindrical-coordinate representation of color #D2178F: hue angle of 321.5º degrees, saturation: 0.8, 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 #D2178F is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 143 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.18 |
| HSL | 321.5º | 0.8% | 0.46% | - |
| HSV(B) | 321.5º | 0.89% | 0.82% | - |
| XYZ | 31.84 | 16.3 | 27.45 | - |
| YUV | 92.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 143 | 0 | 0.89 | 0.32 | 0.18 | 321.5 | 0.8 | 0.46 |
| Hex | D2 | 17 | 8F | 0 | 59 | 20 | 12 | 141 | 50 | 2E |
| Octal | 322 | 27 | 217 | 0 | 131 | 40 | 22 | 501 | 120 | 56 |
| Binary | 11010010 | 10111 | 10001111 | 0 | 1011001 | 100000 | 10010 | 101000001 | 1010000 | 101110 |
Color Harmonies of #D2178F
Complementary color
Monochromatic Colors of #D2178F
Black with #D2178F
Text Example
Text Example
White with #D2178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2178F; }
p { color: rgb(210,23,143); }
H1.HeaderClassName
{
color: #D2178F;
}
.AnyTagClassName
{
color: #D2178F;
}
</style>
background-color css
<style>
a { background-color: #D2178F; }
a { background-color: rgb(210,23,143); }
div.DivClassName
{
background-color: #D2178F;
}
.BgClassName
{
background-color: #D2178F;
}
</style>
border-color css
<style>
span { border-color: #D2178F; }
span { border-color: rgb(210,23,143); }
td.TdClassName
{
border-color: #D2178F;
}
.TagClassName
{
border-color: #D2178F;
}
</style>