Shades of Medium Violet Red #D70690
Tints of Medium Violet Red #D70690
RGB
CMYK
RGB Variations
Color information
#D70690 (or 0xD70690) is known color: Medium Violet Red. HEX triplet: D7, 06 and 90. RGB value is (215,6,144). Sum of RGB (Red+Green+Blue) = 215+6+144=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D70690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70690 is #28F96F. Grayscale: #535353. Windows color (decimal): -2685296 or 9438935. OLE color: 9438935.
HSL color Cylindrical-coordinate representation of color #D70690: hue angle of 320.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70690 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 144 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.16 |
| HSL | 320.38º | 0.95% | 0.43% | - |
| HSV(B) | 320.38º | 0.97% | 0.84% | - |
| XYZ | 33.12 | 16.59 | 27.84 | - |
| YUV | 84.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 144 | 0 | 0.97 | 0.33 | 0.16 | 320.38 | 0.95 | 0.43 |
| Hex | D7 | 6 | 90 | 0 | 61 | 21 | 10 | 140 | 5F | 2B |
| Octal | 327 | 6 | 220 | 0 | 141 | 41 | 20 | 500 | 137 | 53 |
| Binary | 11010111 | 110 | 10010000 | 0 | 1100001 | 100001 | 10000 | 101000000 | 1011111 | 101011 |
Color Harmonies of #D70690
Complementary color
Monochromatic Colors of #D70690
Black with #D70690
Text Example
Text Example
White with #D70690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70690; }
p { color: rgb(215,6,144); }
H1.HeaderClassName
{
color: #D70690;
}
.AnyTagClassName
{
color: #D70690;
}
</style>
background-color css
<style>
a { background-color: #D70690; }
a { background-color: rgb(215,6,144); }
div.DivClassName
{
background-color: #D70690;
}
.BgClassName
{
background-color: #D70690;
}
</style>
border-color css
<style>
span { border-color: #D70690; }
span { border-color: rgb(215,6,144); }
td.TdClassName
{
border-color: #D70690;
}
.TagClassName
{
border-color: #D70690;
}
</style>