Shades of Heliotrope #DA81F2
Tints of Heliotrope #DA81F2
RGB
CMYK
RGB Variations
Color information
#DA81F2 (or 0xDA81F2) is known color: Heliotrope. HEX triplet: DA, 81 and F2. RGB value is (218,129,242). Sum of RGB (Red+Green+Blue) = 218+129+242=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA81F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81F2 is #257E0D. Grayscale: #A8A8A8. Windows color (decimal): -2457102 or 15892954. OLE color: 15892954.
HSL color Cylindrical-coordinate representation of color #DA81F2: hue angle of 287.26º 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 #DA81F2 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 129 | 242 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.05 |
| HSL | 287.26º | 0.81% | 0.73% | - |
| HSV(B) | 287.26º | 0.47% | 0.95% | - |
| XYZ | 52.79 | 37.02 | 88.37 | - |
| YUV | 168.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 242 | 0.10 | 0.47 | 0 | 0.05 | 287.26 | 0.81 | 0.73 |
| Hex | DA | 81 | F2 | A | 2F | 0 | 5 | 11F | 51 | 49 |
| Octal | 332 | 201 | 362 | 12 | 57 | 0 | 5 | 437 | 121 | 111 |
| Binary | 11011010 | 10000001 | 11110010 | 1010 | 101111 | 0 | 101 | 100011111 | 1010001 | 1001001 |
Color Harmonies of #DA81F2
Complementary color
Monochromatic Colors of #DA81F2
Black with #DA81F2
Text Example
Text Example
White with #DA81F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81F2; }
p { color: rgb(218,129,242); }
H1.HeaderClassName
{
color: #DA81F2;
}
.AnyTagClassName
{
color: #DA81F2;
}
</style>
background-color css
<style>
a { background-color: #DA81F2; }
a { background-color: rgb(218,129,242); }
div.DivClassName
{
background-color: #DA81F2;
}
.BgClassName
{
background-color: #DA81F2;
}
</style>
border-color css
<style>
span { border-color: #DA81F2; }
span { border-color: rgb(218,129,242); }
td.TdClassName
{
border-color: #DA81F2;
}
.TagClassName
{
border-color: #DA81F2;
}
</style>