Shades of Heliotrope #DA61FF
Tints of Heliotrope #DA61FF
RGB
CMYK
RGB Variations
Color information
#DA61FF (or 0xDA61FF) is known color: Heliotrope. HEX triplet: DA, 61 and FF. RGB value is (218,97,255). Sum of RGB (Red+Green+Blue) = 218+97+255=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA61FF is #259E00. Grayscale: #969696. Windows color (decimal): -2465281 or 16736730. OLE color: 16736730.
HSL color Cylindrical-coordinate representation of color #DA61FF: hue angle of 285.95º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA61FF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 97 | 255 | - |
| CMYK | 0.15 | 0.62 | 0 | 0 |
| HSL | 285.95º | 1% | 0.69% | - |
| HSV(B) | 285.95º | 0.62% | 1% | - |
| XYZ | 51.24 | 30.67 | 97.83 | - |
| YUV | 151.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 255 | 0.15 | 0.62 | 0 | 0 | 285.95 | 1 | 0.69 |
| Hex | DA | 61 | FF | F | 3E | 0 | 0 | 11E | 64 | 45 |
| Octal | 332 | 141 | 377 | 17 | 76 | 0 | 0 | 436 | 144 | 105 |
| Binary | 11011010 | 1100001 | 11111111 | 1111 | 111110 | 0 | 0 | 100011110 | 1100100 | 1000101 |
Color Harmonies of #DA61FF
Complementary color
Monochromatic Colors of #DA61FF
Black with #DA61FF
Text Example
Text Example
White with #DA61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA61FF; }
p { color: rgb(218,97,255); }
H1.HeaderClassName
{
color: #DA61FF;
}
.AnyTagClassName
{
color: #DA61FF;
}
</style>
background-color css
<style>
a { background-color: #DA61FF; }
a { background-color: rgb(218,97,255); }
div.DivClassName
{
background-color: #DA61FF;
}
.BgClassName
{
background-color: #DA61FF;
}
</style>
border-color css
<style>
span { border-color: #DA61FF; }
span { border-color: rgb(218,97,255); }
td.TdClassName
{
border-color: #DA61FF;
}
.TagClassName
{
border-color: #DA61FF;
}
</style>