Shades of Medium Violet Red #D20090
Tints of Medium Violet Red #D20090
RGB
CMYK
RGB Variations
Color information
#D20090 (or 0xD20090) is known color: Medium Violet Red. HEX triplet: D2, 00 and 90. RGB value is (210,0,144). Sum of RGB (Red+Green+Blue) = 210+0+144=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D20090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20090 is #2DFF6F. Grayscale: #4E4E4E. Windows color (decimal): -3014512 or 9437394. OLE color: 9437394.
HSL color Cylindrical-coordinate representation of color #D20090: hue angle of 318.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20090 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.31 | 0.18 |
| HSL | 318.86º | 1% | 0.41% | - |
| HSV(B) | 318.86º | 1% | 0.82% | - |
| XYZ | 31.61 | 15.72 | 27.75 | - |
| YUV | 79.21 | 164.57 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 144 | 0 | 1 | 0.31 | 0.18 | 318.86 | 1 | 0.41 |
| Hex | D2 | 0 | 90 | 0 | 64 | 1F | 12 | 13F | 64 | 29 |
| Octal | 322 | 0 | 220 | 0 | 144 | 37 | 22 | 477 | 144 | 51 |
| Binary | 11010010 | 0 | 10010000 | 0 | 1100100 | 11111 | 10010 | 100111111 | 1100100 | 101001 |
Color Harmonies of #D20090
Complementary color
Monochromatic Colors of #D20090
Black with #D20090
Text Example
Text Example
White with #D20090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20090; }
p { color: rgb(210,0,144); }
H1.HeaderClassName
{
color: #D20090;
}
.AnyTagClassName
{
color: #D20090;
}
</style>
background-color css
<style>
a { background-color: #D20090; }
a { background-color: rgb(210,0,144); }
div.DivClassName
{
background-color: #D20090;
}
.BgClassName
{
background-color: #D20090;
}
</style>
border-color css
<style>
span { border-color: #D20090; }
span { border-color: rgb(210,0,144); }
td.TdClassName
{
border-color: #D20090;
}
.TagClassName
{
border-color: #D20090;
}
</style>