Shades of Medium Violet Red #D00685
Tints of Medium Violet Red #D00685
RGB
CMYK
RGB Variations
Color information
#D00685 (or 0xD00685) is known color: Medium Violet Red. HEX triplet: D0, 06 and 85. RGB value is (208,6,133). Sum of RGB (Red+Green+Blue) = 208+6+133=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D00685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00685 is #2FF97A. Grayscale: #505050. Windows color (decimal): -3144059 or 8718032. OLE color: 8718032.
HSL color Cylindrical-coordinate representation of color #D00685: hue angle of 322.28º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00685 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.18 |
| HSL | 322.28º | 0.94% | 0.42% | - |
| HSV(B) | 322.28º | 0.97% | 0.82% | - |
| XYZ | 30.31 | 15.23 | 23.53 | - |
| YUV | 80.88 | 157.42 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 133 | 0 | 0.97 | 0.36 | 0.18 | 322.28 | 0.94 | 0.42 |
| Hex | D0 | 6 | 85 | 0 | 61 | 24 | 12 | 142 | 5E | 2A |
| Octal | 320 | 6 | 205 | 0 | 141 | 44 | 22 | 502 | 136 | 52 |
| Binary | 11010000 | 110 | 10000101 | 0 | 1100001 | 100100 | 10010 | 101000010 | 1011110 | 101010 |
Color Harmonies of #D00685
Complementary color
Monochromatic Colors of #D00685
Black with #D00685
Text Example
Text Example
White with #D00685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00685; }
p { color: rgb(208,6,133); }
H1.HeaderClassName
{
color: #D00685;
}
.AnyTagClassName
{
color: #D00685;
}
</style>
background-color css
<style>
a { background-color: #D00685; }
a { background-color: rgb(208,6,133); }
div.DivClassName
{
background-color: #D00685;
}
.BgClassName
{
background-color: #D00685;
}
</style>
border-color css
<style>
span { border-color: #D00685; }
span { border-color: rgb(208,6,133); }
td.TdClassName
{
border-color: #D00685;
}
.TagClassName
{
border-color: #D00685;
}
</style>