Shades of Psychedelic Purple #DA00EA
Tints of Psychedelic Purple #DA00EA
RGB
CMYK
RGB Variations
Color information
#DA00EA (or 0xDA00EA) is known color: Psychedelic Purple. HEX triplet: DA, 00 and EA. RGB value is (218,0,234). Sum of RGB (Red+Green+Blue) = 218+0+234=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA00EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00EA is #25FF15. Grayscale: #5B5B5B. Windows color (decimal): -2490134 or 15335642. OLE color: 15335642.
HSL color Cylindrical-coordinate representation of color #DA00EA: hue angle of 295.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00EA is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 0 | 234 | - |
| CMYK | 0.07 | 1 | 0 | 0.08 |
| HSL | 295.9º | 1% | 0.46% | - |
| HSV(B) | 295.9º | 1% | 0.92% | - |
| XYZ | 43.76 | 20.85 | 79.56 | - |
| YUV | 91.86 | 208.22 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 234 | 0.07 | 1 | 0 | 0.08 | 295.9 | 1 | 0.46 |
| Hex | DA | 0 | EA | 7 | 64 | 0 | 8 | 128 | 64 | 2E |
| Octal | 332 | 0 | 352 | 7 | 144 | 0 | 10 | 450 | 144 | 56 |
| Binary | 11011010 | 0 | 11101010 | 111 | 1100100 | 0 | 1000 | 100101000 | 1100100 | 101110 |
Color Harmonies of #DA00EA
Complementary color
Monochromatic Colors of #DA00EA
Black with #DA00EA
Text Example
Text Example
White with #DA00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00EA; }
p { color: rgb(218,0,234); }
H1.HeaderClassName
{
color: #DA00EA;
}
.AnyTagClassName
{
color: #DA00EA;
}
</style>
background-color css
<style>
a { background-color: #DA00EA; }
a { background-color: rgb(218,0,234); }
div.DivClassName
{
background-color: #DA00EA;
}
.BgClassName
{
background-color: #DA00EA;
}
</style>
border-color css
<style>
span { border-color: #DA00EA; }
span { border-color: rgb(218,0,234); }
td.TdClassName
{
border-color: #DA00EA;
}
.TagClassName
{
border-color: #DA00EA;
}
</style>