Shades of Medium Violet Red #D20778
Tints of Medium Violet Red #D20778
RGB
CMYK
RGB Variations
Color information
#D20778 (or 0xD20778) is known color: Medium Violet Red. HEX triplet: D2, 07 and 78. RGB value is (210,7,120). Sum of RGB (Red+Green+Blue) = 210+7+120=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D20778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20778 is #2DF887. Grayscale: #505050. Windows color (decimal): -3012744 or 7866322. OLE color: 7866322.
HSL color Cylindrical-coordinate representation of color #D20778: hue angle of 326.6º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20778 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.18 |
| HSL | 326.6º | 0.94% | 0.43% | - |
| HSV(B) | 326.6º | 0.97% | 0.82% | - |
| XYZ | 30.04 | 15.21 | 19.12 | - |
| YUV | 80.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 120 | 0 | 0.97 | 0.43 | 0.18 | 326.6 | 0.94 | 0.43 |
| Hex | D2 | 7 | 78 | 0 | 61 | 2B | 12 | 147 | 5E | 2B |
| Octal | 322 | 7 | 170 | 0 | 141 | 53 | 22 | 507 | 136 | 53 |
| Binary | 11010010 | 111 | 1111000 | 0 | 1100001 | 101011 | 10010 | 101000111 | 1011110 | 101011 |
Color Harmonies of #D20778
Complementary color
Monochromatic Colors of #D20778
Black with #D20778
Text Example
Text Example
White with #D20778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20778; }
p { color: rgb(210,7,120); }
H1.HeaderClassName
{
color: #D20778;
}
.AnyTagClassName
{
color: #D20778;
}
</style>
background-color css
<style>
a { background-color: #D20778; }
a { background-color: rgb(210,7,120); }
div.DivClassName
{
background-color: #D20778;
}
.BgClassName
{
background-color: #D20778;
}
</style>
border-color css
<style>
span { border-color: #D20778; }
span { border-color: rgb(210,7,120); }
td.TdClassName
{
border-color: #D20778;
}
.TagClassName
{
border-color: #D20778;
}
</style>