Shades of Psychedelic Purple #DA10FE
Tints of Psychedelic Purple #DA10FE
RGB
CMYK
RGB Variations
Color information
#DA10FE (or 0xDA10FE) is known color: Psychedelic Purple. HEX triplet: DA, 10 and FE. RGB value is (218,16,254). Sum of RGB (Red+Green+Blue) = 218+16+254=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 16 (6.64% from 255 or 3.28% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10FE is #25EF01. Grayscale: #666666. Windows color (decimal): -2486018 or 16650458. OLE color: 16650458.
HSL color Cylindrical-coordinate representation of color #DA10FE: hue angle of 290.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA10FE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 16 | 254 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.00 |
| HSL | 290.92º | 0.99% | 0.53% | - |
| HSV(B) | 290.92º | 0.94% | 1% | - |
| XYZ | 46.99 | 22.43 | 95.62 | - |
| YUV | 103.53 | 212.92 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 254 | 0.14 | 0.94 | 0 | 0.00 | 290.92 | 0.99 | 0.53 |
| Hex | DA | 10 | FE | E | 5E | 0 | 0 | 123 | 63 | 35 |
| Octal | 332 | 20 | 376 | 16 | 136 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011010 | 10000 | 11111110 | 1110 | 1011110 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DA10FE
Complementary color
Monochromatic Colors of #DA10FE
Black with #DA10FE
Text Example
Text Example
White with #DA10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10FE; }
p { color: rgb(218,16,254); }
H1.HeaderClassName
{
color: #DA10FE;
}
.AnyTagClassName
{
color: #DA10FE;
}
</style>
background-color css
<style>
a { background-color: #DA10FE; }
a { background-color: rgb(218,16,254); }
div.DivClassName
{
background-color: #DA10FE;
}
.BgClassName
{
background-color: #DA10FE;
}
</style>
border-color css
<style>
span { border-color: #DA10FE; }
span { border-color: rgb(218,16,254); }
td.TdClassName
{
border-color: #DA10FE;
}
.TagClassName
{
border-color: #DA10FE;
}
</style>