Shades of Psychedelic Purple #DD2EEC
Tints of Psychedelic Purple #DD2EEC
RGB
CMYK
RGB Variations
Color information
#DD2EEC (or 0xDD2EEC) is known color: Psychedelic Purple. HEX triplet: DD, 2E and EC. RGB value is (221,46,236). Sum of RGB (Red+Green+Blue) = 221+46+236=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD2EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EEC is #22D113. Grayscale: #777777. Windows color (decimal): -2281748 or 15478493. OLE color: 15478493.
HSL color Cylindrical-coordinate representation of color #DD2EEC: hue angle of 295.26º 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 #DD2EEC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 46 | 236 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.07 |
| HSL | 295.26º | 0.83% | 0.55% | - |
| HSV(B) | 295.26º | 0.81% | 0.93% | - |
| XYZ | 45.94 | 23.38 | 81.45 | - |
| YUV | 119.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 236 | 0.06 | 0.81 | 0 | 0.07 | 295.26 | 0.83 | 0.55 |
| Hex | DD | 2E | EC | 6 | 51 | 0 | 7 | 127 | 53 | 37 |
| Octal | 335 | 56 | 354 | 6 | 121 | 0 | 7 | 447 | 123 | 67 |
| Binary | 11011101 | 101110 | 11101100 | 110 | 1010001 | 0 | 111 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DD2EEC
Complementary color
Monochromatic Colors of #DD2EEC
Black with #DD2EEC
Text Example
Text Example
White with #DD2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EEC; }
p { color: rgb(221,46,236); }
H1.HeaderClassName
{
color: #DD2EEC;
}
.AnyTagClassName
{
color: #DD2EEC;
}
</style>
background-color css
<style>
a { background-color: #DD2EEC; }
a { background-color: rgb(221,46,236); }
div.DivClassName
{
background-color: #DD2EEC;
}
.BgClassName
{
background-color: #DD2EEC;
}
</style>
border-color css
<style>
span { border-color: #DD2EEC; }
span { border-color: rgb(221,46,236); }
td.TdClassName
{
border-color: #DD2EEC;
}
.TagClassName
{
border-color: #DD2EEC;
}
</style>