Shades of Heliotrope #DA81FF
Tints of Heliotrope #DA81FF
RGB
CMYK
RGB Variations
Color information
#DA81FF (or 0xDA81FF) is known color: Heliotrope. HEX triplet: DA, 81 and FF. RGB value is (218,129,255). Sum of RGB (Red+Green+Blue) = 218+129+255=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81FF is #257E00. Grayscale: #A9A9A9. Windows color (decimal): -2457089 or 16744922. OLE color: 16744922.
HSL color Cylindrical-coordinate representation of color #DA81FF: hue angle of 282.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA81FF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 129 | 255 | - |
| CMYK | 0.15 | 0.49 | 0 | 0 |
| HSL | 282.38º | 1% | 0.75% | - |
| HSV(B) | 282.38º | 0.49% | 1% | - |
| XYZ | 54.81 | 37.83 | 99.02 | - |
| YUV | 169.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 255 | 0.15 | 0.49 | 0 | 0 | 282.38 | 1 | 0.75 |
| Hex | DA | 81 | FF | F | 31 | 0 | 0 | 11A | 64 | 4B |
| Octal | 332 | 201 | 377 | 17 | 61 | 0 | 0 | 432 | 144 | 113 |
| Binary | 11011010 | 10000001 | 11111111 | 1111 | 110001 | 0 | 0 | 100011010 | 1100100 | 1001011 |
Color Harmonies of #DA81FF
Complementary color
Monochromatic Colors of #DA81FF
Black with #DA81FF
Text Example
Text Example
White with #DA81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81FF; }
p { color: rgb(218,129,255); }
H1.HeaderClassName
{
color: #DA81FF;
}
.AnyTagClassName
{
color: #DA81FF;
}
</style>
background-color css
<style>
a { background-color: #DA81FF; }
a { background-color: rgb(218,129,255); }
div.DivClassName
{
background-color: #DA81FF;
}
.BgClassName
{
background-color: #DA81FF;
}
</style>
border-color css
<style>
span { border-color: #DA81FF; }
span { border-color: rgb(218,129,255); }
td.TdClassName
{
border-color: #DA81FF;
}
.TagClassName
{
border-color: #DA81FF;
}
</style>