Shades of Psychedelic Purple #DF22EC
Tints of Psychedelic Purple #DF22EC
RGB
CMYK
RGB Variations
Color information
#DF22EC (or 0xDF22EC) is known color: Psychedelic Purple. HEX triplet: DF, 22 and EC. RGB value is (223,34,236). Sum of RGB (Red+Green+Blue) = 223+34+236=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 34 (13.67% from 255 or 6.90% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF22EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF22EC is #20DD13. Grayscale: #707070. Windows color (decimal): -2153748 or 15475423. OLE color: 15475423.
HSL color Cylindrical-coordinate representation of color #DF22EC: hue angle of 296.14º 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 #DF22EC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 34 | 236 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.07 |
| HSL | 296.14º | 0.84% | 0.53% | - |
| HSV(B) | 296.14º | 0.86% | 0.93% | - |
| XYZ | 46.14 | 22.89 | 81.34 | - |
| YUV | 113.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 236 | 0.06 | 0.86 | 0 | 0.07 | 296.14 | 0.84 | 0.53 |
| Hex | DF | 22 | EC | 6 | 56 | 0 | 7 | 128 | 54 | 35 |
| Octal | 337 | 42 | 354 | 6 | 126 | 0 | 7 | 450 | 124 | 65 |
| Binary | 11011111 | 100010 | 11101100 | 110 | 1010110 | 0 | 111 | 100101000 | 1010100 | 110101 |
Color Harmonies of #DF22EC
Complementary color
Monochromatic Colors of #DF22EC
Black with #DF22EC
Text Example
Text Example
White with #DF22EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22EC; }
p { color: rgb(223,34,236); }
H1.HeaderClassName
{
color: #DF22EC;
}
.AnyTagClassName
{
color: #DF22EC;
}
</style>
background-color css
<style>
a { background-color: #DF22EC; }
a { background-color: rgb(223,34,236); }
div.DivClassName
{
background-color: #DF22EC;
}
.BgClassName
{
background-color: #DF22EC;
}
</style>
border-color css
<style>
span { border-color: #DF22EC; }
span { border-color: rgb(223,34,236); }
td.TdClassName
{
border-color: #DF22EC;
}
.TagClassName
{
border-color: #DF22EC;
}
</style>