Shades of Heliotrope #DA60FE
Tints of Heliotrope #DA60FE
RGB
CMYK
RGB Variations
Color information
#DA60FE (or 0xDA60FE) is known color: Heliotrope. HEX triplet: DA, 60 and FE. RGB value is (218,96,254). Sum of RGB (Red+Green+Blue) = 218+96+254=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA60FE is #259F01. Grayscale: #959595. Windows color (decimal): -2465538 or 16670938. OLE color: 16670938.
HSL color Cylindrical-coordinate representation of color #DA60FE: hue angle of 286.33º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA60FE is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 96 | 254 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.00 |
| HSL | 286.33º | 0.99% | 0.69% | - |
| HSV(B) | 286.33º | 0.62% | 1% | - |
| XYZ | 50.99 | 30.43 | 96.95 | - |
| YUV | 150.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 254 | 0.14 | 0.62 | 0 | 0.00 | 286.33 | 0.99 | 0.69 |
| Hex | DA | 60 | FE | E | 3E | 0 | 0 | 11E | 63 | 45 |
| Octal | 332 | 140 | 376 | 16 | 76 | 0 | 0 | 436 | 143 | 105 |
| Binary | 11011010 | 1100000 | 11111110 | 1110 | 111110 | 0 | 0 | 100011110 | 1100011 | 1000101 |
Color Harmonies of #DA60FE
Complementary color
Monochromatic Colors of #DA60FE
Black with #DA60FE
Text Example
Text Example
White with #DA60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60FE; }
p { color: rgb(218,96,254); }
H1.HeaderClassName
{
color: #DA60FE;
}
.AnyTagClassName
{
color: #DA60FE;
}
</style>
background-color css
<style>
a { background-color: #DA60FE; }
a { background-color: rgb(218,96,254); }
div.DivClassName
{
background-color: #DA60FE;
}
.BgClassName
{
background-color: #DA60FE;
}
</style>
border-color css
<style>
span { border-color: #DA60FE; }
span { border-color: rgb(218,96,254); }
td.TdClassName
{
border-color: #DA60FE;
}
.TagClassName
{
border-color: #DA60FE;
}
</style>