Shades of Medium Violet Red #D70675
Tints of Medium Violet Red #D70675
RGB
CMYK
RGB Variations
Color information
#D70675 (or 0xD70675) is known color: Medium Violet Red. HEX triplet: D7, 06 and 75. RGB value is (215,6,117). Sum of RGB (Red+Green+Blue) = 215+6+117=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D70675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70675 is #28F98A. Grayscale: #505050. Windows color (decimal): -2685323 or 7669463. OLE color: 7669463.
HSL color Cylindrical-coordinate representation of color #D70675: hue angle of 328.13º 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 #D70675 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.16 |
| HSL | 328.13º | 0.95% | 0.43% | - |
| HSV(B) | 328.13º | 0.97% | 0.84% | - |
| XYZ | 31.3 | 15.86 | 18.24 | - |
| YUV | 81.15 | 148.24 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 117 | 0 | 0.97 | 0.46 | 0.16 | 328.13 | 0.95 | 0.43 |
| Hex | D7 | 6 | 75 | 0 | 61 | 2E | 10 | 148 | 5F | 2B |
| Octal | 327 | 6 | 165 | 0 | 141 | 56 | 20 | 510 | 137 | 53 |
| Binary | 11010111 | 110 | 1110101 | 0 | 1100001 | 101110 | 10000 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D70675
Complementary color
Monochromatic Colors of #D70675
Black with #D70675
Text Example
Text Example
White with #D70675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70675; }
p { color: rgb(215,6,117); }
H1.HeaderClassName
{
color: #D70675;
}
.AnyTagClassName
{
color: #D70675;
}
</style>
background-color css
<style>
a { background-color: #D70675; }
a { background-color: rgb(215,6,117); }
div.DivClassName
{
background-color: #D70675;
}
.BgClassName
{
background-color: #D70675;
}
</style>
border-color css
<style>
span { border-color: #D70675; }
span { border-color: rgb(215,6,117); }
td.TdClassName
{
border-color: #D70675;
}
.TagClassName
{
border-color: #D70675;
}
</style>