Shades of Heliotrope #DA80F8
Tints of Heliotrope #DA80F8
RGB
CMYK
RGB Variations
Color information
#DA80F8 (or 0xDA80F8) is known color: Heliotrope. HEX triplet: DA, 80 and F8. RGB value is (218,128,248). Sum of RGB (Red+Green+Blue) = 218+128+248=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA80F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80F8 is #257F07. Grayscale: #A8A8A8. Windows color (decimal): -2457352 or 16285914. OLE color: 16285914.
HSL color Cylindrical-coordinate representation of color #DA80F8: hue angle of 285º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA80F8 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 128 | 248 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.03 |
| HSL | 285º | 0.9% | 0.74% | - |
| HSV(B) | 285º | 0.48% | 0.97% | - |
| XYZ | 53.58 | 37.12 | 93.15 | - |
| YUV | 168.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 248 | 0.12 | 0.48 | 0 | 0.03 | 285 | 0.9 | 0.74 |
| Hex | DA | 80 | F8 | C | 30 | 0 | 3 | 11D | 5A | 4A |
| Octal | 332 | 200 | 370 | 14 | 60 | 0 | 3 | 435 | 132 | 112 |
| Binary | 11011010 | 10000000 | 11111000 | 1100 | 110000 | 0 | 11 | 100011101 | 1011010 | 1001010 |
Color Harmonies of #DA80F8
Complementary color
Monochromatic Colors of #DA80F8
Black with #DA80F8
Text Example
Text Example
White with #DA80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80F8; }
p { color: rgb(218,128,248); }
H1.HeaderClassName
{
color: #DA80F8;
}
.AnyTagClassName
{
color: #DA80F8;
}
</style>
background-color css
<style>
a { background-color: #DA80F8; }
a { background-color: rgb(218,128,248); }
div.DivClassName
{
background-color: #DA80F8;
}
.BgClassName
{
background-color: #DA80F8;
}
</style>
border-color css
<style>
span { border-color: #DA80F8; }
span { border-color: rgb(218,128,248); }
td.TdClassName
{
border-color: #DA80F8;
}
.TagClassName
{
border-color: #DA80F8;
}
</style>