Shades of Psychedelic Purple #DD29FE
Tints of Psychedelic Purple #DD29FE
RGB
CMYK
RGB Variations
Color information
#DD29FE (or 0xDD29FE) is known color: Psychedelic Purple. HEX triplet: DD, 29 and FE. RGB value is (221,41,254). Sum of RGB (Red+Green+Blue) = 221+41+254=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29FE is #22D601. Grayscale: #767676. Windows color (decimal): -2283010 or 16656861. OLE color: 16656861.
HSL color Cylindrical-coordinate representation of color #DD29FE: hue angle of 290.7º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD29FE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 41 | 254 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.00 |
| HSL | 290.7º | 0.99% | 0.58% | - |
| HSV(B) | 290.7º | 0.84% | 1% | - |
| XYZ | 48.5 | 24.11 | 95.86 | - |
| YUV | 119.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 254 | 0.13 | 0.84 | 0 | 0.00 | 290.7 | 0.99 | 0.58 |
| Hex | DD | 29 | FE | D | 54 | 0 | 0 | 123 | 63 | 3A |
| Octal | 335 | 51 | 376 | 15 | 124 | 0 | 0 | 443 | 143 | 72 |
| Binary | 11011101 | 101001 | 11111110 | 1101 | 1010100 | 0 | 0 | 100100011 | 1100011 | 111010 |
Color Harmonies of #DD29FE
Complementary color
Monochromatic Colors of #DD29FE
Black with #DD29FE
Text Example
Text Example
White with #DD29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29FE; }
p { color: rgb(221,41,254); }
H1.HeaderClassName
{
color: #DD29FE;
}
.AnyTagClassName
{
color: #DD29FE;
}
</style>
background-color css
<style>
a { background-color: #DD29FE; }
a { background-color: rgb(221,41,254); }
div.DivClassName
{
background-color: #DD29FE;
}
.BgClassName
{
background-color: #DD29FE;
}
</style>
border-color css
<style>
span { border-color: #DD29FE; }
span { border-color: rgb(221,41,254); }
td.TdClassName
{
border-color: #DD29FE;
}
.TagClassName
{
border-color: #DD29FE;
}
</style>