Shades of Heliotrope #DA6BEC
Tints of Heliotrope #DA6BEC
RGB
CMYK
RGB Variations
Color information
#DA6BEC (or 0xDA6BEC) is known color: Heliotrope. HEX triplet: DA, 6B and EC. RGB value is (218,107,236). Sum of RGB (Red+Green+Blue) = 218+107+236=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6BEC is #259413. Grayscale: #9A9A9A. Windows color (decimal): -2462740 or 15494106. OLE color: 15494106.
HSL color Cylindrical-coordinate representation of color #DA6BEC: hue angle of 291.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6BEC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 107 | 236 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.07 |
| HSL | 291.63º | 0.77% | 0.67% | - |
| HSV(B) | 291.63º | 0.55% | 0.93% | - |
| XYZ | 49.31 | 31.48 | 82.83 | - |
| YUV | 154.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 236 | 0.08 | 0.55 | 0 | 0.07 | 291.63 | 0.77 | 0.67 |
| Hex | DA | 6B | EC | 8 | 37 | 0 | 7 | 124 | 4D | 43 |
| Octal | 332 | 153 | 354 | 10 | 67 | 0 | 7 | 444 | 115 | 103 |
| Binary | 11011010 | 1101011 | 11101100 | 1000 | 110111 | 0 | 111 | 100100100 | 1001101 | 1000011 |
Color Harmonies of #DA6BEC
Complementary color
Monochromatic Colors of #DA6BEC
Black with #DA6BEC
Text Example
Text Example
White with #DA6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BEC; }
p { color: rgb(218,107,236); }
H1.HeaderClassName
{
color: #DA6BEC;
}
.AnyTagClassName
{
color: #DA6BEC;
}
</style>
background-color css
<style>
a { background-color: #DA6BEC; }
a { background-color: rgb(218,107,236); }
div.DivClassName
{
background-color: #DA6BEC;
}
.BgClassName
{
background-color: #DA6BEC;
}
</style>
border-color css
<style>
span { border-color: #DA6BEC; }
span { border-color: rgb(218,107,236); }
td.TdClassName
{
border-color: #DA6BEC;
}
.TagClassName
{
border-color: #DA6BEC;
}
</style>