Shades of Psychedelic Purple #DA0FFE
Tints of Psychedelic Purple #DA0FFE
RGB
CMYK
RGB Variations
Color information
#DA0FFE (or 0xDA0FFE) is known color: Psychedelic Purple. HEX triplet: DA, 0F and FE. RGB value is (218,15,254). Sum of RGB (Red+Green+Blue) = 218+15+254=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0FFE is #25F001. Grayscale: #666666. Windows color (decimal): -2486274 or 16650202. OLE color: 16650202.
HSL color Cylindrical-coordinate representation of color #DA0FFE: hue angle of 290.96º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0FFE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 15 | 254 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.00 |
| HSL | 290.96º | 0.99% | 0.53% | - |
| HSV(B) | 290.96º | 0.94% | 1% | - |
| XYZ | 46.97 | 22.4 | 95.61 | - |
| YUV | 102.94 | 213.25 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 254 | 0.14 | 0.94 | 0 | 0.00 | 290.96 | 0.99 | 0.53 |
| Hex | DA | F | FE | E | 5E | 0 | 0 | 123 | 63 | 35 |
| Octal | 332 | 17 | 376 | 16 | 136 | 0 | 0 | 443 | 143 | 65 |
| Binary | 11011010 | 1111 | 11111110 | 1110 | 1011110 | 0 | 0 | 100100011 | 1100011 | 110101 |
Color Harmonies of #DA0FFE
Complementary color
Monochromatic Colors of #DA0FFE
Black with #DA0FFE
Text Example
Text Example
White with #DA0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FFE; }
p { color: rgb(218,15,254); }
H1.HeaderClassName
{
color: #DA0FFE;
}
.AnyTagClassName
{
color: #DA0FFE;
}
</style>
background-color css
<style>
a { background-color: #DA0FFE; }
a { background-color: rgb(218,15,254); }
div.DivClassName
{
background-color: #DA0FFE;
}
.BgClassName
{
background-color: #DA0FFE;
}
</style>
border-color css
<style>
span { border-color: #DA0FFE; }
span { border-color: rgb(218,15,254); }
td.TdClassName
{
border-color: #DA0FFE;
}
.TagClassName
{
border-color: #DA0FFE;
}
</style>