Shades of Heliotrope #DA66FF
Tints of Heliotrope #DA66FF
RGB
CMYK
RGB Variations
Color information
#DA66FF (or 0xDA66FF) is known color: Heliotrope. HEX triplet: DA, 66 and FF. RGB value is (218,102,255). Sum of RGB (Red+Green+Blue) = 218+102+255=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA66FF is #259900. Grayscale: #999999. Windows color (decimal): -2464001 or 16738010. OLE color: 16738010.
HSL color Cylindrical-coordinate representation of color #DA66FF: hue angle of 285.49º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA66FF is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 102 | 255 | - |
| CMYK | 0.15 | 0.6 | 0 | 0 |
| HSL | 285.49º | 1% | 0.7% | - |
| HSV(B) | 285.49º | 0.6% | 1% | - |
| XYZ | 51.71 | 31.63 | 97.99 | - |
| YUV | 154.13 | 184.93 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 255 | 0.15 | 0.6 | 0 | 0 | 285.49 | 1 | 0.7 |
| Hex | DA | 66 | FF | F | 3C | 0 | 0 | 11D | 64 | 46 |
| Octal | 332 | 146 | 377 | 17 | 74 | 0 | 0 | 435 | 144 | 106 |
| Binary | 11011010 | 1100110 | 11111111 | 1111 | 111100 | 0 | 0 | 100011101 | 1100100 | 1000110 |
Color Harmonies of #DA66FF
Complementary color
Monochromatic Colors of #DA66FF
Black with #DA66FF
Text Example
Text Example
White with #DA66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66FF; }
p { color: rgb(218,102,255); }
H1.HeaderClassName
{
color: #DA66FF;
}
.AnyTagClassName
{
color: #DA66FF;
}
</style>
background-color css
<style>
a { background-color: #DA66FF; }
a { background-color: rgb(218,102,255); }
div.DivClassName
{
background-color: #DA66FF;
}
.BgClassName
{
background-color: #DA66FF;
}
</style>
border-color css
<style>
span { border-color: #DA66FF; }
span { border-color: rgb(218,102,255); }
td.TdClassName
{
border-color: #DA66FF;
}
.TagClassName
{
border-color: #DA66FF;
}
</style>