Shades of Medium Violet Red #DA067A
Tints of Medium Violet Red #DA067A
RGB
CMYK
RGB Variations
Color information
#DA067A (or 0xDA067A) is known color: Medium Violet Red. HEX triplet: DA, 06 and 7A. RGB value is (218,6,122). Sum of RGB (Red+Green+Blue) = 218+6+122=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA067A is #25F985. Grayscale: #525252. Windows color (decimal): -2488710 or 7997146. OLE color: 7997146.
HSL color Cylindrical-coordinate representation of color #DA067A: hue angle of 327.17º 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 #DA067A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.15 |
| HSL | 327.17º | 0.95% | 0.44% | - |
| HSV(B) | 327.17º | 0.97% | 0.85% | - |
| XYZ | 32.49 | 16.44 | 19.87 | - |
| YUV | 82.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 122 | 0 | 0.97 | 0.44 | 0.15 | 327.17 | 0.95 | 0.44 |
| Hex | DA | 6 | 7A | 0 | 61 | 2C | F | 147 | 5F | 2C |
| Octal | 332 | 6 | 172 | 0 | 141 | 54 | 17 | 507 | 137 | 54 |
| Binary | 11011010 | 110 | 1111010 | 0 | 1100001 | 101100 | 1111 | 101000111 | 1011111 | 101100 |
Color Harmonies of #DA067A
Complementary color
Monochromatic Colors of #DA067A
Black with #DA067A
Text Example
Text Example
White with #DA067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA067A; }
p { color: rgb(218,6,122); }
H1.HeaderClassName
{
color: #DA067A;
}
.AnyTagClassName
{
color: #DA067A;
}
</style>
background-color css
<style>
a { background-color: #DA067A; }
a { background-color: rgb(218,6,122); }
div.DivClassName
{
background-color: #DA067A;
}
.BgClassName
{
background-color: #DA067A;
}
</style>
border-color css
<style>
span { border-color: #DA067A; }
span { border-color: rgb(218,6,122); }
td.TdClassName
{
border-color: #DA067A;
}
.TagClassName
{
border-color: #DA067A;
}
</style>