Shades of Psychedelic Purple #DA0EFF
Tints of Psychedelic Purple #DA0EFF
RGB
CMYK
RGB Variations
Color information
#DA0EFF (or 0xDA0EFF) is known color: Psychedelic Purple. HEX triplet: DA, 0E and FF. RGB value is (218,14,255). Sum of RGB (Red+Green+Blue) = 218+14+255=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA0EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EFF is #25F100. Grayscale: #656565. Windows color (decimal): -2486529 or 16715482. OLE color: 16715482.
HSL color Cylindrical-coordinate representation of color #DA0EFF: hue angle of 290.79º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0EFF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 14 | 255 | - |
| CMYK | 0.15 | 0.95 | 0 | 0 |
| HSL | 290.79º | 1% | 0.53% | - |
| HSV(B) | 290.79º | 0.95% | 1% | - |
| XYZ | 47.12 | 22.44 | 96.46 | - |
| YUV | 102.47 | 214.09 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 255 | 0.15 | 0.95 | 0 | 0 | 290.79 | 1 | 0.53 |
| Hex | DA | E | FF | F | 5F | 0 | 0 | 123 | 64 | 35 |
| Octal | 332 | 16 | 377 | 17 | 137 | 0 | 0 | 443 | 144 | 65 |
| Binary | 11011010 | 1110 | 11111111 | 1111 | 1011111 | 0 | 0 | 100100011 | 1100100 | 110101 |
Color Harmonies of #DA0EFF
Complementary color
Monochromatic Colors of #DA0EFF
Black with #DA0EFF
Text Example
Text Example
White with #DA0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EFF; }
p { color: rgb(218,14,255); }
H1.HeaderClassName
{
color: #DA0EFF;
}
.AnyTagClassName
{
color: #DA0EFF;
}
</style>
background-color css
<style>
a { background-color: #DA0EFF; }
a { background-color: rgb(218,14,255); }
div.DivClassName
{
background-color: #DA0EFF;
}
.BgClassName
{
background-color: #DA0EFF;
}
</style>
border-color css
<style>
span { border-color: #DA0EFF; }
span { border-color: rgb(218,14,255); }
td.TdClassName
{
border-color: #DA0EFF;
}
.TagClassName
{
border-color: #DA0EFF;
}
</style>