Shades of Medium Violet Red #DA0694
Tints of Medium Violet Red #DA0694
RGB
CMYK
RGB Variations
Color information
#DA0694 (or 0xDA0694) is known color: Medium Violet Red. HEX triplet: DA, 06 and 94. RGB value is (218,6,148). Sum of RGB (Red+Green+Blue) = 218+6+148=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0694 is #25F96B. Grayscale: #555555. Windows color (decimal): -2488684 or 9701082. OLE color: 9701082.
HSL color Cylindrical-coordinate representation of color #DA0694: hue angle of 319.81º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0694 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 148 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.15 |
| HSL | 319.81º | 0.95% | 0.44% | - |
| HSV(B) | 319.81º | 0.97% | 0.85% | - |
| XYZ | 34.32 | 17.17 | 29.52 | - |
| YUV | 85.58 | 163.24 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 148 | 0 | 0.97 | 0.32 | 0.15 | 319.81 | 0.95 | 0.44 |
| Hex | DA | 6 | 94 | 0 | 61 | 20 | F | 140 | 5F | 2C |
| Octal | 332 | 6 | 224 | 0 | 141 | 40 | 17 | 500 | 137 | 54 |
| Binary | 11011010 | 110 | 10010100 | 0 | 1100001 | 100000 | 1111 | 101000000 | 1011111 | 101100 |
Color Harmonies of #DA0694
Complementary color
Monochromatic Colors of #DA0694
Black with #DA0694
Text Example
Text Example
White with #DA0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0694; }
p { color: rgb(218,6,148); }
H1.HeaderClassName
{
color: #DA0694;
}
.AnyTagClassName
{
color: #DA0694;
}
</style>
background-color css
<style>
a { background-color: #DA0694; }
a { background-color: rgb(218,6,148); }
div.DivClassName
{
background-color: #DA0694;
}
.BgClassName
{
background-color: #DA0694;
}
</style>
border-color css
<style>
span { border-color: #DA0694; }
span { border-color: rgb(218,6,148); }
td.TdClassName
{
border-color: #DA0694;
}
.TagClassName
{
border-color: #DA0694;
}
</style>