Shades of Psychedelic Purple #DA1EED
Tints of Psychedelic Purple #DA1EED
RGB
CMYK
RGB Variations
Color information
#DA1EED (or 0xDA1EED) is known color: Psychedelic Purple. HEX triplet: DA, 1E and ED. RGB value is (218,30,237). Sum of RGB (Red+Green+Blue) = 218+30+237=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA1EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1EED is #25E112. Grayscale: #6D6D6D. Windows color (decimal): -2482451 or 15539930. OLE color: 15539930.
HSL color Cylindrical-coordinate representation of color #DA1EED: hue angle of 294.49º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1EED is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 30 | 237 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.07 |
| HSL | 294.49º | 0.85% | 0.52% | - |
| HSV(B) | 294.49º | 0.87% | 0.93% | - |
| XYZ | 44.66 | 21.95 | 82 | - |
| YUV | 109.81 | 199.78 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 237 | 0.08 | 0.87 | 0 | 0.07 | 294.49 | 0.85 | 0.52 |
| Hex | DA | 1E | ED | 8 | 57 | 0 | 7 | 126 | 55 | 34 |
| Octal | 332 | 36 | 355 | 10 | 127 | 0 | 7 | 446 | 125 | 64 |
| Binary | 11011010 | 11110 | 11101101 | 1000 | 1010111 | 0 | 111 | 100100110 | 1010101 | 110100 |
Color Harmonies of #DA1EED
Complementary color
Monochromatic Colors of #DA1EED
Black with #DA1EED
Text Example
Text Example
White with #DA1EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EED; }
p { color: rgb(218,30,237); }
H1.HeaderClassName
{
color: #DA1EED;
}
.AnyTagClassName
{
color: #DA1EED;
}
</style>
background-color css
<style>
a { background-color: #DA1EED; }
a { background-color: rgb(218,30,237); }
div.DivClassName
{
background-color: #DA1EED;
}
.BgClassName
{
background-color: #DA1EED;
}
</style>
border-color css
<style>
span { border-color: #DA1EED; }
span { border-color: rgb(218,30,237); }
td.TdClassName
{
border-color: #DA1EED;
}
.TagClassName
{
border-color: #DA1EED;
}
</style>