Shades of Heliotrope #DA60FF
Tints of Heliotrope #DA60FF
RGB
CMYK
RGB Variations
Color information
#DA60FF (or 0xDA60FF) is known color: Heliotrope. HEX triplet: DA, 60 and FF. RGB value is (218,96,255). Sum of RGB (Red+Green+Blue) = 218+96+255=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 96 (37.89% from 255 or 16.87% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60FF is #259F00. Grayscale: #969696. Windows color (decimal): -2465537 or 16736474. OLE color: 16736474.
HSL color Cylindrical-coordinate representation of color #DA60FF: hue angle of 286.04º 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 #DA60FF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 96 | 255 | - |
| CMYK | 0.15 | 0.62 | 0 | 0 |
| HSL | 286.04º | 1% | 0.69% | - |
| HSV(B) | 286.04º | 0.62% | 1% | - |
| XYZ | 51.15 | 30.49 | 97.8 | - |
| YUV | 150.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 255 | 0.15 | 0.62 | 0 | 0 | 286.04 | 1 | 0.69 |
| Hex | DA | 60 | FF | F | 3E | 0 | 0 | 11E | 64 | 45 |
| Octal | 332 | 140 | 377 | 17 | 76 | 0 | 0 | 436 | 144 | 105 |
| Binary | 11011010 | 1100000 | 11111111 | 1111 | 111110 | 0 | 0 | 100011110 | 1100100 | 1000101 |
Color Harmonies of #DA60FF
Complementary color
Monochromatic Colors of #DA60FF
Black with #DA60FF
Text Example
Text Example
White with #DA60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60FF; }
p { color: rgb(218,96,255); }
H1.HeaderClassName
{
color: #DA60FF;
}
.AnyTagClassName
{
color: #DA60FF;
}
</style>
background-color css
<style>
a { background-color: #DA60FF; }
a { background-color: rgb(218,96,255); }
div.DivClassName
{
background-color: #DA60FF;
}
.BgClassName
{
background-color: #DA60FF;
}
</style>
border-color css
<style>
span { border-color: #DA60FF; }
span { border-color: rgb(218,96,255); }
td.TdClassName
{
border-color: #DA60FF;
}
.TagClassName
{
border-color: #DA60FF;
}
</style>