Shades of Psychedelic Purple #DF21EC
Tints of Psychedelic Purple #DF21EC
RGB
CMYK
RGB Variations
Color information
#DF21EC (or 0xDF21EC) is known color: Psychedelic Purple. HEX triplet: DF, 21 and EC. RGB value is (223,33,236). Sum of RGB (Red+Green+Blue) = 223+33+236=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF21EC is #20DE13. Grayscale: #707070. Windows color (decimal): -2154004 or 15475167. OLE color: 15475167.
HSL color Cylindrical-coordinate representation of color #DF21EC: hue angle of 296.16º degrees, saturation: 0.84, 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 #DF21EC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 33 | 236 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.07 |
| HSL | 296.16º | 0.84% | 0.53% | - |
| HSV(B) | 296.16º | 0.86% | 0.93% | - |
| XYZ | 46.12 | 22.83 | 81.33 | - |
| YUV | 112.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 236 | 0.06 | 0.86 | 0 | 0.07 | 296.16 | 0.84 | 0.53 |
| Hex | DF | 21 | EC | 6 | 56 | 0 | 7 | 128 | 54 | 35 |
| Octal | 337 | 41 | 354 | 6 | 126 | 0 | 7 | 450 | 124 | 65 |
| Binary | 11011111 | 100001 | 11101100 | 110 | 1010110 | 0 | 111 | 100101000 | 1010100 | 110101 |
Color Harmonies of #DF21EC
Complementary color
Monochromatic Colors of #DF21EC
Black with #DF21EC
Text Example
Text Example
White with #DF21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21EC; }
p { color: rgb(223,33,236); }
H1.HeaderClassName
{
color: #DF21EC;
}
.AnyTagClassName
{
color: #DF21EC;
}
</style>
background-color css
<style>
a { background-color: #DF21EC; }
a { background-color: rgb(223,33,236); }
div.DivClassName
{
background-color: #DF21EC;
}
.BgClassName
{
background-color: #DF21EC;
}
</style>
border-color css
<style>
span { border-color: #DF21EC; }
span { border-color: rgb(223,33,236); }
td.TdClassName
{
border-color: #DF21EC;
}
.TagClassName
{
border-color: #DF21EC;
}
</style>