Shades of Psychedelic Purple #DA1EEA
Tints of Psychedelic Purple #DA1EEA
RGB
CMYK
RGB Variations
Color information
#DA1EEA (or 0xDA1EEA) is known color: Psychedelic Purple. HEX triplet: DA, 1E and EA. RGB value is (218,30,234). Sum of RGB (Red+Green+Blue) = 218+30+234=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1EEA is #25E115. Grayscale: #6C6C6C. Windows color (decimal): -2482454 or 15343322. OLE color: 15343322.
HSL color Cylindrical-coordinate representation of color #DA1EEA: hue angle of 295.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1EEA is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 30 | 234 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.08 |
| HSL | 295.29º | 0.83% | 0.52% | - |
| HSV(B) | 295.29º | 0.87% | 0.92% | - |
| XYZ | 44.23 | 21.77 | 79.71 | - |
| YUV | 109.47 | 198.28 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 234 | 0.07 | 0.87 | 0 | 0.08 | 295.29 | 0.83 | 0.52 |
| Hex | DA | 1E | EA | 7 | 57 | 0 | 8 | 127 | 53 | 34 |
| Octal | 332 | 36 | 352 | 7 | 127 | 0 | 10 | 447 | 123 | 64 |
| Binary | 11011010 | 11110 | 11101010 | 111 | 1010111 | 0 | 1000 | 100100111 | 1010011 | 110100 |
Color Harmonies of #DA1EEA
Complementary color
Monochromatic Colors of #DA1EEA
Black with #DA1EEA
Text Example
Text Example
White with #DA1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EEA; }
p { color: rgb(218,30,234); }
H1.HeaderClassName
{
color: #DA1EEA;
}
.AnyTagClassName
{
color: #DA1EEA;
}
</style>
background-color css
<style>
a { background-color: #DA1EEA; }
a { background-color: rgb(218,30,234); }
div.DivClassName
{
background-color: #DA1EEA;
}
.BgClassName
{
background-color: #DA1EEA;
}
</style>
border-color css
<style>
span { border-color: #DA1EEA; }
span { border-color: rgb(218,30,234); }
td.TdClassName
{
border-color: #DA1EEA;
}
.TagClassName
{
border-color: #DA1EEA;
}
</style>