Shades of Heliotrope #DA65F2
Tints of Heliotrope #DA65F2
RGB
CMYK
RGB Variations
Color information
#DA65F2 (or 0xDA65F2) is known color: Heliotrope. HEX triplet: DA, 65 and F2. RGB value is (218,101,242). Sum of RGB (Red+Green+Blue) = 218+101+242=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA65F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65F2 is #259A0D. Grayscale: #979797. Windows color (decimal): -2464270 or 15885786. OLE color: 15885786.
HSL color Cylindrical-coordinate representation of color #DA65F2: hue angle of 289.79º degrees, saturation: 0.84, 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 #DA65F2 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 101 | 242 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.05 |
| HSL | 289.79º | 0.84% | 0.67% | - |
| HSV(B) | 289.79º | 0.58% | 0.95% | - |
| XYZ | 49.59 | 30.62 | 87.3 | - |
| YUV | 152.06 | 178.76 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 242 | 0.10 | 0.58 | 0 | 0.05 | 289.79 | 0.84 | 0.67 |
| Hex | DA | 65 | F2 | A | 3A | 0 | 5 | 122 | 54 | 43 |
| Octal | 332 | 145 | 362 | 12 | 72 | 0 | 5 | 442 | 124 | 103 |
| Binary | 11011010 | 1100101 | 11110010 | 1010 | 111010 | 0 | 101 | 100100010 | 1010100 | 1000011 |
Color Harmonies of #DA65F2
Complementary color
Monochromatic Colors of #DA65F2
Black with #DA65F2
Text Example
Text Example
White with #DA65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65F2; }
p { color: rgb(218,101,242); }
H1.HeaderClassName
{
color: #DA65F2;
}
.AnyTagClassName
{
color: #DA65F2;
}
</style>
background-color css
<style>
a { background-color: #DA65F2; }
a { background-color: rgb(218,101,242); }
div.DivClassName
{
background-color: #DA65F2;
}
.BgClassName
{
background-color: #DA65F2;
}
</style>
border-color css
<style>
span { border-color: #DA65F2; }
span { border-color: rgb(218,101,242); }
td.TdClassName
{
border-color: #DA65F2;
}
.TagClassName
{
border-color: #DA65F2;
}
</style>