Shades of Heliotrope #DA8AFF
Tints of Heliotrope #DA8AFF
RGB
CMYK
RGB Variations
Color information
#DA8AFF (or 0xDA8AFF) is known color: Heliotrope. HEX triplet: DA, 8A and FF. RGB value is (218,138,255). Sum of RGB (Red+Green+Blue) = 218+138+255=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AFF is #257500. Grayscale: #AEAEAE. Windows color (decimal): -2454785 or 16747226. OLE color: 16747226.
HSL color Cylindrical-coordinate representation of color #DA8AFF: hue angle of 281.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA8AFF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 138 | 255 | - |
| CMYK | 0.15 | 0.46 | 0 | 0 |
| HSL | 281.03º | 1% | 0.77% | - |
| HSV(B) | 281.03º | 0.46% | 1% | - |
| XYZ | 56.05 | 40.3 | 99.43 | - |
| YUV | 175.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 255 | 0.15 | 0.46 | 0 | 0 | 281.03 | 1 | 0.77 |
| Hex | DA | 8A | FF | F | 2E | 0 | 0 | 119 | 64 | 4D |
| Octal | 332 | 212 | 377 | 17 | 56 | 0 | 0 | 431 | 144 | 115 |
| Binary | 11011010 | 10001010 | 11111111 | 1111 | 101110 | 0 | 0 | 100011001 | 1100100 | 1001101 |
Color Harmonies of #DA8AFF
Complementary color
Monochromatic Colors of #DA8AFF
Black with #DA8AFF
Text Example
Text Example
White with #DA8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AFF; }
p { color: rgb(218,138,255); }
H1.HeaderClassName
{
color: #DA8AFF;
}
.AnyTagClassName
{
color: #DA8AFF;
}
</style>
background-color css
<style>
a { background-color: #DA8AFF; }
a { background-color: rgb(218,138,255); }
div.DivClassName
{
background-color: #DA8AFF;
}
.BgClassName
{
background-color: #DA8AFF;
}
</style>
border-color css
<style>
span { border-color: #DA8AFF; }
span { border-color: rgb(218,138,255); }
td.TdClassName
{
border-color: #DA8AFF;
}
.TagClassName
{
border-color: #DA8AFF;
}
</style>