Shades of Heliotrope #DA71FF
Tints of Heliotrope #DA71FF
RGB
CMYK
RGB Variations
Color information
#DA71FF (or 0xDA71FF) is known color: Heliotrope. HEX triplet: DA, 71 and FF. RGB value is (218,113,255). Sum of RGB (Red+Green+Blue) = 218+113+255=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA71FF is #258E00. Grayscale: #A0A0A0. Windows color (decimal): -2461185 or 16740826. OLE color: 16740826.
HSL color Cylindrical-coordinate representation of color #DA71FF: hue angle of 284.37º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA71FF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 113 | 255 | - |
| CMYK | 0.15 | 0.56 | 0 | 0 |
| HSL | 284.37º | 1% | 0.72% | - |
| HSV(B) | 284.37º | 0.56% | 1% | - |
| XYZ | 52.87 | 33.94 | 98.37 | - |
| YUV | 160.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 255 | 0.15 | 0.56 | 0 | 0 | 284.37 | 1 | 0.72 |
| Hex | DA | 71 | FF | F | 38 | 0 | 0 | 11C | 64 | 48 |
| Octal | 332 | 161 | 377 | 17 | 70 | 0 | 0 | 434 | 144 | 110 |
| Binary | 11011010 | 1110001 | 11111111 | 1111 | 111000 | 0 | 0 | 100011100 | 1100100 | 1001000 |
Color Harmonies of #DA71FF
Complementary color
Monochromatic Colors of #DA71FF
Black with #DA71FF
Text Example
Text Example
White with #DA71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71FF; }
p { color: rgb(218,113,255); }
H1.HeaderClassName
{
color: #DA71FF;
}
.AnyTagClassName
{
color: #DA71FF;
}
</style>
background-color css
<style>
a { background-color: #DA71FF; }
a { background-color: rgb(218,113,255); }
div.DivClassName
{
background-color: #DA71FF;
}
.BgClassName
{
background-color: #DA71FF;
}
</style>
border-color css
<style>
span { border-color: #DA71FF; }
span { border-color: rgb(218,113,255); }
td.TdClassName
{
border-color: #DA71FF;
}
.TagClassName
{
border-color: #DA71FF;
}
</style>