Shades of Medium Violet Red #D20189
Tints of Medium Violet Red #D20189
RGB
CMYK
RGB Variations
Color information
#D20189 (or 0xD20189) is known color: Medium Violet Red. HEX triplet: D2, 01 and 89. RGB value is (210,1,137). Sum of RGB (Red+Green+Blue) = 210+1+137=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D20189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20189 is #2DFE76. Grayscale: #4E4E4E. Windows color (decimal): -3014263 or 8978898. OLE color: 8978898.
HSL color Cylindrical-coordinate representation of color #D20189: hue angle of 320.96º 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 #D20189 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.18 |
| HSL | 320.96º | 0.99% | 0.41% | - |
| HSV(B) | 320.96º | 1% | 0.82% | - |
| XYZ | 31.1 | 15.53 | 25.03 | - |
| YUV | 79 | 160.74 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 137 | 0 | 1.00 | 0.35 | 0.18 | 320.96 | 0.99 | 0.41 |
| Hex | D2 | 1 | 89 | 0 | 64 | 23 | 12 | 141 | 63 | 29 |
| Octal | 322 | 1 | 211 | 0 | 144 | 43 | 22 | 501 | 143 | 51 |
| Binary | 11010010 | 1 | 10001001 | 0 | 1100100 | 100011 | 10010 | 101000001 | 1100011 | 101001 |
Color Harmonies of #D20189
Complementary color
Monochromatic Colors of #D20189
Black with #D20189
Text Example
Text Example
White with #D20189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20189; }
p { color: rgb(210,1,137); }
H1.HeaderClassName
{
color: #D20189;
}
.AnyTagClassName
{
color: #D20189;
}
</style>
background-color css
<style>
a { background-color: #D20189; }
a { background-color: rgb(210,1,137); }
div.DivClassName
{
background-color: #D20189;
}
.BgClassName
{
background-color: #D20189;
}
</style>
border-color css
<style>
span { border-color: #D20189; }
span { border-color: rgb(210,1,137); }
td.TdClassName
{
border-color: #D20189;
}
.TagClassName
{
border-color: #D20189;
}
</style>