Shades of Heliotrope #DA6FFF
Tints of Heliotrope #DA6FFF
RGB
CMYK
RGB Variations
Color information
#DA6FFF (or 0xDA6FFF) is known color: Heliotrope. HEX triplet: DA, 6F and FF. RGB value is (218,111,255). Sum of RGB (Red+Green+Blue) = 218+111+255=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FFF is #259000. Grayscale: #9E9E9E. Windows color (decimal): -2461697 or 16740314. OLE color: 16740314.
HSL color Cylindrical-coordinate representation of color #DA6FFF: hue angle of 284.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6FFF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 111 | 255 | - |
| CMYK | 0.15 | 0.56 | 0 | 0 |
| HSL | 284.58º | 1% | 0.72% | - |
| HSV(B) | 284.58º | 0.56% | 1% | - |
| XYZ | 52.65 | 33.49 | 98.3 | - |
| YUV | 159.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 255 | 0.15 | 0.56 | 0 | 0 | 284.58 | 1 | 0.72 |
| Hex | DA | 6F | FF | F | 38 | 0 | 0 | 11D | 64 | 48 |
| Octal | 332 | 157 | 377 | 17 | 70 | 0 | 0 | 435 | 144 | 110 |
| Binary | 11011010 | 1101111 | 11111111 | 1111 | 111000 | 0 | 0 | 100011101 | 1100100 | 1001000 |
Color Harmonies of #DA6FFF
Complementary color
Monochromatic Colors of #DA6FFF
Black with #DA6FFF
Text Example
Text Example
White with #DA6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FFF; }
p { color: rgb(218,111,255); }
H1.HeaderClassName
{
color: #DA6FFF;
}
.AnyTagClassName
{
color: #DA6FFF;
}
</style>
background-color css
<style>
a { background-color: #DA6FFF; }
a { background-color: rgb(218,111,255); }
div.DivClassName
{
background-color: #DA6FFF;
}
.BgClassName
{
background-color: #DA6FFF;
}
</style>
border-color css
<style>
span { border-color: #DA6FFF; }
span { border-color: rgb(218,111,255); }
td.TdClassName
{
border-color: #DA6FFF;
}
.TagClassName
{
border-color: #DA6FFF;
}
</style>