Shades of Heliotrope #DA8CFA
Tints of Heliotrope #DA8CFA
RGB
CMYK
RGB Variations
Color information
#DA8CFA (or 0xDA8CFA) is known color: Heliotrope. HEX triplet: DA, 8C and FA. RGB value is (218,140,250). Sum of RGB (Red+Green+Blue) = 218+140+250=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CFA is #257305. Grayscale: #AFAFAF. Windows color (decimal): -2454278 or 16420058. OLE color: 16420058.
HSL color Cylindrical-coordinate representation of color #DA8CFA: hue angle of 282.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA8CFA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 140 | 250 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.02 |
| HSL | 282.55º | 0.92% | 0.76% | - |
| HSV(B) | 282.55º | 0.44% | 0.98% | - |
| XYZ | 55.55 | 40.56 | 95.34 | - |
| YUV | 175.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 250 | 0.13 | 0.44 | 0 | 0.02 | 282.55 | 0.92 | 0.76 |
| Hex | DA | 8C | FA | D | 2C | 0 | 2 | 11B | 5C | 4C |
| Octal | 332 | 214 | 372 | 15 | 54 | 0 | 2 | 433 | 134 | 114 |
| Binary | 11011010 | 10001100 | 11111010 | 1101 | 101100 | 0 | 10 | 100011011 | 1011100 | 1001100 |
Color Harmonies of #DA8CFA
Complementary color
Monochromatic Colors of #DA8CFA
Black with #DA8CFA
Text Example
Text Example
White with #DA8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CFA; }
p { color: rgb(218,140,250); }
H1.HeaderClassName
{
color: #DA8CFA;
}
.AnyTagClassName
{
color: #DA8CFA;
}
</style>
background-color css
<style>
a { background-color: #DA8CFA; }
a { background-color: rgb(218,140,250); }
div.DivClassName
{
background-color: #DA8CFA;
}
.BgClassName
{
background-color: #DA8CFA;
}
</style>
border-color css
<style>
span { border-color: #DA8CFA; }
span { border-color: rgb(218,140,250); }
td.TdClassName
{
border-color: #DA8CFA;
}
.TagClassName
{
border-color: #DA8CFA;
}
</style>