Shades of Medium Violet Red #DA068F
Tints of Medium Violet Red #DA068F
RGB
CMYK
RGB Variations
Color information
#DA068F (or 0xDA068F) is known color: Medium Violet Red. HEX triplet: DA, 06 and 8F. RGB value is (218,6,143). Sum of RGB (Red+Green+Blue) = 218+6+143=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA068F is #25F970. Grayscale: #545454. Windows color (decimal): -2488689 or 9373402. OLE color: 9373402.
HSL color Cylindrical-coordinate representation of color #DA068F: hue angle of 321.23º 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 #DA068F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.15 |
| HSL | 321.23º | 0.95% | 0.44% | - |
| HSV(B) | 321.23º | 0.97% | 0.85% | - |
| XYZ | 33.94 | 17.02 | 27.48 | - |
| YUV | 85.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 143 | 0 | 0.97 | 0.34 | 0.15 | 321.23 | 0.95 | 0.44 |
| Hex | DA | 6 | 8F | 0 | 61 | 22 | F | 141 | 5F | 2C |
| Octal | 332 | 6 | 217 | 0 | 141 | 42 | 17 | 501 | 137 | 54 |
| Binary | 11011010 | 110 | 10001111 | 0 | 1100001 | 100010 | 1111 | 101000001 | 1011111 | 101100 |
Color Harmonies of #DA068F
Complementary color
Monochromatic Colors of #DA068F
Black with #DA068F
Text Example
Text Example
White with #DA068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA068F; }
p { color: rgb(218,6,143); }
H1.HeaderClassName
{
color: #DA068F;
}
.AnyTagClassName
{
color: #DA068F;
}
</style>
background-color css
<style>
a { background-color: #DA068F; }
a { background-color: rgb(218,6,143); }
div.DivClassName
{
background-color: #DA068F;
}
.BgClassName
{
background-color: #DA068F;
}
</style>
border-color css
<style>
span { border-color: #DA068F; }
span { border-color: rgb(218,6,143); }
td.TdClassName
{
border-color: #DA068F;
}
.TagClassName
{
border-color: #DA068F;
}
</style>