Shades of Psychedelic Purple #DD2EF3
Tints of Psychedelic Purple #DD2EF3
RGB
CMYK
RGB Variations
Color information
#DD2EF3 (or 0xDD2EF3) is known color: Psychedelic Purple. HEX triplet: DD, 2E and F3. RGB value is (221,46,243). Sum of RGB (Red+Green+Blue) = 221+46+243=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD2EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD2EF3 is #22D10C. Grayscale: #787878. Windows color (decimal): -2281741 or 15937245. OLE color: 15937245.
HSL color Cylindrical-coordinate representation of color #DD2EF3: hue angle of 293.3º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2EF3 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 46 | 243 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.05 |
| HSL | 293.3º | 0.89% | 0.57% | - |
| HSV(B) | 293.3º | 0.81% | 0.95% | - |
| XYZ | 46.97 | 23.8 | 86.91 | - |
| YUV | 120.78 | 196.98 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 243 | 0.09 | 0.81 | 0 | 0.05 | 293.3 | 0.89 | 0.57 |
| Hex | DD | 2E | F3 | 9 | 51 | 0 | 5 | 125 | 59 | 39 |
| Octal | 335 | 56 | 363 | 11 | 121 | 0 | 5 | 445 | 131 | 71 |
| Binary | 11011101 | 101110 | 11110011 | 1001 | 1010001 | 0 | 101 | 100100101 | 1011001 | 111001 |
Color Harmonies of #DD2EF3
Complementary color
Monochromatic Colors of #DD2EF3
Black with #DD2EF3
Text Example
Text Example
White with #DD2EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EF3; }
p { color: rgb(221,46,243); }
H1.HeaderClassName
{
color: #DD2EF3;
}
.AnyTagClassName
{
color: #DD2EF3;
}
</style>
background-color css
<style>
a { background-color: #DD2EF3; }
a { background-color: rgb(221,46,243); }
div.DivClassName
{
background-color: #DD2EF3;
}
.BgClassName
{
background-color: #DD2EF3;
}
</style>
border-color css
<style>
span { border-color: #DD2EF3; }
span { border-color: rgb(221,46,243); }
td.TdClassName
{
border-color: #DD2EF3;
}
.TagClassName
{
border-color: #DD2EF3;
}
</style>