Shades of Psychedelic Purple #DA1DEA
Tints of Psychedelic Purple #DA1DEA
RGB
CMYK
RGB Variations
Color information
#DA1DEA (or 0xDA1DEA) is known color: Psychedelic Purple. HEX triplet: DA, 1D and EA. RGB value is (218,29,234). Sum of RGB (Red+Green+Blue) = 218+29+234=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA1DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1DEA is #25E215. Grayscale: #6C6C6C. Windows color (decimal): -2482710 or 15343066. OLE color: 15343066.
HSL color Cylindrical-coordinate representation of color #DA1DEA: hue angle of 295.32º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1DEA is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 29 | 234 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.08 |
| HSL | 295.32º | 0.83% | 0.52% | - |
| HSV(B) | 295.32º | 0.88% | 0.92% | - |
| XYZ | 44.2 | 21.72 | 79.71 | - |
| YUV | 108.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 234 | 0.07 | 0.88 | 0 | 0.08 | 295.32 | 0.83 | 0.52 |
| Hex | DA | 1D | EA | 7 | 58 | 0 | 8 | 127 | 53 | 34 |
| Octal | 332 | 35 | 352 | 7 | 130 | 0 | 10 | 447 | 123 | 64 |
| Binary | 11011010 | 11101 | 11101010 | 111 | 1011000 | 0 | 1000 | 100100111 | 1010011 | 110100 |
Color Harmonies of #DA1DEA
Complementary color
Monochromatic Colors of #DA1DEA
Black with #DA1DEA
Text Example
Text Example
White with #DA1DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DEA; }
p { color: rgb(218,29,234); }
H1.HeaderClassName
{
color: #DA1DEA;
}
.AnyTagClassName
{
color: #DA1DEA;
}
</style>
background-color css
<style>
a { background-color: #DA1DEA; }
a { background-color: rgb(218,29,234); }
div.DivClassName
{
background-color: #DA1DEA;
}
.BgClassName
{
background-color: #DA1DEA;
}
</style>
border-color css
<style>
span { border-color: #DA1DEA; }
span { border-color: rgb(218,29,234); }
td.TdClassName
{
border-color: #DA1DEA;
}
.TagClassName
{
border-color: #DA1DEA;
}
</style>