Shades of Medium Violet Red #D70189
Tints of Medium Violet Red #D70189
RGB
CMYK
RGB Variations
Color information
#D70189 (or 0xD70189) is known color: Medium Violet Red. HEX triplet: D7, 01 and 89. RGB value is (215,1,137). Sum of RGB (Red+Green+Blue) = 215+1+137=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D70189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70189 is #28FE76. Grayscale: #505050. Windows color (decimal): -2686583 or 8978903. OLE color: 8978903.
HSL color Cylindrical-coordinate representation of color #D70189: hue angle of 321.87º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70189 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.16 |
| HSL | 321.87º | 0.99% | 0.42% | - |
| HSV(B) | 321.87º | 1% | 0.84% | - |
| XYZ | 32.55 | 16.27 | 25.09 | - |
| YUV | 80.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 137 | 0 | 1.00 | 0.36 | 0.16 | 321.87 | 0.99 | 0.42 |
| Hex | D7 | 1 | 89 | 0 | 64 | 24 | 10 | 142 | 63 | 2A |
| Octal | 327 | 1 | 211 | 0 | 144 | 44 | 20 | 502 | 143 | 52 |
| Binary | 11010111 | 1 | 10001001 | 0 | 1100100 | 100100 | 10000 | 101000010 | 1100011 | 101010 |
Color Harmonies of #D70189
Complementary color
Monochromatic Colors of #D70189
Black with #D70189
Text Example
Text Example
White with #D70189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70189; }
p { color: rgb(215,1,137); }
H1.HeaderClassName
{
color: #D70189;
}
.AnyTagClassName
{
color: #D70189;
}
</style>
background-color css
<style>
a { background-color: #D70189; }
a { background-color: rgb(215,1,137); }
div.DivClassName
{
background-color: #D70189;
}
.BgClassName
{
background-color: #D70189;
}
</style>
border-color css
<style>
span { border-color: #D70189; }
span { border-color: rgb(215,1,137); }
td.TdClassName
{
border-color: #D70189;
}
.TagClassName
{
border-color: #D70189;
}
</style>