Shades of Heliotrope #DA6FEF
Tints of Heliotrope #DA6FEF
RGB
CMYK
RGB Variations
Color information
#DA6FEF (or 0xDA6FEF) is known color: Heliotrope. HEX triplet: DA, 6F and EF. RGB value is (218,111,239). Sum of RGB (Red+Green+Blue) = 218+111+239=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FEF is #259010. Grayscale: #9D9D9D. Windows color (decimal): -2461713 or 15691738. OLE color: 15691738.
HSL color Cylindrical-coordinate representation of color #DA6FEF: hue angle of 290.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6FEF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 111 | 239 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.06 |
| HSL | 290.16º | 0.8% | 0.69% | - |
| HSV(B) | 290.16º | 0.54% | 0.94% | - |
| XYZ | 50.18 | 32.51 | 85.29 | - |
| YUV | 157.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 239 | 0.09 | 0.54 | 0 | 0.06 | 290.16 | 0.8 | 0.69 |
| Hex | DA | 6F | EF | 9 | 36 | 0 | 6 | 122 | 50 | 45 |
| Octal | 332 | 157 | 357 | 11 | 66 | 0 | 6 | 442 | 120 | 105 |
| Binary | 11011010 | 1101111 | 11101111 | 1001 | 110110 | 0 | 110 | 100100010 | 1010000 | 1000101 |
Color Harmonies of #DA6FEF
Complementary color
Monochromatic Colors of #DA6FEF
Black with #DA6FEF
Text Example
Text Example
White with #DA6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FEF; }
p { color: rgb(218,111,239); }
H1.HeaderClassName
{
color: #DA6FEF;
}
.AnyTagClassName
{
color: #DA6FEF;
}
</style>
background-color css
<style>
a { background-color: #DA6FEF; }
a { background-color: rgb(218,111,239); }
div.DivClassName
{
background-color: #DA6FEF;
}
.BgClassName
{
background-color: #DA6FEF;
}
</style>
border-color css
<style>
span { border-color: #DA6FEF; }
span { border-color: rgb(218,111,239); }
td.TdClassName
{
border-color: #DA6FEF;
}
.TagClassName
{
border-color: #DA6FEF;
}
</style>