Shades of Psychedelic Purple #DD29ED
Tints of Psychedelic Purple #DD29ED
RGB
CMYK
RGB Variations
Color information
#DD29ED (or 0xDD29ED) is known color: Psychedelic Purple. HEX triplet: DD, 29 and ED. RGB value is (221,41,237). Sum of RGB (Red+Green+Blue) = 221+41+237=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29ED is #22D612. Grayscale: #747474. Windows color (decimal): -2283027 or 15542749. OLE color: 15542749.
HSL color Cylindrical-coordinate representation of color #DD29ED: hue angle of 295.1º 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 #DD29ED is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 41 | 237 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.07 |
| HSL | 295.1º | 0.84% | 0.55% | - |
| HSV(B) | 295.1º | 0.83% | 0.93% | - |
| XYZ | 45.9 | 23.07 | 82.16 | - |
| YUV | 117.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 237 | 0.07 | 0.83 | 0 | 0.07 | 295.1 | 0.84 | 0.55 |
| Hex | DD | 29 | ED | 7 | 53 | 0 | 7 | 127 | 54 | 37 |
| Octal | 335 | 51 | 355 | 7 | 123 | 0 | 7 | 447 | 124 | 67 |
| Binary | 11011101 | 101001 | 11101101 | 111 | 1010011 | 0 | 111 | 100100111 | 1010100 | 110111 |
Color Harmonies of #DD29ED
Complementary color
Monochromatic Colors of #DD29ED
Black with #DD29ED
Text Example
Text Example
White with #DD29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29ED; }
p { color: rgb(221,41,237); }
H1.HeaderClassName
{
color: #DD29ED;
}
.AnyTagClassName
{
color: #DD29ED;
}
</style>
background-color css
<style>
a { background-color: #DD29ED; }
a { background-color: rgb(221,41,237); }
div.DivClassName
{
background-color: #DD29ED;
}
.BgClassName
{
background-color: #DD29ED;
}
</style>
border-color css
<style>
span { border-color: #DD29ED; }
span { border-color: rgb(221,41,237); }
td.TdClassName
{
border-color: #DD29ED;
}
.TagClassName
{
border-color: #DD29ED;
}
</style>