Shades of Psychedelic Purple #DA11FE
Tints of Psychedelic Purple #DA11FE
RGB
CMYK
RGB Variations
Color information
#DA11FE (or 0xDA11FE) is known color: Psychedelic Purple. HEX triplet: DA, 11 and FE. RGB value is (218,17,254). Sum of RGB (Red+Green+Blue) = 218+17+254=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA11FE is #25EE01. Grayscale: #676767. Windows color (decimal): -2485762 or 16650714. OLE color: 16650714.
HSL color Cylindrical-coordinate representation of color #DA11FE: hue angle of 290.89º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA11FE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 17 | 254 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.00 |
| HSL | 290.89º | 0.99% | 0.53% | - |
| HSV(B) | 290.89º | 0.93% | 1% | - |
| XYZ | 47 | 22.46 | 95.62 | - |
| YUV | 104.12 | 212.59 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 254 | 0.14 | 0.93 | 0 | 0.00 | 290.89 | 0.99 | 0.53 |
| Hex | DA | 11 | FE | E | 5D | 0 | 0 | 123 | 63 | 35 |
| Octal | 332 | 21 | 376 | 16 | 135 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011010 | 10001 | 11111110 | 1110 | 1011101 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DA11FE
Complementary color
Monochromatic Colors of #DA11FE
Black with #DA11FE
Text Example
Text Example
White with #DA11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11FE; }
p { color: rgb(218,17,254); }
H1.HeaderClassName
{
color: #DA11FE;
}
.AnyTagClassName
{
color: #DA11FE;
}
</style>
background-color css
<style>
a { background-color: #DA11FE; }
a { background-color: rgb(218,17,254); }
div.DivClassName
{
background-color: #DA11FE;
}
.BgClassName
{
background-color: #DA11FE;
}
</style>
border-color css
<style>
span { border-color: #DA11FE; }
span { border-color: rgb(218,17,254); }
td.TdClassName
{
border-color: #DA11FE;
}
.TagClassName
{
border-color: #DA11FE;
}
</style>