Shades of Heliotrope #DA50FE
Tints of Heliotrope #DA50FE
RGB
CMYK
RGB Variations
Color information
#DA50FE (or 0xDA50FE) is known color: Heliotrope. HEX triplet: DA, 50 and FE. RGB value is (218,80,254). Sum of RGB (Red+Green+Blue) = 218+80+254=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA50FE is #25AF01. Grayscale: #8C8C8C. Windows color (decimal): -2469634 or 16666842. OLE color: 16666842.
HSL color Cylindrical-coordinate representation of color #DA50FE: hue angle of 287.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA50FE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 80 | 254 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.00 |
| HSL | 287.59º | 0.99% | 0.65% | - |
| HSV(B) | 287.59º | 0.69% | 1% | - |
| XYZ | 49.67 | 27.8 | 96.51 | - |
| YUV | 141.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 254 | 0.14 | 0.69 | 0 | 0.00 | 287.59 | 0.99 | 0.65 |
| Hex | DA | 50 | FE | E | 45 | 0 | 0 | 120 | 63 | 41 |
| Octal | 332 | 120 | 376 | 16 | 105 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011010 | 1010000 | 11111110 | 1110 | 1000101 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DA50FE
Complementary color
Monochromatic Colors of #DA50FE
Black with #DA50FE
Text Example
Text Example
White with #DA50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50FE; }
p { color: rgb(218,80,254); }
H1.HeaderClassName
{
color: #DA50FE;
}
.AnyTagClassName
{
color: #DA50FE;
}
</style>
background-color css
<style>
a { background-color: #DA50FE; }
a { background-color: rgb(218,80,254); }
div.DivClassName
{
background-color: #DA50FE;
}
.BgClassName
{
background-color: #DA50FE;
}
</style>
border-color css
<style>
span { border-color: #DA50FE; }
span { border-color: rgb(218,80,254); }
td.TdClassName
{
border-color: #DA50FE;
}
.TagClassName
{
border-color: #DA50FE;
}
</style>