Shades of Medium Violet Red #D00698
Tints of Medium Violet Red #D00698
RGB
CMYK
RGB Variations
Color information
#D00698 (or 0xD00698) is known color: Medium Violet Red. HEX triplet: D0, 06 and 98. RGB value is (208,6,152). Sum of RGB (Red+Green+Blue) = 208+6+152=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D00698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00698 is #2FF967. Grayscale: #525252. Windows color (decimal): -3144040 or 9963216. OLE color: 9963216.
HSL color Cylindrical-coordinate representation of color #D00698: hue angle of 316.63º 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 #D00698 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 152 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.18 |
| HSL | 316.63º | 0.94% | 0.42% | - |
| HSV(B) | 316.63º | 0.97% | 0.82% | - |
| XYZ | 31.75 | 15.81 | 31.08 | - |
| YUV | 83.04 | 166.92 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 152 | 0 | 0.97 | 0.27 | 0.18 | 316.63 | 0.94 | 0.42 |
| Hex | D0 | 6 | 98 | 0 | 61 | 1B | 12 | 13D | 5E | 2A |
| Octal | 320 | 6 | 230 | 0 | 141 | 33 | 22 | 475 | 136 | 52 |
| Binary | 11010000 | 110 | 10011000 | 0 | 1100001 | 11011 | 10010 | 100111101 | 1011110 | 101010 |
Color Harmonies of #D00698
Complementary color
Monochromatic Colors of #D00698
Black with #D00698
Text Example
Text Example
White with #D00698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00698; }
p { color: rgb(208,6,152); }
H1.HeaderClassName
{
color: #D00698;
}
.AnyTagClassName
{
color: #D00698;
}
</style>
background-color css
<style>
a { background-color: #D00698; }
a { background-color: rgb(208,6,152); }
div.DivClassName
{
background-color: #D00698;
}
.BgClassName
{
background-color: #D00698;
}
</style>
border-color css
<style>
span { border-color: #D00698; }
span { border-color: rgb(208,6,152); }
td.TdClassName
{
border-color: #D00698;
}
.TagClassName
{
border-color: #D00698;
}
</style>