Shades of Heliotrope #DA81F4
Tints of Heliotrope #DA81F4
RGB
CMYK
RGB Variations
Color information
#DA81F4 (or 0xDA81F4) is known color: Heliotrope. HEX triplet: DA, 81 and F4. RGB value is (218,129,244). Sum of RGB (Red+Green+Blue) = 218+129+244=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA81F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81F4 is #257E0B. Grayscale: #A8A8A8. Windows color (decimal): -2457100 or 16024026. OLE color: 16024026.
HSL color Cylindrical-coordinate representation of color #DA81F4: hue angle of 286.43º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA81F4 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 129 | 244 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.04 |
| HSL | 286.43º | 0.84% | 0.73% | - |
| HSV(B) | 286.43º | 0.47% | 0.96% | - |
| XYZ | 53.09 | 37.14 | 89.96 | - |
| YUV | 168.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 244 | 0.11 | 0.47 | 0 | 0.04 | 286.43 | 0.84 | 0.73 |
| Hex | DA | 81 | F4 | B | 2F | 0 | 4 | 11E | 54 | 49 |
| Octal | 332 | 201 | 364 | 13 | 57 | 0 | 4 | 436 | 124 | 111 |
| Binary | 11011010 | 10000001 | 11110100 | 1011 | 101111 | 0 | 100 | 100011110 | 1010100 | 1001001 |
Color Harmonies of #DA81F4
Complementary color
Monochromatic Colors of #DA81F4
Black with #DA81F4
Text Example
Text Example
White with #DA81F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81F4; }
p { color: rgb(218,129,244); }
H1.HeaderClassName
{
color: #DA81F4;
}
.AnyTagClassName
{
color: #DA81F4;
}
</style>
background-color css
<style>
a { background-color: #DA81F4; }
a { background-color: rgb(218,129,244); }
div.DivClassName
{
background-color: #DA81F4;
}
.BgClassName
{
background-color: #DA81F4;
}
</style>
border-color css
<style>
span { border-color: #DA81F4; }
span { border-color: rgb(218,129,244); }
td.TdClassName
{
border-color: #DA81F4;
}
.TagClassName
{
border-color: #DA81F4;
}
</style>