Shades of Heliotrope #DA5FFE
Tints of Heliotrope #DA5FFE
RGB
CMYK
RGB Variations
Color information
#DA5FFE (or 0xDA5FFE) is known color: Heliotrope. HEX triplet: DA, 5F and FE. RGB value is (218,95,254). Sum of RGB (Red+Green+Blue) = 218+95+254=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5FFE is #25A001. Grayscale: #959595. Windows color (decimal): -2465794 or 16670682. OLE color: 16670682.
HSL color Cylindrical-coordinate representation of color #DA5FFE: hue angle of 286.42º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5FFE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 95 | 254 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.00 |
| HSL | 286.42º | 0.99% | 0.68% | - |
| HSV(B) | 286.42º | 0.63% | 1% | - |
| XYZ | 50.9 | 30.25 | 96.92 | - |
| YUV | 149.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 254 | 0.14 | 0.63 | 0 | 0.00 | 286.42 | 0.99 | 0.68 |
| Hex | DA | 5F | FE | E | 3F | 0 | 0 | 11E | 63 | 44 |
| Octal | 332 | 137 | 376 | 16 | 77 | 0 | 0 | 436 | 143 | 104 |
| Binary | 11011010 | 1011111 | 11111110 | 1110 | 111111 | 0 | 0 | 100011110 | 1100011 | 1000100 |
Color Harmonies of #DA5FFE
Complementary color
Monochromatic Colors of #DA5FFE
Black with #DA5FFE
Text Example
Text Example
White with #DA5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FFE; }
p { color: rgb(218,95,254); }
H1.HeaderClassName
{
color: #DA5FFE;
}
.AnyTagClassName
{
color: #DA5FFE;
}
</style>
background-color css
<style>
a { background-color: #DA5FFE; }
a { background-color: rgb(218,95,254); }
div.DivClassName
{
background-color: #DA5FFE;
}
.BgClassName
{
background-color: #DA5FFE;
}
</style>
border-color css
<style>
span { border-color: #DA5FFE; }
span { border-color: rgb(218,95,254); }
td.TdClassName
{
border-color: #DA5FFE;
}
.TagClassName
{
border-color: #DA5FFE;
}
</style>