Shades of Psychedelic Purple #DF29EA
Tints of Psychedelic Purple #DF29EA
RGB
CMYK
RGB Variations
Color information
#DF29EA (or 0xDF29EA) is known color: Psychedelic Purple. HEX triplet: DF, 29 and EA. RGB value is (223,41,234). Sum of RGB (Red+Green+Blue) = 223+41+234=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF29EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF29EA is #20D615. Grayscale: #747474. Windows color (decimal): -2151958 or 15346143. OLE color: 15346143.
HSL color Cylindrical-coordinate representation of color #DF29EA: hue angle of 296.58º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29EA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 41 | 234 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.08 |
| HSL | 296.58º | 0.82% | 0.54% | - |
| HSV(B) | 296.58º | 0.82% | 0.92% | - |
| XYZ | 46.08 | 23.21 | 79.89 | - |
| YUV | 117.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 234 | 0.05 | 0.82 | 0 | 0.08 | 296.58 | 0.82 | 0.54 |
| Hex | DF | 29 | EA | 5 | 52 | 0 | 8 | 129 | 52 | 36 |
| Octal | 337 | 51 | 352 | 5 | 122 | 0 | 10 | 451 | 122 | 66 |
| Binary | 11011111 | 101001 | 11101010 | 101 | 1010010 | 0 | 1000 | 100101001 | 1010010 | 110110 |
Color Harmonies of #DF29EA
Complementary color
Monochromatic Colors of #DF29EA
Black with #DF29EA
Text Example
Text Example
White with #DF29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29EA; }
p { color: rgb(223,41,234); }
H1.HeaderClassName
{
color: #DF29EA;
}
.AnyTagClassName
{
color: #DF29EA;
}
</style>
background-color css
<style>
a { background-color: #DF29EA; }
a { background-color: rgb(223,41,234); }
div.DivClassName
{
background-color: #DF29EA;
}
.BgClassName
{
background-color: #DF29EA;
}
</style>
border-color css
<style>
span { border-color: #DF29EA; }
span { border-color: rgb(223,41,234); }
td.TdClassName
{
border-color: #DF29EA;
}
.TagClassName
{
border-color: #DF29EA;
}
</style>