Shades of Heliotrope #DA6BEF
Tints of Heliotrope #DA6BEF
RGB
CMYK
RGB Variations
Color information
#DA6BEF (or 0xDA6BEF) is known color: Heliotrope. HEX triplet: DA, 6B and EF. RGB value is (218,107,239). Sum of RGB (Red+Green+Blue) = 218+107+239=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA6BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6BEF is #259410. Grayscale: #9A9A9A. Windows color (decimal): -2462737 or 15690714. OLE color: 15690714.
HSL color Cylindrical-coordinate representation of color #DA6BEF: hue angle of 290.45º degrees, saturation: 0.8, 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 #DA6BEF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 107 | 239 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.06 |
| HSL | 290.45º | 0.8% | 0.68% | - |
| HSV(B) | 290.45º | 0.55% | 0.94% | - |
| XYZ | 49.75 | 31.65 | 85.15 | - |
| YUV | 155.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 239 | 0.09 | 0.55 | 0 | 0.06 | 290.45 | 0.8 | 0.68 |
| Hex | DA | 6B | EF | 9 | 37 | 0 | 6 | 122 | 50 | 44 |
| Octal | 332 | 153 | 357 | 11 | 67 | 0 | 6 | 442 | 120 | 104 |
| Binary | 11011010 | 1101011 | 11101111 | 1001 | 110111 | 0 | 110 | 100100010 | 1010000 | 1000100 |
Color Harmonies of #DA6BEF
Complementary color
Monochromatic Colors of #DA6BEF
Black with #DA6BEF
Text Example
Text Example
White with #DA6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BEF; }
p { color: rgb(218,107,239); }
H1.HeaderClassName
{
color: #DA6BEF;
}
.AnyTagClassName
{
color: #DA6BEF;
}
</style>
background-color css
<style>
a { background-color: #DA6BEF; }
a { background-color: rgb(218,107,239); }
div.DivClassName
{
background-color: #DA6BEF;
}
.BgClassName
{
background-color: #DA6BEF;
}
</style>
border-color css
<style>
span { border-color: #DA6BEF; }
span { border-color: rgb(218,107,239); }
td.TdClassName
{
border-color: #DA6BEF;
}
.TagClassName
{
border-color: #DA6BEF;
}
</style>