Shades of Medium Violet Red #D20176
Tints of Medium Violet Red #D20176
RGB
CMYK
RGB Variations
Color information
#D20176 (or 0xD20176) is known color: Medium Violet Red. HEX triplet: D2, 01 and 76. RGB value is (210,1,118). Sum of RGB (Red+Green+Blue) = 210+1+118=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D20176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20176 is #2DFE89. Grayscale: #4C4C4C. Windows color (decimal): -3014282 or 7733714. OLE color: 7733714.
HSL color Cylindrical-coordinate representation of color #D20176: hue angle of 326.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20176 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.18 |
| HSL | 326.41º | 0.99% | 0.41% | - |
| HSV(B) | 326.41º | 1% | 0.82% | - |
| XYZ | 29.86 | 15.03 | 18.47 | - |
| YUV | 76.83 | 151.24 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 118 | 0 | 1.00 | 0.44 | 0.18 | 326.41 | 0.99 | 0.41 |
| Hex | D2 | 1 | 76 | 0 | 64 | 2C | 12 | 146 | 63 | 29 |
| Octal | 322 | 1 | 166 | 0 | 144 | 54 | 22 | 506 | 143 | 51 |
| Binary | 11010010 | 1 | 1110110 | 0 | 1100100 | 101100 | 10010 | 101000110 | 1100011 | 101001 |
Color Harmonies of #D20176
Complementary color
Monochromatic Colors of #D20176
Black with #D20176
Text Example
Text Example
White with #D20176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20176; }
p { color: rgb(210,1,118); }
H1.HeaderClassName
{
color: #D20176;
}
.AnyTagClassName
{
color: #D20176;
}
</style>
background-color css
<style>
a { background-color: #D20176; }
a { background-color: rgb(210,1,118); }
div.DivClassName
{
background-color: #D20176;
}
.BgClassName
{
background-color: #D20176;
}
</style>
border-color css
<style>
span { border-color: #D20176; }
span { border-color: rgb(210,1,118); }
td.TdClassName
{
border-color: #D20176;
}
.TagClassName
{
border-color: #D20176;
}
</style>