Shades of Heliotrope #DA6BF0
Tints of Heliotrope #DA6BF0
RGB
CMYK
RGB Variations
Color information
#DA6BF0 (or 0xDA6BF0) is known color: Heliotrope. HEX triplet: DA, 6B and F0. RGB value is (218,107,240). Sum of RGB (Red+Green+Blue) = 218+107+240=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6BF0 is #25940F. Grayscale: #9A9A9A. Windows color (decimal): -2462736 or 15756250. OLE color: 15756250.
HSL color Cylindrical-coordinate representation of color #DA6BF0: hue angle of 290.08º degrees, saturation: 0.82, 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 #DA6BF0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 107 | 240 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.06 |
| HSL | 290.08º | 0.82% | 0.68% | - |
| HSV(B) | 290.08º | 0.55% | 0.94% | - |
| XYZ | 49.9 | 31.71 | 85.93 | - |
| YUV | 155.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 240 | 0.09 | 0.55 | 0 | 0.06 | 290.08 | 0.82 | 0.68 |
| Hex | DA | 6B | F0 | 9 | 37 | 0 | 6 | 122 | 52 | 44 |
| Octal | 332 | 153 | 360 | 11 | 67 | 0 | 6 | 442 | 122 | 104 |
| Binary | 11011010 | 1101011 | 11110000 | 1001 | 110111 | 0 | 110 | 100100010 | 1010010 | 1000100 |
Color Harmonies of #DA6BF0
Complementary color
Monochromatic Colors of #DA6BF0
Black with #DA6BF0
Text Example
Text Example
White with #DA6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BF0; }
p { color: rgb(218,107,240); }
H1.HeaderClassName
{
color: #DA6BF0;
}
.AnyTagClassName
{
color: #DA6BF0;
}
</style>
background-color css
<style>
a { background-color: #DA6BF0; }
a { background-color: rgb(218,107,240); }
div.DivClassName
{
background-color: #DA6BF0;
}
.BgClassName
{
background-color: #DA6BF0;
}
</style>
border-color css
<style>
span { border-color: #DA6BF0; }
span { border-color: rgb(218,107,240); }
td.TdClassName
{
border-color: #DA6BF0;
}
.TagClassName
{
border-color: #DA6BF0;
}
</style>