Shades of Medium Violet Red #D01675
Tints of Medium Violet Red #D01675
RGB
CMYK
RGB Variations
Color information
#D01675 (or 0xD01675) is known color: Medium Violet Red. HEX triplet: D0, 16 and 75. RGB value is (208,22,117). Sum of RGB (Red+Green+Blue) = 208+22+117=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D01675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01675 is #2FE98A. Grayscale: #585858. Windows color (decimal): -3139979 or 7673552. OLE color: 7673552.
HSL color Cylindrical-coordinate representation of color #D01675: hue angle of 329.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01675 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 117 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.18 |
| HSL | 329.35º | 0.81% | 0.45% | - |
| HSV(B) | 329.35º | 0.89% | 0.82% | - |
| XYZ | 29.51 | 15.27 | 18.22 | - |
| YUV | 88.44 | 144.12 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 117 | 0 | 0.89 | 0.44 | 0.18 | 329.35 | 0.81 | 0.45 |
| Hex | D0 | 16 | 75 | 0 | 59 | 2C | 12 | 149 | 51 | 2D |
| Octal | 320 | 26 | 165 | 0 | 131 | 54 | 22 | 511 | 121 | 55 |
| Binary | 11010000 | 10110 | 1110101 | 0 | 1011001 | 101100 | 10010 | 101001001 | 1010001 | 101101 |
Color Harmonies of #D01675
Complementary color
Monochromatic Colors of #D01675
Black with #D01675
Text Example
Text Example
White with #D01675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01675; }
p { color: rgb(208,22,117); }
H1.HeaderClassName
{
color: #D01675;
}
.AnyTagClassName
{
color: #D01675;
}
</style>
background-color css
<style>
a { background-color: #D01675; }
a { background-color: rgb(208,22,117); }
div.DivClassName
{
background-color: #D01675;
}
.BgClassName
{
background-color: #D01675;
}
</style>
border-color css
<style>
span { border-color: #D01675; }
span { border-color: rgb(208,22,117); }
td.TdClassName
{
border-color: #D01675;
}
.TagClassName
{
border-color: #D01675;
}
</style>