Shades of Heliotrope #DA3FFE
Tints of Heliotrope #DA3FFE
RGB
CMYK
RGB Variations
Color information
#DA3FFE (or 0xDA3FFE) is known color: Heliotrope. HEX triplet: DA, 3F and FE. RGB value is (218,63,254). Sum of RGB (Red+Green+Blue) = 218+63+254=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 63 (25% from 255 or 11.78% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA3FFE is #25C001. Grayscale: #828282. Windows color (decimal): -2473986 or 16662490. OLE color: 16662490.
HSL color Cylindrical-coordinate representation of color #DA3FFE: hue angle of 288.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3FFE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 63 | 254 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.00 |
| HSL | 288.69º | 0.99% | 0.62% | - |
| HSV(B) | 288.69º | 0.75% | 1% | - |
| XYZ | 48.58 | 25.62 | 96.15 | - |
| YUV | 131.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 254 | 0.14 | 0.75 | 0 | 0.00 | 288.69 | 0.99 | 0.62 |
| Hex | DA | 3F | FE | E | 4B | 0 | 0 | 121 | 63 | 3E |
| Octal | 332 | 77 | 376 | 16 | 113 | 0 | 0 | 441 | 143 | 76 |
| Binary | 11011010 | 111111 | 11111110 | 1110 | 1001011 | 0 | 0 | 100100001 | 1100011 | 111110 |
Color Harmonies of #DA3FFE
Complementary color
Monochromatic Colors of #DA3FFE
Black with #DA3FFE
Text Example
Text Example
White with #DA3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3FFE; }
p { color: rgb(218,63,254); }
H1.HeaderClassName
{
color: #DA3FFE;
}
.AnyTagClassName
{
color: #DA3FFE;
}
</style>
background-color css
<style>
a { background-color: #DA3FFE; }
a { background-color: rgb(218,63,254); }
div.DivClassName
{
background-color: #DA3FFE;
}
.BgClassName
{
background-color: #DA3FFE;
}
</style>
border-color css
<style>
span { border-color: #DA3FFE; }
span { border-color: rgb(218,63,254); }
td.TdClassName
{
border-color: #DA3FFE;
}
.TagClassName
{
border-color: #DA3FFE;
}
</style>