Shades of Medium Violet Red #D20173
Tints of Medium Violet Red #D20173
RGB
CMYK
RGB Variations
Color information
#D20173 (or 0xD20173) is known color: Medium Violet Red. HEX triplet: D2, 01 and 73. RGB value is (210,1,115). Sum of RGB (Red+Green+Blue) = 210+1+115=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D20173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20173 is #2DFE8C. Grayscale: #4C4C4C. Windows color (decimal): -3014285 or 7537106. OLE color: 7537106.
HSL color Cylindrical-coordinate representation of color #D20173: hue angle of 327.27º 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 #D20173 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.18 |
| HSL | 327.27º | 0.99% | 0.41% | - |
| HSV(B) | 327.27º | 1% | 0.82% | - |
| XYZ | 29.68 | 14.96 | 17.54 | - |
| YUV | 76.49 | 149.74 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 115 | 0 | 1.00 | 0.45 | 0.18 | 327.27 | 0.99 | 0.41 |
| Hex | D2 | 1 | 73 | 0 | 64 | 2D | 12 | 147 | 63 | 29 |
| Octal | 322 | 1 | 163 | 0 | 144 | 55 | 22 | 507 | 143 | 51 |
| Binary | 11010010 | 1 | 1110011 | 0 | 1100100 | 101101 | 10010 | 101000111 | 1100011 | 101001 |
Color Harmonies of #D20173
Complementary color
Monochromatic Colors of #D20173
Black with #D20173
Text Example
Text Example
White with #D20173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20173; }
p { color: rgb(210,1,115); }
H1.HeaderClassName
{
color: #D20173;
}
.AnyTagClassName
{
color: #D20173;
}
</style>
background-color css
<style>
a { background-color: #D20173; }
a { background-color: rgb(210,1,115); }
div.DivClassName
{
background-color: #D20173;
}
.BgClassName
{
background-color: #D20173;
}
</style>
border-color css
<style>
span { border-color: #D20173; }
span { border-color: rgb(210,1,115); }
td.TdClassName
{
border-color: #D20173;
}
.TagClassName
{
border-color: #D20173;
}
</style>