Shades of Psychedelic Purple #DD2DEC
Tints of Psychedelic Purple #DD2DEC
RGB
CMYK
RGB Variations
Color information
#DD2DEC (or 0xDD2DEC) is known color: Psychedelic Purple. HEX triplet: DD, 2D and EC. RGB value is (221,45,236). Sum of RGB (Red+Green+Blue) = 221+45+236=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 45 (17.97% from 255 or 8.96% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2DEC is #22D213. Grayscale: #767676. Windows color (decimal): -2282004 or 15478237. OLE color: 15478237.
HSL color Cylindrical-coordinate representation of color #DD2DEC: hue angle of 295.29º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2DEC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 45 | 236 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.07 |
| HSL | 295.29º | 0.83% | 0.55% | - |
| HSV(B) | 295.29º | 0.81% | 0.93% | - |
| XYZ | 45.9 | 23.31 | 81.44 | - |
| YUV | 119.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 236 | 0.06 | 0.81 | 0 | 0.07 | 295.29 | 0.83 | 0.55 |
| Hex | DD | 2D | EC | 6 | 51 | 0 | 7 | 127 | 53 | 37 |
| Octal | 335 | 55 | 354 | 6 | 121 | 0 | 7 | 447 | 123 | 67 |
| Binary | 11011101 | 101101 | 11101100 | 110 | 1010001 | 0 | 111 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DD2DEC
Complementary color
Monochromatic Colors of #DD2DEC
Black with #DD2DEC
Text Example
Text Example
White with #DD2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DEC; }
p { color: rgb(221,45,236); }
H1.HeaderClassName
{
color: #DD2DEC;
}
.AnyTagClassName
{
color: #DD2DEC;
}
</style>
background-color css
<style>
a { background-color: #DD2DEC; }
a { background-color: rgb(221,45,236); }
div.DivClassName
{
background-color: #DD2DEC;
}
.BgClassName
{
background-color: #DD2DEC;
}
</style>
border-color css
<style>
span { border-color: #DD2DEC; }
span { border-color: rgb(221,45,236); }
td.TdClassName
{
border-color: #DD2DEC;
}
.TagClassName
{
border-color: #DD2DEC;
}
</style>