Shades of Psychedelic Purple #DA29FF
Tints of Psychedelic Purple #DA29FF
RGB
CMYK
RGB Variations
Color information
#DA29FF (or 0xDA29FF) is known color: Psychedelic Purple. HEX triplet: DA, 29 and FF. RGB value is (218,41,255). Sum of RGB (Red+Green+Blue) = 218+41+255=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29FF is #25D600. Grayscale: #757575. Windows color (decimal): -2479617 or 16722394. OLE color: 16722394.
HSL color Cylindrical-coordinate representation of color #DA29FF: hue angle of 289.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA29FF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 41 | 255 | - |
| CMYK | 0.15 | 0.84 | 0 | 0 |
| HSL | 289.63º | 1% | 0.58% | - |
| HSV(B) | 289.63º | 0.84% | 1% | - |
| XYZ | 47.76 | 23.71 | 96.67 | - |
| YUV | 118.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 255 | 0.15 | 0.84 | 0 | 0 | 289.63 | 1 | 0.58 |
| Hex | DA | 29 | FF | F | 54 | 0 | 0 | 122 | 64 | 3A |
| Octal | 332 | 51 | 377 | 17 | 124 | 0 | 0 | 442 | 144 | 72 |
| Binary | 11011010 | 101001 | 11111111 | 1111 | 1010100 | 0 | 0 | 100100010 | 1100100 | 111010 |
Color Harmonies of #DA29FF
Complementary color
Monochromatic Colors of #DA29FF
Black with #DA29FF
Text Example
Text Example
White with #DA29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29FF; }
p { color: rgb(218,41,255); }
H1.HeaderClassName
{
color: #DA29FF;
}
.AnyTagClassName
{
color: #DA29FF;
}
</style>
background-color css
<style>
a { background-color: #DA29FF; }
a { background-color: rgb(218,41,255); }
div.DivClassName
{
background-color: #DA29FF;
}
.BgClassName
{
background-color: #DA29FF;
}
</style>
border-color css
<style>
span { border-color: #DA29FF; }
span { border-color: rgb(218,41,255); }
td.TdClassName
{
border-color: #DA29FF;
}
.TagClassName
{
border-color: #DA29FF;
}
</style>