Shades of Medium Violet Red #D2179F
Tints of Medium Violet Red #D2179F
RGB
CMYK
RGB Variations
Color information
#D2179F (or 0xD2179F) is known color: Medium Violet Red. HEX triplet: D2, 17 and 9F. RGB value is (210,23,159). Sum of RGB (Red+Green+Blue) = 210+23+159=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2179F is #2DE860. Grayscale: #5E5E5E. Windows color (decimal): -3008609 or 10426322. OLE color: 10426322.
HSL color Cylindrical-coordinate representation of color #D2179F: hue angle of 316.36º 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 #D2179F is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 159 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.18 |
| HSL | 316.36º | 0.8% | 0.46% | - |
| HSV(B) | 316.36º | 0.89% | 0.82% | - |
| XYZ | 33.14 | 16.82 | 34.3 | - |
| YUV | 94.42 | 164.45 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 159 | 0 | 0.89 | 0.24 | 0.18 | 316.36 | 0.8 | 0.46 |
| Hex | D2 | 17 | 9F | 0 | 59 | 18 | 12 | 13C | 50 | 2E |
| Octal | 322 | 27 | 237 | 0 | 131 | 30 | 22 | 474 | 120 | 56 |
| Binary | 11010010 | 10111 | 10011111 | 0 | 1011001 | 11000 | 10010 | 100111100 | 1010000 | 101110 |
Color Harmonies of #D2179F
Complementary color
Monochromatic Colors of #D2179F
Black with #D2179F
Text Example
Text Example
White with #D2179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2179F; }
p { color: rgb(210,23,159); }
H1.HeaderClassName
{
color: #D2179F;
}
.AnyTagClassName
{
color: #D2179F;
}
</style>
background-color css
<style>
a { background-color: #D2179F; }
a { background-color: rgb(210,23,159); }
div.DivClassName
{
background-color: #D2179F;
}
.BgClassName
{
background-color: #D2179F;
}
</style>
border-color css
<style>
span { border-color: #D2179F; }
span { border-color: rgb(210,23,159); }
td.TdClassName
{
border-color: #D2179F;
}
.TagClassName
{
border-color: #D2179F;
}
</style>