Shades of Heliotrope #DA65F7
Tints of Heliotrope #DA65F7
RGB
CMYK
RGB Variations
Color information
#DA65F7 (or 0xDA65F7) is known color: Heliotrope. HEX triplet: DA, 65 and F7. RGB value is (218,101,247). Sum of RGB (Red+Green+Blue) = 218+101+247=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 101 (39.84% from 255 or 17.84% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA65F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65F7 is #259A08. Grayscale: #989898. Windows color (decimal): -2464265 or 16213466. OLE color: 16213466.
HSL color Cylindrical-coordinate representation of color #DA65F7: hue angle of 288.08º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA65F7 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 101 | 247 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.03 |
| HSL | 288.08º | 0.9% | 0.68% | - |
| HSV(B) | 288.08º | 0.59% | 0.97% | - |
| XYZ | 50.36 | 30.93 | 91.31 | - |
| YUV | 152.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 247 | 0.12 | 0.59 | 0 | 0.03 | 288.08 | 0.9 | 0.68 |
| Hex | DA | 65 | F7 | C | 3B | 0 | 3 | 120 | 5A | 44 |
| Octal | 332 | 145 | 367 | 14 | 73 | 0 | 3 | 440 | 132 | 104 |
| Binary | 11011010 | 1100101 | 11110111 | 1100 | 111011 | 0 | 11 | 100100000 | 1011010 | 1000100 |
Color Harmonies of #DA65F7
Complementary color
Monochromatic Colors of #DA65F7
Black with #DA65F7
Text Example
Text Example
White with #DA65F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65F7; }
p { color: rgb(218,101,247); }
H1.HeaderClassName
{
color: #DA65F7;
}
.AnyTagClassName
{
color: #DA65F7;
}
</style>
background-color css
<style>
a { background-color: #DA65F7; }
a { background-color: rgb(218,101,247); }
div.DivClassName
{
background-color: #DA65F7;
}
.BgClassName
{
background-color: #DA65F7;
}
</style>
border-color css
<style>
span { border-color: #DA65F7; }
span { border-color: rgb(218,101,247); }
td.TdClassName
{
border-color: #DA65F7;
}
.TagClassName
{
border-color: #DA65F7;
}
</style>