Shades of Psychedelic Purple #DA2FFE
Tints of Psychedelic Purple #DA2FFE
RGB
CMYK
RGB Variations
Color information
#DA2FFE (or 0xDA2FFE) is known color: Psychedelic Purple. HEX triplet: DA, 2F and FE. RGB value is (218,47,254). Sum of RGB (Red+Green+Blue) = 218+47+254=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 47 (18.75% from 255 or 9.06% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA2FFE is #25D001. Grayscale: #797979. Windows color (decimal): -2478082 or 16658394. OLE color: 16658394.
HSL color Cylindrical-coordinate representation of color #DA2FFE: hue angle of 289.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2FFE is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 47 | 254 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.00 |
| HSL | 289.57º | 0.99% | 0.59% | - |
| HSV(B) | 289.57º | 0.81% | 1% | - |
| XYZ | 47.82 | 24.09 | 95.9 | - |
| YUV | 121.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 254 | 0.14 | 0.81 | 0 | 0.00 | 289.57 | 0.99 | 0.59 |
| Hex | DA | 2F | FE | E | 51 | 0 | 0 | 122 | 63 | 3B |
| Octal | 332 | 57 | 376 | 16 | 121 | 0 | 0 | 442 | 143 | 73 |
| Binary | 11011010 | 101111 | 11111110 | 1110 | 1010001 | 0 | 0 | 100100010 | 1100011 | 111011 |
Color Harmonies of #DA2FFE
Complementary color
Monochromatic Colors of #DA2FFE
Black with #DA2FFE
Text Example
Text Example
White with #DA2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2FFE; }
p { color: rgb(218,47,254); }
H1.HeaderClassName
{
color: #DA2FFE;
}
.AnyTagClassName
{
color: #DA2FFE;
}
</style>
background-color css
<style>
a { background-color: #DA2FFE; }
a { background-color: rgb(218,47,254); }
div.DivClassName
{
background-color: #DA2FFE;
}
.BgClassName
{
background-color: #DA2FFE;
}
</style>
border-color css
<style>
span { border-color: #DA2FFE; }
span { border-color: rgb(218,47,254); }
td.TdClassName
{
border-color: #DA2FFE;
}
.TagClassName
{
border-color: #DA2FFE;
}
</style>