Shades of Psychedelic Purple #DD29EC
Tints of Psychedelic Purple #DD29EC
RGB
CMYK
RGB Variations
Color information
#DD29EC (or 0xDD29EC) is known color: Psychedelic Purple. HEX triplet: DD, 29 and EC. RGB value is (221,41,236). Sum of RGB (Red+Green+Blue) = 221+41+236=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29EC is #22D613. Grayscale: #747474. Windows color (decimal): -2283028 or 15477213. OLE color: 15477213.
HSL color Cylindrical-coordinate representation of color #DD29EC: hue angle of 295.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD29EC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 41 | 236 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.07 |
| HSL | 295.38º | 0.84% | 0.54% | - |
| HSV(B) | 295.38º | 0.83% | 0.93% | - |
| XYZ | 45.75 | 23.01 | 81.39 | - |
| YUV | 117.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 236 | 0.06 | 0.83 | 0 | 0.07 | 295.38 | 0.84 | 0.54 |
| Hex | DD | 29 | EC | 6 | 53 | 0 | 7 | 127 | 54 | 36 |
| Octal | 335 | 51 | 354 | 6 | 123 | 0 | 7 | 447 | 124 | 66 |
| Binary | 11011101 | 101001 | 11101100 | 110 | 1010011 | 0 | 111 | 100100111 | 1010100 | 110110 |
Color Harmonies of #DD29EC
Complementary color
Monochromatic Colors of #DD29EC
Black with #DD29EC
Text Example
Text Example
White with #DD29EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29EC; }
p { color: rgb(221,41,236); }
H1.HeaderClassName
{
color: #DD29EC;
}
.AnyTagClassName
{
color: #DD29EC;
}
</style>
background-color css
<style>
a { background-color: #DD29EC; }
a { background-color: rgb(221,41,236); }
div.DivClassName
{
background-color: #DD29EC;
}
.BgClassName
{
background-color: #DD29EC;
}
</style>
border-color css
<style>
span { border-color: #DD29EC; }
span { border-color: rgb(221,41,236); }
td.TdClassName
{
border-color: #DD29EC;
}
.TagClassName
{
border-color: #DD29EC;
}
</style>