Shades of Medium Violet Red #D2177A
Tints of Medium Violet Red #D2177A
RGB
CMYK
RGB Variations
Color information
#D2177A (or 0xD2177A) is known color: Medium Violet Red. HEX triplet: D2, 17 and 7A. RGB value is (210,23,122). Sum of RGB (Red+Green+Blue) = 210+23+122=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2177A is #2DE885. Grayscale: #595959. Windows color (decimal): -3008646 or 8001490. OLE color: 8001490.
HSL color Cylindrical-coordinate representation of color #D2177A: hue angle of 328.24º 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 #D2177A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 122 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.18 |
| HSL | 328.24º | 0.8% | 0.46% | - |
| HSV(B) | 328.24º | 0.89% | 0.82% | - |
| XYZ | 30.4 | 15.72 | 19.84 | - |
| YUV | 90.2 | 145.95 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 122 | 0 | 0.89 | 0.42 | 0.18 | 328.24 | 0.8 | 0.46 |
| Hex | D2 | 17 | 7A | 0 | 59 | 2A | 12 | 148 | 50 | 2E |
| Octal | 322 | 27 | 172 | 0 | 131 | 52 | 22 | 510 | 120 | 56 |
| Binary | 11010010 | 10111 | 1111010 | 0 | 1011001 | 101010 | 10010 | 101001000 | 1010000 | 101110 |
Color Harmonies of #D2177A
Complementary color
Monochromatic Colors of #D2177A
Black with #D2177A
Text Example
Text Example
White with #D2177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2177A; }
p { color: rgb(210,23,122); }
H1.HeaderClassName
{
color: #D2177A;
}
.AnyTagClassName
{
color: #D2177A;
}
</style>
background-color css
<style>
a { background-color: #D2177A; }
a { background-color: rgb(210,23,122); }
div.DivClassName
{
background-color: #D2177A;
}
.BgClassName
{
background-color: #D2177A;
}
</style>
border-color css
<style>
span { border-color: #D2177A; }
span { border-color: rgb(210,23,122); }
td.TdClassName
{
border-color: #D2177A;
}
.TagClassName
{
border-color: #D2177A;
}
</style>