Shades of Heliotrope #DA80ED
Tints of Heliotrope #DA80ED
RGB
CMYK
RGB Variations
Color information
#DA80ED (or 0xDA80ED) is known color: Heliotrope. HEX triplet: DA, 80 and ED. RGB value is (218,128,237). Sum of RGB (Red+Green+Blue) = 218+128+237=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80ED is #257F12. Grayscale: #A6A6A6. Windows color (decimal): -2457363 or 15565018. OLE color: 15565018.
HSL color Cylindrical-coordinate representation of color #DA80ED: hue angle of 289.54º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA80ED is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 128 | 237 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.07 |
| HSL | 289.54º | 0.75% | 0.72% | - |
| HSV(B) | 289.54º | 0.46% | 0.93% | - |
| XYZ | 51.92 | 36.46 | 84.42 | - |
| YUV | 167.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 237 | 0.08 | 0.46 | 0 | 0.07 | 289.54 | 0.75 | 0.72 |
| Hex | DA | 80 | ED | 8 | 2E | 0 | 7 | 122 | 4B | 48 |
| Octal | 332 | 200 | 355 | 10 | 56 | 0 | 7 | 442 | 113 | 110 |
| Binary | 11011010 | 10000000 | 11101101 | 1000 | 101110 | 0 | 111 | 100100010 | 1001011 | 1001000 |
Color Harmonies of #DA80ED
Complementary color
Monochromatic Colors of #DA80ED
Black with #DA80ED
Text Example
Text Example
White with #DA80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80ED; }
p { color: rgb(218,128,237); }
H1.HeaderClassName
{
color: #DA80ED;
}
.AnyTagClassName
{
color: #DA80ED;
}
</style>
background-color css
<style>
a { background-color: #DA80ED; }
a { background-color: rgb(218,128,237); }
div.DivClassName
{
background-color: #DA80ED;
}
.BgClassName
{
background-color: #DA80ED;
}
</style>
border-color css
<style>
span { border-color: #DA80ED; }
span { border-color: rgb(218,128,237); }
td.TdClassName
{
border-color: #DA80ED;
}
.TagClassName
{
border-color: #DA80ED;
}
</style>