Shades of Psychedelic Purple #DA29ED
Tints of Psychedelic Purple #DA29ED
RGB
CMYK
RGB Variations
Color information
#DA29ED (or 0xDA29ED) is known color: Psychedelic Purple. HEX triplet: DA, 29 and ED. RGB value is (218,41,237). Sum of RGB (Red+Green+Blue) = 218+41+237=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 41 (16.41% from 255 or 8.27% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29ED is #25D612. Grayscale: #737373. Windows color (decimal): -2479635 or 15542746. OLE color: 15542746.
HSL color Cylindrical-coordinate representation of color #DA29ED: hue angle of 294.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA29ED is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 41 | 237 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.07 |
| HSL | 294.18º | 0.84% | 0.55% | - |
| HSV(B) | 294.18º | 0.83% | 0.93% | - |
| XYZ | 44.99 | 22.61 | 82.11 | - |
| YUV | 116.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 237 | 0.08 | 0.83 | 0 | 0.07 | 294.18 | 0.84 | 0.55 |
| Hex | DA | 29 | ED | 8 | 53 | 0 | 7 | 126 | 54 | 37 |
| Octal | 332 | 51 | 355 | 10 | 123 | 0 | 7 | 446 | 124 | 67 |
| Binary | 11011010 | 101001 | 11101101 | 1000 | 1010011 | 0 | 111 | 100100110 | 1010100 | 110111 |
Color Harmonies of #DA29ED
Complementary color
Monochromatic Colors of #DA29ED
Black with #DA29ED
Text Example
Text Example
White with #DA29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29ED; }
p { color: rgb(218,41,237); }
H1.HeaderClassName
{
color: #DA29ED;
}
.AnyTagClassName
{
color: #DA29ED;
}
</style>
background-color css
<style>
a { background-color: #DA29ED; }
a { background-color: rgb(218,41,237); }
div.DivClassName
{
background-color: #DA29ED;
}
.BgClassName
{
background-color: #DA29ED;
}
</style>
border-color css
<style>
span { border-color: #DA29ED; }
span { border-color: rgb(218,41,237); }
td.TdClassName
{
border-color: #DA29ED;
}
.TagClassName
{
border-color: #DA29ED;
}
</style>