Shades of Psychedelic Purple #DD20EF
Tints of Psychedelic Purple #DD20EF
RGB
CMYK
RGB Variations
Color information
#DD20EF (or 0xDD20EF) is known color: Psychedelic Purple. HEX triplet: DD, 20 and EF. RGB value is (221,32,239). Sum of RGB (Red+Green+Blue) = 221+32+239=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 32 (12.89% from 255 or 6.50% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20EF is #22DF10. Grayscale: #6F6F6F. Windows color (decimal): -2285329 or 15671517. OLE color: 15671517.
HSL color Cylindrical-coordinate representation of color #DD20EF: hue angle of 294.78º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD20EF is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 32 | 239 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.06 |
| HSL | 294.78º | 0.87% | 0.53% | - |
| HSV(B) | 294.78º | 0.87% | 0.94% | - |
| XYZ | 45.92 | 22.64 | 83.61 | - |
| YUV | 112.11 | 199.62 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 239 | 0.08 | 0.87 | 0 | 0.06 | 294.78 | 0.87 | 0.53 |
| Hex | DD | 20 | EF | 8 | 57 | 0 | 6 | 127 | 57 | 35 |
| Octal | 335 | 40 | 357 | 10 | 127 | 0 | 6 | 447 | 127 | 65 |
| Binary | 11011101 | 100000 | 11101111 | 1000 | 1010111 | 0 | 110 | 100100111 | 1010111 | 110101 |
Color Harmonies of #DD20EF
Complementary color
Monochromatic Colors of #DD20EF
Black with #DD20EF
Text Example
Text Example
White with #DD20EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20EF; }
p { color: rgb(221,32,239); }
H1.HeaderClassName
{
color: #DD20EF;
}
.AnyTagClassName
{
color: #DD20EF;
}
</style>
background-color css
<style>
a { background-color: #DD20EF; }
a { background-color: rgb(221,32,239); }
div.DivClassName
{
background-color: #DD20EF;
}
.BgClassName
{
background-color: #DD20EF;
}
</style>
border-color css
<style>
span { border-color: #DD20EF; }
span { border-color: rgb(221,32,239); }
td.TdClassName
{
border-color: #DD20EF;
}
.TagClassName
{
border-color: #DD20EF;
}
</style>