Shades of Heliotrope #DA80F2
Tints of Heliotrope #DA80F2
RGB
CMYK
RGB Variations
Color information
#DA80F2 (or 0xDA80F2) is known color: Heliotrope. HEX triplet: DA, 80 and F2. RGB value is (218,128,242). Sum of RGB (Red+Green+Blue) = 218+128+242=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA80F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80F2 is #257F0D. Grayscale: #A7A7A7. Windows color (decimal): -2457358 or 15892698. OLE color: 15892698.
HSL color Cylindrical-coordinate representation of color #DA80F2: hue angle of 287.37º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA80F2 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 128 | 242 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.05 |
| HSL | 287.37º | 0.81% | 0.73% | - |
| HSV(B) | 287.37º | 0.47% | 0.95% | - |
| XYZ | 52.66 | 36.75 | 88.32 | - |
| YUV | 167.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 242 | 0.10 | 0.47 | 0 | 0.05 | 287.37 | 0.81 | 0.73 |
| Hex | DA | 80 | F2 | A | 2F | 0 | 5 | 11F | 51 | 49 |
| Octal | 332 | 200 | 362 | 12 | 57 | 0 | 5 | 437 | 121 | 111 |
| Binary | 11011010 | 10000000 | 11110010 | 1010 | 101111 | 0 | 101 | 100011111 | 1010001 | 1001001 |
Color Harmonies of #DA80F2
Complementary color
Monochromatic Colors of #DA80F2
Black with #DA80F2
Text Example
Text Example
White with #DA80F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80F2; }
p { color: rgb(218,128,242); }
H1.HeaderClassName
{
color: #DA80F2;
}
.AnyTagClassName
{
color: #DA80F2;
}
</style>
background-color css
<style>
a { background-color: #DA80F2; }
a { background-color: rgb(218,128,242); }
div.DivClassName
{
background-color: #DA80F2;
}
.BgClassName
{
background-color: #DA80F2;
}
</style>
border-color css
<style>
span { border-color: #DA80F2; }
span { border-color: rgb(218,128,242); }
td.TdClassName
{
border-color: #DA80F2;
}
.TagClassName
{
border-color: #DA80F2;
}
</style>