Shades of Psychedelic Purple #DA1FFE
Tints of Psychedelic Purple #DA1FFE
RGB
CMYK
RGB Variations
Color information
#DA1FFE (or 0xDA1FFE) is known color: Psychedelic Purple. HEX triplet: DA, 1F and FE. RGB value is (218,31,254). Sum of RGB (Red+Green+Blue) = 218+31+254=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1FFE is #25E001. Grayscale: #6F6F6F. Windows color (decimal): -2482178 or 16654298. OLE color: 16654298.
HSL color Cylindrical-coordinate representation of color #DA1FFE: hue angle of 290.31º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1FFE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 31 | 254 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.00 |
| HSL | 290.31º | 0.99% | 0.56% | - |
| HSV(B) | 290.31º | 0.88% | 1% | - |
| XYZ | 47.29 | 23.04 | 95.72 | - |
| YUV | 112.34 | 207.95 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 254 | 0.14 | 0.88 | 0 | 0.00 | 290.31 | 0.99 | 0.56 |
| Hex | DA | 1F | FE | E | 58 | 0 | 0 | 122 | 63 | 38 |
| Octal | 332 | 37 | 376 | 16 | 130 | 0 | 0 | 442 | 143 | 70 |
| Binary | 11011010 | 11111 | 11111110 | 1110 | 1011000 | 0 | 0 | 100100010 | 1100011 | 111000 |
Color Harmonies of #DA1FFE
Complementary color
Monochromatic Colors of #DA1FFE
Black with #DA1FFE
Text Example
Text Example
White with #DA1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1FFE; }
p { color: rgb(218,31,254); }
H1.HeaderClassName
{
color: #DA1FFE;
}
.AnyTagClassName
{
color: #DA1FFE;
}
</style>
background-color css
<style>
a { background-color: #DA1FFE; }
a { background-color: rgb(218,31,254); }
div.DivClassName
{
background-color: #DA1FFE;
}
.BgClassName
{
background-color: #DA1FFE;
}
</style>
border-color css
<style>
span { border-color: #DA1FFE; }
span { border-color: rgb(218,31,254); }
td.TdClassName
{
border-color: #DA1FFE;
}
.TagClassName
{
border-color: #DA1FFE;
}
</style>