Shades of Psychedelic Purple #DA1DFE
Tints of Psychedelic Purple #DA1DFE
RGB
CMYK
RGB Variations
Color information
#DA1DFE (or 0xDA1DFE) is known color: Psychedelic Purple. HEX triplet: DA, 1D and FE. RGB value is (218,29,254). Sum of RGB (Red+Green+Blue) = 218+29+254=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA1DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1DFE is #25E201. Grayscale: #6E6E6E. Windows color (decimal): -2482690 or 16653786. OLE color: 16653786.
HSL color Cylindrical-coordinate representation of color #DA1DFE: hue angle of 290.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1DFE is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 29 | 254 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.00 |
| HSL | 290.4º | 0.99% | 0.55% | - |
| HSV(B) | 290.4º | 0.89% | 1% | - |
| XYZ | 47.24 | 22.94 | 95.7 | - |
| YUV | 111.16 | 208.62 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 254 | 0.14 | 0.89 | 0 | 0.00 | 290.4 | 0.99 | 0.55 |
| Hex | DA | 1D | FE | E | 59 | 0 | 0 | 122 | 63 | 37 |
| Octal | 332 | 35 | 376 | 16 | 131 | 0 | 0 | 442 | 143 | 67 |
| Binary | 11011010 | 11101 | 11111110 | 1110 | 1011001 | 0 | 0 | 100100010 | 1100011 | 110111 |
Color Harmonies of #DA1DFE
Complementary color
Monochromatic Colors of #DA1DFE
Black with #DA1DFE
Text Example
Text Example
White with #DA1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DFE; }
p { color: rgb(218,29,254); }
H1.HeaderClassName
{
color: #DA1DFE;
}
.AnyTagClassName
{
color: #DA1DFE;
}
</style>
background-color css
<style>
a { background-color: #DA1DFE; }
a { background-color: rgb(218,29,254); }
div.DivClassName
{
background-color: #DA1DFE;
}
.BgClassName
{
background-color: #DA1DFE;
}
</style>
border-color css
<style>
span { border-color: #DA1DFE; }
span { border-color: rgb(218,29,254); }
td.TdClassName
{
border-color: #DA1DFE;
}
.TagClassName
{
border-color: #DA1DFE;
}
</style>