Shades of Medium Violet Red #DA0682
Tints of Medium Violet Red #DA0682
RGB
CMYK
RGB Variations
Color information
#DA0682 (or 0xDA0682) is known color: Medium Violet Red. HEX triplet: DA, 06 and 82. RGB value is (218,6,130). Sum of RGB (Red+Green+Blue) = 218+6+130=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0682 is #25F97D. Grayscale: #535353. Windows color (decimal): -2488702 or 8521434. OLE color: 8521434.
HSL color Cylindrical-coordinate representation of color #DA0682: hue angle of 324.91º 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 #DA0682 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.15 |
| HSL | 324.91º | 0.95% | 0.44% | - |
| HSV(B) | 324.91º | 0.97% | 0.85% | - |
| XYZ | 33.01 | 16.65 | 22.59 | - |
| YUV | 83.52 | 154.24 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 130 | 0 | 0.97 | 0.40 | 0.15 | 324.91 | 0.95 | 0.44 |
| Hex | DA | 6 | 82 | 0 | 61 | 28 | F | 145 | 5F | 2C |
| Octal | 332 | 6 | 202 | 0 | 141 | 50 | 17 | 505 | 137 | 54 |
| Binary | 11011010 | 110 | 10000010 | 0 | 1100001 | 101000 | 1111 | 101000101 | 1011111 | 101100 |
Color Harmonies of #DA0682
Complementary color
Monochromatic Colors of #DA0682
Black with #DA0682
Text Example
Text Example
White with #DA0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0682; }
p { color: rgb(218,6,130); }
H1.HeaderClassName
{
color: #DA0682;
}
.AnyTagClassName
{
color: #DA0682;
}
</style>
background-color css
<style>
a { background-color: #DA0682; }
a { background-color: rgb(218,6,130); }
div.DivClassName
{
background-color: #DA0682;
}
.BgClassName
{
background-color: #DA0682;
}
</style>
border-color css
<style>
span { border-color: #DA0682; }
span { border-color: rgb(218,6,130); }
td.TdClassName
{
border-color: #DA0682;
}
.TagClassName
{
border-color: #DA0682;
}
</style>