Shades of Psychedelic Purple #DD22EE
Tints of Psychedelic Purple #DD22EE
RGB
CMYK
RGB Variations
Color information
#DD22EE (or 0xDD22EE) is known color: Psychedelic Purple. HEX triplet: DD, 22 and EE. RGB value is (221,34,238). Sum of RGB (Red+Green+Blue) = 221+34+238=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 34 (13.67% from 255 or 6.90% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD22EE is #22DD11. Grayscale: #707070. Windows color (decimal): -2284818 or 15606493. OLE color: 15606493.
HSL color Cylindrical-coordinate representation of color #DD22EE: hue angle of 295º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD22EE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 34 | 238 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.07 |
| HSL | 295º | 0.86% | 0.53% | - |
| HSV(B) | 295º | 0.86% | 0.93% | - |
| XYZ | 45.82 | 22.69 | 82.85 | - |
| YUV | 113.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 238 | 0.07 | 0.86 | 0 | 0.07 | 295 | 0.86 | 0.53 |
| Hex | DD | 22 | EE | 7 | 56 | 0 | 7 | 127 | 56 | 35 |
| Octal | 335 | 42 | 356 | 7 | 126 | 0 | 7 | 447 | 126 | 65 |
| Binary | 11011101 | 100010 | 11101110 | 111 | 1010110 | 0 | 111 | 100100111 | 1010110 | 110101 |
Color Harmonies of #DD22EE
Complementary color
Monochromatic Colors of #DD22EE
Black with #DD22EE
Text Example
Text Example
White with #DD22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22EE; }
p { color: rgb(221,34,238); }
H1.HeaderClassName
{
color: #DD22EE;
}
.AnyTagClassName
{
color: #DD22EE;
}
</style>
background-color css
<style>
a { background-color: #DD22EE; }
a { background-color: rgb(221,34,238); }
div.DivClassName
{
background-color: #DD22EE;
}
.BgClassName
{
background-color: #DD22EE;
}
</style>
border-color css
<style>
span { border-color: #DD22EE; }
span { border-color: rgb(221,34,238); }
td.TdClassName
{
border-color: #DD22EE;
}
.TagClassName
{
border-color: #DD22EE;
}
</style>