Shades of Psychedelic Purple #DA29EF
Tints of Psychedelic Purple #DA29EF
RGB
CMYK
RGB Variations
Color information
#DA29EF (or 0xDA29EF) is known color: Psychedelic Purple. HEX triplet: DA, 29 and EF. RGB value is (218,41,239). Sum of RGB (Red+Green+Blue) = 218+41+239=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA29EF is #25D610. Grayscale: #737373. Windows color (decimal): -2479633 or 15673818. OLE color: 15673818.
HSL color Cylindrical-coordinate representation of color #DA29EF: hue angle of 293.64º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA29EF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 41 | 239 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.06 |
| HSL | 293.64º | 0.86% | 0.55% | - |
| HSV(B) | 293.64º | 0.83% | 0.94% | - |
| XYZ | 45.29 | 22.72 | 83.66 | - |
| YUV | 116.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 239 | 0.09 | 0.83 | 0 | 0.06 | 293.64 | 0.86 | 0.55 |
| Hex | DA | 29 | EF | 9 | 53 | 0 | 6 | 126 | 56 | 37 |
| Octal | 332 | 51 | 357 | 11 | 123 | 0 | 6 | 446 | 126 | 67 |
| Binary | 11011010 | 101001 | 11101111 | 1001 | 1010011 | 0 | 110 | 100100110 | 1010110 | 110111 |
Color Harmonies of #DA29EF
Complementary color
Monochromatic Colors of #DA29EF
Black with #DA29EF
Text Example
Text Example
White with #DA29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29EF; }
p { color: rgb(218,41,239); }
H1.HeaderClassName
{
color: #DA29EF;
}
.AnyTagClassName
{
color: #DA29EF;
}
</style>
background-color css
<style>
a { background-color: #DA29EF; }
a { background-color: rgb(218,41,239); }
div.DivClassName
{
background-color: #DA29EF;
}
.BgClassName
{
background-color: #DA29EF;
}
</style>
border-color css
<style>
span { border-color: #DA29EF; }
span { border-color: rgb(218,41,239); }
td.TdClassName
{
border-color: #DA29EF;
}
.TagClassName
{
border-color: #DA29EF;
}
</style>