Shades of Heliotrope #DA80FA
Tints of Heliotrope #DA80FA
RGB
CMYK
RGB Variations
Color information
#DA80FA (or 0xDA80FA) is known color: Heliotrope. HEX triplet: DA, 80 and FA. RGB value is (218,128,250). Sum of RGB (Red+Green+Blue) = 218+128+250=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80FA is #257F05. Grayscale: #A8A8A8. Windows color (decimal): -2457350 or 16416986. OLE color: 16416986.
HSL color Cylindrical-coordinate representation of color #DA80FA: hue angle of 284.26º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA80FA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 128 | 250 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.02 |
| HSL | 284.26º | 0.92% | 0.74% | - |
| HSV(B) | 284.26º | 0.49% | 0.98% | - |
| XYZ | 53.89 | 37.25 | 94.79 | - |
| YUV | 168.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 250 | 0.13 | 0.49 | 0 | 0.02 | 284.26 | 0.92 | 0.74 |
| Hex | DA | 80 | FA | D | 31 | 0 | 2 | 11C | 5C | 4A |
| Octal | 332 | 200 | 372 | 15 | 61 | 0 | 2 | 434 | 134 | 112 |
| Binary | 11011010 | 10000000 | 11111010 | 1101 | 110001 | 0 | 10 | 100011100 | 1011100 | 1001010 |
Color Harmonies of #DA80FA
Complementary color
Monochromatic Colors of #DA80FA
Black with #DA80FA
Text Example
Text Example
White with #DA80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80FA; }
p { color: rgb(218,128,250); }
H1.HeaderClassName
{
color: #DA80FA;
}
.AnyTagClassName
{
color: #DA80FA;
}
</style>
background-color css
<style>
a { background-color: #DA80FA; }
a { background-color: rgb(218,128,250); }
div.DivClassName
{
background-color: #DA80FA;
}
.BgClassName
{
background-color: #DA80FA;
}
</style>
border-color css
<style>
span { border-color: #DA80FA; }
span { border-color: rgb(218,128,250); }
td.TdClassName
{
border-color: #DA80FA;
}
.TagClassName
{
border-color: #DA80FA;
}
</style>