Shades of Heliotrope #DA8BFE
Tints of Heliotrope #DA8BFE
RGB
CMYK
RGB Variations
Color information
#DA8BFE (or 0xDA8BFE) is known color: Heliotrope. HEX triplet: DA, 8B and FE. RGB value is (218,139,254). Sum of RGB (Red+Green+Blue) = 218+139+254=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BFE is #257401. Grayscale: #AFAFAF. Windows color (decimal): -2454530 or 16681946. OLE color: 16681946.
HSL color Cylindrical-coordinate representation of color #DA8BFE: hue angle of 281.22º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8BFE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 139 | 254 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.00 |
| HSL | 281.22º | 0.98% | 0.77% | - |
| HSV(B) | 281.22º | 0.45% | 1% | - |
| XYZ | 56.04 | 40.53 | 98.63 | - |
| YUV | 175.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 254 | 0.14 | 0.45 | 0 | 0.00 | 281.22 | 0.98 | 0.77 |
| Hex | DA | 8B | FE | E | 2D | 0 | 0 | 119 | 62 | 4D |
| Octal | 332 | 213 | 376 | 16 | 55 | 0 | 0 | 431 | 142 | 115 |
| Binary | 11011010 | 10001011 | 11111110 | 1110 | 101101 | 0 | 0 | 100011001 | 1100010 | 1001101 |
Color Harmonies of #DA8BFE
Complementary color
Monochromatic Colors of #DA8BFE
Black with #DA8BFE
Text Example
Text Example
White with #DA8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BFE; }
p { color: rgb(218,139,254); }
H1.HeaderClassName
{
color: #DA8BFE;
}
.AnyTagClassName
{
color: #DA8BFE;
}
</style>
background-color css
<style>
a { background-color: #DA8BFE; }
a { background-color: rgb(218,139,254); }
div.DivClassName
{
background-color: #DA8BFE;
}
.BgClassName
{
background-color: #DA8BFE;
}
</style>
border-color css
<style>
span { border-color: #DA8BFE; }
span { border-color: rgb(218,139,254); }
td.TdClassName
{
border-color: #DA8BFE;
}
.TagClassName
{
border-color: #DA8BFE;
}
</style>