Shades of Psychedelic Purple #DA29E5
Tints of Psychedelic Purple #DA29E5
RGB
CMYK
RGB Variations
Color information
#DA29E5 (or 0xDA29E5) is known color: Psychedelic Purple. HEX triplet: DA, 29 and E5. RGB value is (218,41,229). Sum of RGB (Red+Green+Blue) = 218+41+229=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA29E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29E5 is #25D61A. Grayscale: #727272. Windows color (decimal): -2479643 or 15018458. OLE color: 15018458.
HSL color Cylindrical-coordinate representation of color #DA29E5: hue angle of 296.49º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA29E5 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 41 | 229 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.10 |
| HSL | 296.49º | 0.78% | 0.53% | - |
| HSV(B) | 296.49º | 0.82% | 0.9% | - |
| XYZ | 43.85 | 22.15 | 76.09 | - |
| YUV | 115.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 229 | 0.05 | 0.82 | 0 | 0.10 | 296.49 | 0.78 | 0.53 |
| Hex | DA | 29 | E5 | 5 | 52 | 0 | A | 128 | 4E | 35 |
| Octal | 332 | 51 | 345 | 5 | 122 | 0 | 12 | 450 | 116 | 65 |
| Binary | 11011010 | 101001 | 11100101 | 101 | 1010010 | 0 | 1010 | 100101000 | 1001110 | 110101 |
Color Harmonies of #DA29E5
Complementary color
Monochromatic Colors of #DA29E5
Black with #DA29E5
Text Example
Text Example
White with #DA29E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29E5; }
p { color: rgb(218,41,229); }
H1.HeaderClassName
{
color: #DA29E5;
}
.AnyTagClassName
{
color: #DA29E5;
}
</style>
background-color css
<style>
a { background-color: #DA29E5; }
a { background-color: rgb(218,41,229); }
div.DivClassName
{
background-color: #DA29E5;
}
.BgClassName
{
background-color: #DA29E5;
}
</style>
border-color css
<style>
span { border-color: #DA29E5; }
span { border-color: rgb(218,41,229); }
td.TdClassName
{
border-color: #DA29E5;
}
.TagClassName
{
border-color: #DA29E5;
}
</style>