Shades of Psychedelic Purple #DD21ED
Tints of Psychedelic Purple #DD21ED
RGB
CMYK
RGB Variations
Color information
#DD21ED (or 0xDD21ED) is known color: Psychedelic Purple. HEX triplet: DD, 21 and ED. RGB value is (221,33,237). Sum of RGB (Red+Green+Blue) = 221+33+237=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21ED is #22DE12. Grayscale: #6F6F6F. Windows color (decimal): -2285075 or 15540701. OLE color: 15540701.
HSL color Cylindrical-coordinate representation of color #DD21ED: hue angle of 295.29º degrees, saturation: 0.85, 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 #DD21ED is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 33 | 237 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.07 |
| HSL | 295.29º | 0.85% | 0.53% | - |
| HSV(B) | 295.29º | 0.86% | 0.93% | - |
| XYZ | 45.65 | 22.57 | 82.07 | - |
| YUV | 112.47 | 198.28 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 237 | 0.07 | 0.86 | 0 | 0.07 | 295.29 | 0.85 | 0.53 |
| Hex | DD | 21 | ED | 7 | 56 | 0 | 7 | 127 | 55 | 35 |
| Octal | 335 | 41 | 355 | 7 | 126 | 0 | 7 | 447 | 125 | 65 |
| Binary | 11011101 | 100001 | 11101101 | 111 | 1010110 | 0 | 111 | 100100111 | 1010101 | 110101 |
Color Harmonies of #DD21ED
Complementary color
Monochromatic Colors of #DD21ED
Black with #DD21ED
Text Example
Text Example
White with #DD21ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21ED; }
p { color: rgb(221,33,237); }
H1.HeaderClassName
{
color: #DD21ED;
}
.AnyTagClassName
{
color: #DD21ED;
}
</style>
background-color css
<style>
a { background-color: #DD21ED; }
a { background-color: rgb(221,33,237); }
div.DivClassName
{
background-color: #DD21ED;
}
.BgClassName
{
background-color: #DD21ED;
}
</style>
border-color css
<style>
span { border-color: #DD21ED; }
span { border-color: rgb(221,33,237); }
td.TdClassName
{
border-color: #DD21ED;
}
.TagClassName
{
border-color: #DD21ED;
}
</style>