Shades of Heliotrope #DA65F3
Tints of Heliotrope #DA65F3
RGB
CMYK
RGB Variations
Color information
#DA65F3 (or 0xDA65F3) is known color: Heliotrope. HEX triplet: DA, 65 and F3. RGB value is (218,101,243). Sum of RGB (Red+Green+Blue) = 218+101+243=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA65F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65F3 is #259A0C. Grayscale: #979797. Windows color (decimal): -2464269 or 15951322. OLE color: 15951322.
HSL color Cylindrical-coordinate representation of color #DA65F3: hue angle of 289.44º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA65F3 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 101 | 243 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.05 |
| HSL | 289.44º | 0.86% | 0.67% | - |
| HSV(B) | 289.44º | 0.58% | 0.95% | - |
| XYZ | 49.74 | 30.68 | 88.09 | - |
| YUV | 152.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 243 | 0.10 | 0.58 | 0 | 0.05 | 289.44 | 0.86 | 0.67 |
| Hex | DA | 65 | F3 | A | 3A | 0 | 5 | 121 | 56 | 43 |
| Octal | 332 | 145 | 363 | 12 | 72 | 0 | 5 | 441 | 126 | 103 |
| Binary | 11011010 | 1100101 | 11110011 | 1010 | 111010 | 0 | 101 | 100100001 | 1010110 | 1000011 |
Color Harmonies of #DA65F3
Complementary color
Monochromatic Colors of #DA65F3
Black with #DA65F3
Text Example
Text Example
White with #DA65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65F3; }
p { color: rgb(218,101,243); }
H1.HeaderClassName
{
color: #DA65F3;
}
.AnyTagClassName
{
color: #DA65F3;
}
</style>
background-color css
<style>
a { background-color: #DA65F3; }
a { background-color: rgb(218,101,243); }
div.DivClassName
{
background-color: #DA65F3;
}
.BgClassName
{
background-color: #DA65F3;
}
</style>
border-color css
<style>
span { border-color: #DA65F3; }
span { border-color: rgb(218,101,243); }
td.TdClassName
{
border-color: #DA65F3;
}
.TagClassName
{
border-color: #DA65F3;
}
</style>