Shades of Heliotrope #DA6DED
Tints of Heliotrope #DA6DED
RGB
CMYK
RGB Variations
Color information
#DA6DED (or 0xDA6DED) is known color: Heliotrope. HEX triplet: DA, 6D and ED. RGB value is (218,109,237). Sum of RGB (Red+Green+Blue) = 218+109+237=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6DED is #259212. Grayscale: #9B9B9B. Windows color (decimal): -2462227 or 15560154. OLE color: 15560154.
HSL color Cylindrical-coordinate representation of color #DA6DED: hue angle of 291.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6DED is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 109 | 237 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.09º | 0.78% | 0.68% | - |
| HSV(B) | 291.09º | 0.54% | 0.93% | - |
| XYZ | 49.67 | 31.96 | 83.67 | - |
| YUV | 156.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 237 | 0.08 | 0.54 | 0 | 0.07 | 291.09 | 0.78 | 0.68 |
| Hex | DA | 6D | ED | 8 | 36 | 0 | 7 | 123 | 4E | 44 |
| Octal | 332 | 155 | 355 | 10 | 66 | 0 | 7 | 443 | 116 | 104 |
| Binary | 11011010 | 1101101 | 11101101 | 1000 | 110110 | 0 | 111 | 100100011 | 1001110 | 1000100 |
Color Harmonies of #DA6DED
Complementary color
Monochromatic Colors of #DA6DED
Black with #DA6DED
Text Example
Text Example
White with #DA6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6DED; }
p { color: rgb(218,109,237); }
H1.HeaderClassName
{
color: #DA6DED;
}
.AnyTagClassName
{
color: #DA6DED;
}
</style>
background-color css
<style>
a { background-color: #DA6DED; }
a { background-color: rgb(218,109,237); }
div.DivClassName
{
background-color: #DA6DED;
}
.BgClassName
{
background-color: #DA6DED;
}
</style>
border-color css
<style>
span { border-color: #DA6DED; }
span { border-color: rgb(218,109,237); }
td.TdClassName
{
border-color: #DA6DED;
}
.TagClassName
{
border-color: #DA6DED;
}
</style>