Shades of Heliotrope #DA6FEC
Tints of Heliotrope #DA6FEC
RGB
CMYK
RGB Variations
Color information
#DA6FEC (or 0xDA6FEC) is known color: Heliotrope. HEX triplet: DA, 6F and EC. RGB value is (218,111,236). Sum of RGB (Red+Green+Blue) = 218+111+236=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FEC is #259013. Grayscale: #9C9C9C. Windows color (decimal): -2461716 or 15495130. OLE color: 15495130.
HSL color Cylindrical-coordinate representation of color #DA6FEC: hue angle of 291.36º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6FEC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 111 | 236 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 291.36º | 0.77% | 0.68% | - |
| HSV(B) | 291.36º | 0.53% | 0.93% | - |
| XYZ | 49.74 | 32.33 | 82.98 | - |
| YUV | 157.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 236 | 0.08 | 0.53 | 0 | 0.07 | 291.36 | 0.77 | 0.68 |
| Hex | DA | 6F | EC | 8 | 35 | 0 | 7 | 123 | 4D | 44 |
| Octal | 332 | 157 | 354 | 10 | 65 | 0 | 7 | 443 | 115 | 104 |
| Binary | 11011010 | 1101111 | 11101100 | 1000 | 110101 | 0 | 111 | 100100011 | 1001101 | 1000100 |
Color Harmonies of #DA6FEC
Complementary color
Monochromatic Colors of #DA6FEC
Black with #DA6FEC
Text Example
Text Example
White with #DA6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FEC; }
p { color: rgb(218,111,236); }
H1.HeaderClassName
{
color: #DA6FEC;
}
.AnyTagClassName
{
color: #DA6FEC;
}
</style>
background-color css
<style>
a { background-color: #DA6FEC; }
a { background-color: rgb(218,111,236); }
div.DivClassName
{
background-color: #DA6FEC;
}
.BgClassName
{
background-color: #DA6FEC;
}
</style>
border-color css
<style>
span { border-color: #DA6FEC; }
span { border-color: rgb(218,111,236); }
td.TdClassName
{
border-color: #DA6FEC;
}
.TagClassName
{
border-color: #DA6FEC;
}
</style>