Shades of Psychedelic Purple #DD21E9
Tints of Psychedelic Purple #DD21E9
RGB
CMYK
RGB Variations
Color information
#DD21E9 (or 0xDD21E9) is known color: Psychedelic Purple. HEX triplet: DD, 21 and E9. RGB value is (221,33,233). Sum of RGB (Red+Green+Blue) = 221+33+233=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 33 (13.28% from 255 or 6.78% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD21E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21E9 is #22DE16. Grayscale: #6F6F6F. Windows color (decimal): -2285079 or 15278557. OLE color: 15278557.
HSL color Cylindrical-coordinate representation of color #DD21E9: hue angle of 296.4º 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 #DD21E9 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 33 | 233 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.09 |
| HSL | 296.4º | 0.82% | 0.52% | - |
| HSV(B) | 296.4º | 0.86% | 0.91% | - |
| XYZ | 45.07 | 22.34 | 79.03 | - |
| YUV | 112.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 233 | 0.05 | 0.86 | 0 | 0.09 | 296.4 | 0.82 | 0.52 |
| Hex | DD | 21 | E9 | 5 | 56 | 0 | 9 | 128 | 52 | 34 |
| Octal | 335 | 41 | 351 | 5 | 126 | 0 | 11 | 450 | 122 | 64 |
| Binary | 11011101 | 100001 | 11101001 | 101 | 1010110 | 0 | 1001 | 100101000 | 1010010 | 110100 |
Color Harmonies of #DD21E9
Complementary color
Monochromatic Colors of #DD21E9
Black with #DD21E9
Text Example
Text Example
White with #DD21E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21E9; }
p { color: rgb(221,33,233); }
H1.HeaderClassName
{
color: #DD21E9;
}
.AnyTagClassName
{
color: #DD21E9;
}
</style>
background-color css
<style>
a { background-color: #DD21E9; }
a { background-color: rgb(221,33,233); }
div.DivClassName
{
background-color: #DD21E9;
}
.BgClassName
{
background-color: #DD21E9;
}
</style>
border-color css
<style>
span { border-color: #DD21E9; }
span { border-color: rgb(221,33,233); }
td.TdClassName
{
border-color: #DD21E9;
}
.TagClassName
{
border-color: #DD21E9;
}
</style>