Shades of Psychedelic Purple #DF22EF
Tints of Psychedelic Purple #DF22EF
RGB
CMYK
RGB Variations
Color information
#DF22EF (or 0xDF22EF) is known color: Psychedelic Purple. HEX triplet: DF, 22 and EF. RGB value is (223,34,239). Sum of RGB (Red+Green+Blue) = 223+34+239=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 34 (13.67% from 255 or 6.85% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF22EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF22EF is #20DD10. Grayscale: #717171. Windows color (decimal): -2153745 or 15672031. OLE color: 15672031.
HSL color Cylindrical-coordinate representation of color #DF22EF: hue angle of 295.32º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF22EF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 34 | 239 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.06 |
| HSL | 295.32º | 0.86% | 0.54% | - |
| HSV(B) | 295.32º | 0.86% | 0.94% | - |
| XYZ | 46.58 | 23.06 | 83.66 | - |
| YUV | 113.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 239 | 0.07 | 0.86 | 0 | 0.06 | 295.32 | 0.86 | 0.54 |
| Hex | DF | 22 | EF | 7 | 56 | 0 | 6 | 127 | 56 | 36 |
| Octal | 337 | 42 | 357 | 7 | 126 | 0 | 6 | 447 | 126 | 66 |
| Binary | 11011111 | 100010 | 11101111 | 111 | 1010110 | 0 | 110 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DF22EF
Complementary color
Monochromatic Colors of #DF22EF
Black with #DF22EF
Text Example
Text Example
White with #DF22EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22EF; }
p { color: rgb(223,34,239); }
H1.HeaderClassName
{
color: #DF22EF;
}
.AnyTagClassName
{
color: #DF22EF;
}
</style>
background-color css
<style>
a { background-color: #DF22EF; }
a { background-color: rgb(223,34,239); }
div.DivClassName
{
background-color: #DF22EF;
}
.BgClassName
{
background-color: #DF22EF;
}
</style>
border-color css
<style>
span { border-color: #DF22EF; }
span { border-color: rgb(223,34,239); }
td.TdClassName
{
border-color: #DF22EF;
}
.TagClassName
{
border-color: #DF22EF;
}
</style>