Shades of Heliotrope #DA80EC
Tints of Heliotrope #DA80EC
RGB
CMYK
RGB Variations
Color information
#DA80EC (or 0xDA80EC) is known color: Heliotrope. HEX triplet: DA, 80 and EC. RGB value is (218,128,236). Sum of RGB (Red+Green+Blue) = 218+128+236=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80EC is #257F13. Grayscale: #A6A6A6. Windows color (decimal): -2457364 or 15499482. OLE color: 15499482.
HSL color Cylindrical-coordinate representation of color #DA80EC: hue angle of 290º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA80EC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 128 | 236 | - |
CMYK | 0.08 | 0.46 | 0 | 0.07 |
HSL | 290º | 0.74% | 0.71% | - |
HSV(B) | 290º | 0.46% | 0.93% | - |
XYZ | 51.77 | 36.4 | 83.65 | - |
YUV | 167.22 | 166.82 | 164.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 128 | 236 | 0.08 | 0.46 | 0 | 0.07 | 290 | 0.74 | 0.71 |
Hex | DA | 80 | EC | 8 | 2E | 0 | 7 | 122 | 4A | 47 |
Octal | 332 | 200 | 354 | 10 | 56 | 0 | 7 | 442 | 112 | 107 |
Binary | 11011010 | 10000000 | 11101100 | 1000 | 101110 | 0 | 111 | 100100010 | 1001010 | 1000111 |
Color Harmonies of #DA80EC
Complementary color
Monochromatic Colors of #DA80EC
Black with #DA80EC
Text Example
Text Example
White with #DA80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80EC; }
p { color: rgb(218,128,236); }
H1.HeaderClassName
{
color: #DA80EC;
}
.AnyTagClassName
{
color: #DA80EC;
}
</style>
background-color css
<style>
a { background-color: #DA80EC; }
a { background-color: rgb(218,128,236); }
div.DivClassName
{
background-color: #DA80EC;
}
.BgClassName
{
background-color: #DA80EC;
}
</style>
border-color css
<style>
span { border-color: #DA80EC; }
span { border-color: rgb(218,128,236); }
td.TdClassName
{
border-color: #DA80EC;
}
.TagClassName
{
border-color: #DA80EC;
}
</style>