Shades of Psychedelic Purple #DA0EFD
Tints of Psychedelic Purple #DA0EFD
RGB
CMYK
RGB Variations
Color information
#DA0EFD (or 0xDA0EFD) is known color: Psychedelic Purple. HEX triplet: DA, 0E and FD. RGB value is (218,14,253). Sum of RGB (Red+Green+Blue) = 218+14+253=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA0EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EFD is #25F102. Grayscale: #656565. Windows color (decimal): -2486531 or 16584410. OLE color: 16584410.
HSL color Cylindrical-coordinate representation of color #DA0EFD: hue angle of 291.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0EFD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 14 | 253 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.01 |
| HSL | 291.21º | 0.98% | 0.52% | - |
| HSV(B) | 291.21º | 0.94% | 0.99% | - |
| XYZ | 46.8 | 22.31 | 94.77 | - |
| YUV | 102.24 | 213.09 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 253 | 0.14 | 0.94 | 0 | 0.01 | 291.21 | 0.98 | 0.52 |
| Hex | DA | E | FD | E | 5E | 0 | 1 | 123 | 62 | 34 |
| Octal | 332 | 16 | 375 | 16 | 136 | 0 | 1 | 443 | 142 | 64 |
| Binary | 11011010 | 1110 | 11111101 | 1110 | 1011110 | 0 | 1 | 100100011 | 1100010 | 110100 |
Color Harmonies of #DA0EFD
Complementary color
Monochromatic Colors of #DA0EFD
Black with #DA0EFD
Text Example
Text Example
White with #DA0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0EFD; }
p { color: rgb(218,14,253); }
H1.HeaderClassName
{
color: #DA0EFD;
}
.AnyTagClassName
{
color: #DA0EFD;
}
</style>
background-color css
<style>
a { background-color: #DA0EFD; }
a { background-color: rgb(218,14,253); }
div.DivClassName
{
background-color: #DA0EFD;
}
.BgClassName
{
background-color: #DA0EFD;
}
</style>
border-color css
<style>
span { border-color: #DA0EFD; }
span { border-color: rgb(218,14,253); }
td.TdClassName
{
border-color: #DA0EFD;
}
.TagClassName
{
border-color: #DA0EFD;
}
</style>