Shades of Heliotrope #DA6CF0
Tints of Heliotrope #DA6CF0
RGB
CMYK
RGB Variations
Color information
#DA6CF0 (or 0xDA6CF0) is known color: Heliotrope. HEX triplet: DA, 6C and F0. RGB value is (218,108,240). Sum of RGB (Red+Green+Blue) = 218+108+240=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA6CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6CF0 is #25930F. Grayscale: #9B9B9B. Windows color (decimal): -2462480 or 15756506. OLE color: 15756506.
HSL color Cylindrical-coordinate representation of color #DA6CF0: hue angle of 290º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6CF0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 108 | 240 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.06 |
| HSL | 290º | 0.81% | 0.68% | - |
| HSV(B) | 290º | 0.55% | 0.94% | - |
| XYZ | 50 | 31.92 | 85.96 | - |
| YUV | 155.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 240 | 0.09 | 0.55 | 0 | 0.06 | 290 | 0.81 | 0.68 |
| Hex | DA | 6C | F0 | 9 | 37 | 0 | 6 | 122 | 51 | 44 |
| Octal | 332 | 154 | 360 | 11 | 67 | 0 | 6 | 442 | 121 | 104 |
| Binary | 11011010 | 1101100 | 11110000 | 1001 | 110111 | 0 | 110 | 100100010 | 1010001 | 1000100 |
Color Harmonies of #DA6CF0
Complementary color
Monochromatic Colors of #DA6CF0
Black with #DA6CF0
Text Example
Text Example
White with #DA6CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CF0; }
p { color: rgb(218,108,240); }
H1.HeaderClassName
{
color: #DA6CF0;
}
.AnyTagClassName
{
color: #DA6CF0;
}
</style>
background-color css
<style>
a { background-color: #DA6CF0; }
a { background-color: rgb(218,108,240); }
div.DivClassName
{
background-color: #DA6CF0;
}
.BgClassName
{
background-color: #DA6CF0;
}
</style>
border-color css
<style>
span { border-color: #DA6CF0; }
span { border-color: rgb(218,108,240); }
td.TdClassName
{
border-color: #DA6CF0;
}
.TagClassName
{
border-color: #DA6CF0;
}
</style>