Shades of Medium Violet Red #DA068E
Tints of Medium Violet Red #DA068E
RGB
CMYK
RGB Variations
Color information
#DA068E (or 0xDA068E) is known color: Medium Violet Red. HEX triplet: DA, 06 and 8E. RGB value is (218,6,142). Sum of RGB (Red+Green+Blue) = 218+6+142=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA068E is #25F971. Grayscale: #545454. Windows color (decimal): -2488690 or 9307866. OLE color: 9307866.
HSL color Cylindrical-coordinate representation of color #DA068E: hue angle of 321.51º 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 #DA068E is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.15 |
| HSL | 321.51º | 0.95% | 0.44% | - |
| HSV(B) | 321.51º | 0.97% | 0.85% | - |
| XYZ | 33.86 | 16.99 | 27.09 | - |
| YUV | 84.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 142 | 0 | 0.97 | 0.35 | 0.15 | 321.51 | 0.95 | 0.44 |
| Hex | DA | 6 | 8E | 0 | 61 | 23 | F | 142 | 5F | 2C |
| Octal | 332 | 6 | 216 | 0 | 141 | 43 | 17 | 502 | 137 | 54 |
| Binary | 11011010 | 110 | 10001110 | 0 | 1100001 | 100011 | 1111 | 101000010 | 1011111 | 101100 |
Color Harmonies of #DA068E
Complementary color
Monochromatic Colors of #DA068E
Black with #DA068E
Text Example
Text Example
White with #DA068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA068E; }
p { color: rgb(218,6,142); }
H1.HeaderClassName
{
color: #DA068E;
}
.AnyTagClassName
{
color: #DA068E;
}
</style>
background-color css
<style>
a { background-color: #DA068E; }
a { background-color: rgb(218,6,142); }
div.DivClassName
{
background-color: #DA068E;
}
.BgClassName
{
background-color: #DA068E;
}
</style>
border-color css
<style>
span { border-color: #DA068E; }
span { border-color: rgb(218,6,142); }
td.TdClassName
{
border-color: #DA068E;
}
.TagClassName
{
border-color: #DA068E;
}
</style>