Shades of Medium Violet Red #D00694
Tints of Medium Violet Red #D00694
RGB
CMYK
RGB Variations
Color information
#D00694 (or 0xD00694) is known color: Medium Violet Red. HEX triplet: D0, 06 and 94. RGB value is (208,6,148). Sum of RGB (Red+Green+Blue) = 208+6+148=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00694 is #2FF96B. Grayscale: #525252. Windows color (decimal): -3144044 or 9701072. OLE color: 9701072.
HSL color Cylindrical-coordinate representation of color #D00694: hue angle of 317.82º 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 #D00694 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 148 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.18 |
| HSL | 317.82º | 0.94% | 0.42% | - |
| HSV(B) | 317.82º | 0.97% | 0.82% | - |
| XYZ | 31.42 | 15.68 | 29.39 | - |
| YUV | 82.59 | 164.92 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 148 | 0 | 0.97 | 0.29 | 0.18 | 317.82 | 0.94 | 0.42 |
| Hex | D0 | 6 | 94 | 0 | 61 | 1D | 12 | 13E | 5E | 2A |
| Octal | 320 | 6 | 224 | 0 | 141 | 35 | 22 | 476 | 136 | 52 |
| Binary | 11010000 | 110 | 10010100 | 0 | 1100001 | 11101 | 10010 | 100111110 | 1011110 | 101010 |
Color Harmonies of #D00694
Complementary color
Monochromatic Colors of #D00694
Black with #D00694
Text Example
Text Example
White with #D00694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00694; }
p { color: rgb(208,6,148); }
H1.HeaderClassName
{
color: #D00694;
}
.AnyTagClassName
{
color: #D00694;
}
</style>
background-color css
<style>
a { background-color: #D00694; }
a { background-color: rgb(208,6,148); }
div.DivClassName
{
background-color: #D00694;
}
.BgClassName
{
background-color: #D00694;
}
</style>
border-color css
<style>
span { border-color: #D00694; }
span { border-color: rgb(208,6,148); }
td.TdClassName
{
border-color: #D00694;
}
.TagClassName
{
border-color: #D00694;
}
</style>