Shades of Psychedelic Purple #DD22E9
Tints of Psychedelic Purple #DD22E9
RGB
CMYK
RGB Variations
Color information
#DD22E9 (or 0xDD22E9) is known color: Psychedelic Purple. HEX triplet: DD, 22 and E9. RGB value is (221,34,233). Sum of RGB (Red+Green+Blue) = 221+34+233=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD22E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD22E9 is #22DD16. Grayscale: #6F6F6F. Windows color (decimal): -2284823 or 15278813. OLE color: 15278813.
HSL color Cylindrical-coordinate representation of color #DD22E9: hue angle of 296.38º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD22E9 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 34 | 233 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.09 |
| HSL | 296.38º | 0.82% | 0.52% | - |
| HSV(B) | 296.38º | 0.85% | 0.91% | - |
| XYZ | 45.1 | 22.4 | 79.04 | - |
| YUV | 112.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 233 | 0.05 | 0.85 | 0 | 0.09 | 296.38 | 0.82 | 0.52 |
| Hex | DD | 22 | E9 | 5 | 55 | 0 | 9 | 128 | 52 | 34 |
| Octal | 335 | 42 | 351 | 5 | 125 | 0 | 11 | 450 | 122 | 64 |
| Binary | 11011101 | 100010 | 11101001 | 101 | 1010101 | 0 | 1001 | 100101000 | 1010010 | 110100 |
Color Harmonies of #DD22E9
Complementary color
Monochromatic Colors of #DD22E9
Black with #DD22E9
Text Example
Text Example
White with #DD22E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22E9; }
p { color: rgb(221,34,233); }
H1.HeaderClassName
{
color: #DD22E9;
}
.AnyTagClassName
{
color: #DD22E9;
}
</style>
background-color css
<style>
a { background-color: #DD22E9; }
a { background-color: rgb(221,34,233); }
div.DivClassName
{
background-color: #DD22E9;
}
.BgClassName
{
background-color: #DD22E9;
}
</style>
border-color css
<style>
span { border-color: #DD22E9; }
span { border-color: rgb(221,34,233); }
td.TdClassName
{
border-color: #DD22E9;
}
.TagClassName
{
border-color: #DD22E9;
}
</style>