Shades of Psychedelic Purple #DA26FE
Tints of Psychedelic Purple #DA26FE
RGB
CMYK
RGB Variations
Color information
#DA26FE (or 0xDA26FE) is known color: Psychedelic Purple. HEX triplet: DA, 26 and FE. RGB value is (218,38,254). Sum of RGB (Red+Green+Blue) = 218+38+254=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 38 (15.23% from 255 or 7.45% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA26FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA26FE is #25D901. Grayscale: #737373. Windows color (decimal): -2480386 or 16656090. OLE color: 16656090.
HSL color Cylindrical-coordinate representation of color #DA26FE: hue angle of 290º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA26FE is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 38 | 254 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.00 |
| HSL | 290º | 0.99% | 0.57% | - |
| HSV(B) | 290º | 0.85% | 1% | - |
| XYZ | 47.5 | 23.45 | 95.79 | - |
| YUV | 116.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 254 | 0.14 | 0.85 | 0 | 0.00 | 290 | 0.99 | 0.57 |
| Hex | DA | 26 | FE | E | 55 | 0 | 0 | 122 | 63 | 39 |
| Octal | 332 | 46 | 376 | 16 | 125 | 0 | 0 | 442 | 143 | 71 |
| Binary | 11011010 | 100110 | 11111110 | 1110 | 1010101 | 0 | 0 | 100100010 | 1100011 | 111001 |
Color Harmonies of #DA26FE
Complementary color
Monochromatic Colors of #DA26FE
Black with #DA26FE
Text Example
Text Example
White with #DA26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA26FE; }
p { color: rgb(218,38,254); }
H1.HeaderClassName
{
color: #DA26FE;
}
.AnyTagClassName
{
color: #DA26FE;
}
</style>
background-color css
<style>
a { background-color: #DA26FE; }
a { background-color: rgb(218,38,254); }
div.DivClassName
{
background-color: #DA26FE;
}
.BgClassName
{
background-color: #DA26FE;
}
</style>
border-color css
<style>
span { border-color: #DA26FE; }
span { border-color: rgb(218,38,254); }
td.TdClassName
{
border-color: #DA26FE;
}
.TagClassName
{
border-color: #DA26FE;
}
</style>