Shades of Heliotrope #DA81F0
Tints of Heliotrope #DA81F0
RGB
CMYK
RGB Variations
Color information
#DA81F0 (or 0xDA81F0) is known color: Heliotrope. HEX triplet: DA, 81 and F0. RGB value is (218,129,240). Sum of RGB (Red+Green+Blue) = 218+129+240=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA81F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81F0 is #257E0F. Grayscale: #A7A7A7. Windows color (decimal): -2457104 or 15761882. OLE color: 15761882.
HSL color Cylindrical-coordinate representation of color #DA81F0: hue angle of 288.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA81F0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 129 | 240 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.06 |
| HSL | 288.11º | 0.79% | 0.72% | - |
| HSV(B) | 288.11º | 0.46% | 0.94% | - |
| XYZ | 52.49 | 36.9 | 86.79 | - |
| YUV | 168.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 240 | 0.09 | 0.46 | 0 | 0.06 | 288.11 | 0.79 | 0.72 |
| Hex | DA | 81 | F0 | 9 | 2E | 0 | 6 | 120 | 4F | 48 |
| Octal | 332 | 201 | 360 | 11 | 56 | 0 | 6 | 440 | 117 | 110 |
| Binary | 11011010 | 10000001 | 11110000 | 1001 | 101110 | 0 | 110 | 100100000 | 1001111 | 1001000 |
Color Harmonies of #DA81F0
Complementary color
Monochromatic Colors of #DA81F0
Black with #DA81F0
Text Example
Text Example
White with #DA81F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81F0; }
p { color: rgb(218,129,240); }
H1.HeaderClassName
{
color: #DA81F0;
}
.AnyTagClassName
{
color: #DA81F0;
}
</style>
background-color css
<style>
a { background-color: #DA81F0; }
a { background-color: rgb(218,129,240); }
div.DivClassName
{
background-color: #DA81F0;
}
.BgClassName
{
background-color: #DA81F0;
}
</style>
border-color css
<style>
span { border-color: #DA81F0; }
span { border-color: rgb(218,129,240); }
td.TdClassName
{
border-color: #DA81F0;
}
.TagClassName
{
border-color: #DA81F0;
}
</style>