Shades of Psychedelic Purple #DA1AED
Tints of Psychedelic Purple #DA1AED
RGB
CMYK
RGB Variations
Color information
#DA1AED (or 0xDA1AED) is known color: Psychedelic Purple. HEX triplet: DA, 1A and ED. RGB value is (218,26,237). Sum of RGB (Red+Green+Blue) = 218+26+237=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA1AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1AED is #25E512. Grayscale: #6A6A6A. Windows color (decimal): -2483475 or 15538906. OLE color: 15538906.
HSL color Cylindrical-coordinate representation of color #DA1AED: hue angle of 294.6º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1AED is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 26 | 237 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.07 |
| HSL | 294.6º | 0.85% | 0.52% | - |
| HSV(B) | 294.6º | 0.89% | 0.93% | - |
| XYZ | 44.57 | 21.76 | 81.97 | - |
| YUV | 107.46 | 201.11 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 237 | 0.08 | 0.89 | 0 | 0.07 | 294.6 | 0.85 | 0.52 |
| Hex | DA | 1A | ED | 8 | 59 | 0 | 7 | 127 | 55 | 34 |
| Octal | 332 | 32 | 355 | 10 | 131 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011010 | 11010 | 11101101 | 1000 | 1011001 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DA1AED
Complementary color
Monochromatic Colors of #DA1AED
Black with #DA1AED
Text Example
Text Example
White with #DA1AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AED; }
p { color: rgb(218,26,237); }
H1.HeaderClassName
{
color: #DA1AED;
}
.AnyTagClassName
{
color: #DA1AED;
}
</style>
background-color css
<style>
a { background-color: #DA1AED; }
a { background-color: rgb(218,26,237); }
div.DivClassName
{
background-color: #DA1AED;
}
.BgClassName
{
background-color: #DA1AED;
}
</style>
border-color css
<style>
span { border-color: #DA1AED; }
span { border-color: rgb(218,26,237); }
td.TdClassName
{
border-color: #DA1AED;
}
.TagClassName
{
border-color: #DA1AED;
}
</style>