Shades of Psychedelic Purple #DD2EED
Tints of Psychedelic Purple #DD2EED
RGB
CMYK
RGB Variations
Color information
#DD2EED (or 0xDD2EED) is known color: Psychedelic Purple. HEX triplet: DD, 2E and ED. RGB value is (221,46,237). Sum of RGB (Red+Green+Blue) = 221+46+237=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD2EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EED is #22D112. Grayscale: #777777. Windows color (decimal): -2281747 or 15544029. OLE color: 15544029.
HSL color Cylindrical-coordinate representation of color #DD2EED: hue angle of 294.97º degrees, saturation: 0.84, 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 #DD2EED is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 46 | 237 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.07 |
| HSL | 294.97º | 0.84% | 0.55% | - |
| HSV(B) | 294.97º | 0.81% | 0.93% | - |
| XYZ | 46.08 | 23.44 | 82.22 | - |
| YUV | 120.1 | 193.98 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 237 | 0.07 | 0.81 | 0 | 0.07 | 294.97 | 0.84 | 0.55 |
| Hex | DD | 2E | ED | 7 | 51 | 0 | 7 | 127 | 54 | 37 |
| Octal | 335 | 56 | 355 | 7 | 121 | 0 | 7 | 447 | 124 | 67 |
| Binary | 11011101 | 101110 | 11101101 | 111 | 1010001 | 0 | 111 | 100100111 | 1010100 | 110111 |
Color Harmonies of #DD2EED
Complementary color
Monochromatic Colors of #DD2EED
Black with #DD2EED
Text Example
Text Example
White with #DD2EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EED; }
p { color: rgb(221,46,237); }
H1.HeaderClassName
{
color: #DD2EED;
}
.AnyTagClassName
{
color: #DD2EED;
}
</style>
background-color css
<style>
a { background-color: #DD2EED; }
a { background-color: rgb(221,46,237); }
div.DivClassName
{
background-color: #DD2EED;
}
.BgClassName
{
background-color: #DD2EED;
}
</style>
border-color css
<style>
span { border-color: #DD2EED; }
span { border-color: rgb(221,46,237); }
td.TdClassName
{
border-color: #DD2EED;
}
.TagClassName
{
border-color: #DD2EED;
}
</style>