Shades of Medium Violet Red #D00696
Tints of Medium Violet Red #D00696
RGB
CMYK
RGB Variations
Color information
#D00696 (or 0xD00696) is known color: Medium Violet Red. HEX triplet: D0, 06 and 96. RGB value is (208,6,150). Sum of RGB (Red+Green+Blue) = 208+6+150=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D00696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00696 is #2FF969. Grayscale: #525252. Windows color (decimal): -3144042 or 9832144. OLE color: 9832144.
HSL color Cylindrical-coordinate representation of color #D00696: hue angle of 317.23º 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 #D00696 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 150 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.18 |
| HSL | 317.23º | 0.94% | 0.42% | - |
| HSV(B) | 317.23º | 0.97% | 0.82% | - |
| XYZ | 31.58 | 15.74 | 30.23 | - |
| YUV | 82.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 150 | 0 | 0.97 | 0.28 | 0.18 | 317.23 | 0.94 | 0.42 |
| Hex | D0 | 6 | 96 | 0 | 61 | 1C | 12 | 13D | 5E | 2A |
| Octal | 320 | 6 | 226 | 0 | 141 | 34 | 22 | 475 | 136 | 52 |
| Binary | 11010000 | 110 | 10010110 | 0 | 1100001 | 11100 | 10010 | 100111101 | 1011110 | 101010 |
Color Harmonies of #D00696
Complementary color
Monochromatic Colors of #D00696
Black with #D00696
Text Example
Text Example
White with #D00696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00696; }
p { color: rgb(208,6,150); }
H1.HeaderClassName
{
color: #D00696;
}
.AnyTagClassName
{
color: #D00696;
}
</style>
background-color css
<style>
a { background-color: #D00696; }
a { background-color: rgb(208,6,150); }
div.DivClassName
{
background-color: #D00696;
}
.BgClassName
{
background-color: #D00696;
}
</style>
border-color css
<style>
span { border-color: #D00696; }
span { border-color: rgb(208,6,150); }
td.TdClassName
{
border-color: #D00696;
}
.TagClassName
{
border-color: #D00696;
}
</style>