Shades of Medium Violet Red #D20890
Tints of Medium Violet Red #D20890
RGB
CMYK
RGB Variations
Color information
#D20890 (or 0xD20890) is known color: Medium Violet Red. HEX triplet: D2, 08 and 90. RGB value is (210,8,144). Sum of RGB (Red+Green+Blue) = 210+8+144=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D20890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20890 is #2DF76F. Grayscale: #535353. Windows color (decimal): -3012464 or 9439442. OLE color: 9439442.
HSL color Cylindrical-coordinate representation of color #D20890: hue angle of 319.6º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20890 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.18 |
| HSL | 319.6º | 0.93% | 0.43% | - |
| HSV(B) | 319.6º | 0.96% | 0.82% | - |
| XYZ | 31.7 | 15.89 | 27.78 | - |
| YUV | 83.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 144 | 0 | 0.96 | 0.31 | 0.18 | 319.6 | 0.93 | 0.43 |
| Hex | D2 | 8 | 90 | 0 | 60 | 1F | 12 | 140 | 5D | 2B |
| Octal | 322 | 10 | 220 | 0 | 140 | 37 | 22 | 500 | 135 | 53 |
| Binary | 11010010 | 1000 | 10010000 | 0 | 1100000 | 11111 | 10010 | 101000000 | 1011101 | 101011 |
Color Harmonies of #D20890
Complementary color
Monochromatic Colors of #D20890
Black with #D20890
Text Example
Text Example
White with #D20890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20890; }
p { color: rgb(210,8,144); }
H1.HeaderClassName
{
color: #D20890;
}
.AnyTagClassName
{
color: #D20890;
}
</style>
background-color css
<style>
a { background-color: #D20890; }
a { background-color: rgb(210,8,144); }
div.DivClassName
{
background-color: #D20890;
}
.BgClassName
{
background-color: #D20890;
}
</style>
border-color css
<style>
span { border-color: #D20890; }
span { border-color: rgb(210,8,144); }
td.TdClassName
{
border-color: #D20890;
}
.TagClassName
{
border-color: #D20890;
}
</style>