Shades of Heliotrope #DA5DFE
Tints of Heliotrope #DA5DFE
RGB
CMYK
RGB Variations
Color information
#DA5DFE (or 0xDA5DFE) is known color: Heliotrope. HEX triplet: DA, 5D and FE. RGB value is (218,93,254). Sum of RGB (Red+Green+Blue) = 218+93+254=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5DFE is #25A201. Grayscale: #949494. Windows color (decimal): -2466306 or 16670170. OLE color: 16670170.
HSL color Cylindrical-coordinate representation of color #DA5DFE: hue angle of 286.58º 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 #DA5DFE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 93 | 254 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.00 |
| HSL | 286.58º | 0.99% | 0.68% | - |
| HSV(B) | 286.58º | 0.63% | 1% | - |
| XYZ | 50.72 | 29.89 | 96.86 | - |
| YUV | 148.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 254 | 0.14 | 0.63 | 0 | 0.00 | 286.58 | 0.99 | 0.68 |
| Hex | DA | 5D | FE | E | 3F | 0 | 0 | 11F | 63 | 44 |
| Octal | 332 | 135 | 376 | 16 | 77 | 0 | 0 | 437 | 143 | 104 |
| Binary | 11011010 | 1011101 | 11111110 | 1110 | 111111 | 0 | 0 | 100011111 | 1100011 | 1000100 |
Color Harmonies of #DA5DFE
Complementary color
Monochromatic Colors of #DA5DFE
Black with #DA5DFE
Text Example
Text Example
White with #DA5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DFE; }
p { color: rgb(218,93,254); }
H1.HeaderClassName
{
color: #DA5DFE;
}
.AnyTagClassName
{
color: #DA5DFE;
}
</style>
background-color css
<style>
a { background-color: #DA5DFE; }
a { background-color: rgb(218,93,254); }
div.DivClassName
{
background-color: #DA5DFE;
}
.BgClassName
{
background-color: #DA5DFE;
}
</style>
border-color css
<style>
span { border-color: #DA5DFE; }
span { border-color: rgb(218,93,254); }
td.TdClassName
{
border-color: #DA5DFE;
}
.TagClassName
{
border-color: #DA5DFE;
}
</style>