Shades of Heliotrope #DA80F4
Tints of Heliotrope #DA80F4
RGB
CMYK
RGB Variations
Color information
#DA80F4 (or 0xDA80F4) is known color: Heliotrope. HEX triplet: DA, 80 and F4. RGB value is (218,128,244). Sum of RGB (Red+Green+Blue) = 218+128+244=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA80F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA80F4 is #257F0B. Grayscale: #A7A7A7. Windows color (decimal): -2457356 or 16023770. OLE color: 16023770.
HSL color Cylindrical-coordinate representation of color #DA80F4: hue angle of 286.55º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA80F4 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 128 | 244 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.04 |
| HSL | 286.55º | 0.84% | 0.73% | - |
| HSV(B) | 286.55º | 0.48% | 0.96% | - |
| XYZ | 52.96 | 36.88 | 89.91 | - |
| YUV | 168.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 244 | 0.11 | 0.48 | 0 | 0.04 | 286.55 | 0.84 | 0.73 |
| Hex | DA | 80 | F4 | B | 30 | 0 | 4 | 11F | 54 | 49 |
| Octal | 332 | 200 | 364 | 13 | 60 | 0 | 4 | 437 | 124 | 111 |
| Binary | 11011010 | 10000000 | 11110100 | 1011 | 110000 | 0 | 100 | 100011111 | 1010100 | 1001001 |
Color Harmonies of #DA80F4
Complementary color
Monochromatic Colors of #DA80F4
Black with #DA80F4
Text Example
Text Example
White with #DA80F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80F4; }
p { color: rgb(218,128,244); }
H1.HeaderClassName
{
color: #DA80F4;
}
.AnyTagClassName
{
color: #DA80F4;
}
</style>
background-color css
<style>
a { background-color: #DA80F4; }
a { background-color: rgb(218,128,244); }
div.DivClassName
{
background-color: #DA80F4;
}
.BgClassName
{
background-color: #DA80F4;
}
</style>
border-color css
<style>
span { border-color: #DA80F4; }
span { border-color: rgb(218,128,244); }
td.TdClassName
{
border-color: #DA80F4;
}
.TagClassName
{
border-color: #DA80F4;
}
</style>