Shades of Heliotrope #DA5DFF
Tints of Heliotrope #DA5DFF
RGB
CMYK
RGB Variations
Color information
#DA5DFF (or 0xDA5DFF) is known color: Heliotrope. HEX triplet: DA, 5D and FF. RGB value is (218,93,255). Sum of RGB (Red+Green+Blue) = 218+93+255=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5DFF is #25A200. Grayscale: #949494. Windows color (decimal): -2466305 or 16735706. OLE color: 16735706.
HSL color Cylindrical-coordinate representation of color #DA5DFF: hue angle of 286.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA5DFF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 93 | 255 | - |
| CMYK | 0.15 | 0.64 | 0 | 0 |
| HSL | 286.3º | 1% | 0.68% | - |
| HSV(B) | 286.3º | 0.64% | 1% | - |
| XYZ | 50.88 | 29.95 | 97.71 | - |
| YUV | 148.84 | 187.91 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 255 | 0.15 | 0.64 | 0 | 0 | 286.3 | 1 | 0.68 |
| Hex | DA | 5D | FF | F | 40 | 0 | 0 | 11E | 64 | 44 |
| Octal | 332 | 135 | 377 | 17 | 100 | 0 | 0 | 436 | 144 | 104 |
| Binary | 11011010 | 1011101 | 11111111 | 1111 | 1000000 | 0 | 0 | 100011110 | 1100100 | 1000100 |
Color Harmonies of #DA5DFF
Complementary color
Monochromatic Colors of #DA5DFF
Black with #DA5DFF
Text Example
Text Example
White with #DA5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DFF; }
p { color: rgb(218,93,255); }
H1.HeaderClassName
{
color: #DA5DFF;
}
.AnyTagClassName
{
color: #DA5DFF;
}
</style>
background-color css
<style>
a { background-color: #DA5DFF; }
a { background-color: rgb(218,93,255); }
div.DivClassName
{
background-color: #DA5DFF;
}
.BgClassName
{
background-color: #DA5DFF;
}
</style>
border-color css
<style>
span { border-color: #DA5DFF; }
span { border-color: rgb(218,93,255); }
td.TdClassName
{
border-color: #DA5DFF;
}
.TagClassName
{
border-color: #DA5DFF;
}
</style>