Shades of Psychedelic Purple #DD20E9
Tints of Psychedelic Purple #DD20E9
RGB
CMYK
RGB Variations
Color information
#DD20E9 (or 0xDD20E9) is known color: Psychedelic Purple. HEX triplet: DD, 20 and E9. RGB value is (221,32,233). Sum of RGB (Red+Green+Blue) = 221+32+233=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD20E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20E9 is #22DF16. Grayscale: #6E6E6E. Windows color (decimal): -2285335 or 15278301. OLE color: 15278301.
HSL color Cylindrical-coordinate representation of color #DD20E9: hue angle of 296.42º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20E9 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 32 | 233 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.09 |
| HSL | 296.42º | 0.82% | 0.52% | - |
| HSV(B) | 296.42º | 0.86% | 0.91% | - |
| XYZ | 45.04 | 22.29 | 79.02 | - |
| YUV | 111.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 233 | 0.05 | 0.86 | 0 | 0.09 | 296.42 | 0.82 | 0.52 |
| Hex | DD | 20 | E9 | 5 | 56 | 0 | 9 | 128 | 52 | 34 |
| Octal | 335 | 40 | 351 | 5 | 126 | 0 | 11 | 450 | 122 | 64 |
| Binary | 11011101 | 100000 | 11101001 | 101 | 1010110 | 0 | 1001 | 100101000 | 1010010 | 110100 |
Color Harmonies of #DD20E9
Complementary color
Monochromatic Colors of #DD20E9
Black with #DD20E9
Text Example
Text Example
White with #DD20E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20E9; }
p { color: rgb(221,32,233); }
H1.HeaderClassName
{
color: #DD20E9;
}
.AnyTagClassName
{
color: #DD20E9;
}
</style>
background-color css
<style>
a { background-color: #DD20E9; }
a { background-color: rgb(221,32,233); }
div.DivClassName
{
background-color: #DD20E9;
}
.BgClassName
{
background-color: #DD20E9;
}
</style>
border-color css
<style>
span { border-color: #DD20E9; }
span { border-color: rgb(221,32,233); }
td.TdClassName
{
border-color: #DD20E9;
}
.TagClassName
{
border-color: #DD20E9;
}
</style>