Shades of Psychedelic Purple #DF23EF
Tints of Psychedelic Purple #DF23EF
RGB
CMYK
RGB Variations
Color information
#DF23EF (or 0xDF23EF) is known color: Psychedelic Purple. HEX triplet: DF, 23 and EF. RGB value is (223,35,239). Sum of RGB (Red+Green+Blue) = 223+35+239=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 35 (14.06% from 255 or 7.04% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF23EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23EF is #20DC10. Grayscale: #717171. Windows color (decimal): -2153489 or 15672287. OLE color: 15672287.
HSL color Cylindrical-coordinate representation of color #DF23EF: hue angle of 295.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF23EF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 35 | 239 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.06 |
| HSL | 295.29º | 0.86% | 0.54% | - |
| HSV(B) | 295.29º | 0.85% | 0.94% | - |
| XYZ | 46.61 | 23.12 | 83.67 | - |
| YUV | 114.47 | 198.28 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 239 | 0.07 | 0.85 | 0 | 0.06 | 295.29 | 0.86 | 0.54 |
| Hex | DF | 23 | EF | 7 | 55 | 0 | 6 | 127 | 56 | 36 |
| Octal | 337 | 43 | 357 | 7 | 125 | 0 | 6 | 447 | 126 | 66 |
| Binary | 11011111 | 100011 | 11101111 | 111 | 1010101 | 0 | 110 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DF23EF
Complementary color
Monochromatic Colors of #DF23EF
Black with #DF23EF
Text Example
Text Example
White with #DF23EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23EF; }
p { color: rgb(223,35,239); }
H1.HeaderClassName
{
color: #DF23EF;
}
.AnyTagClassName
{
color: #DF23EF;
}
</style>
background-color css
<style>
a { background-color: #DF23EF; }
a { background-color: rgb(223,35,239); }
div.DivClassName
{
background-color: #DF23EF;
}
.BgClassName
{
background-color: #DF23EF;
}
</style>
border-color css
<style>
span { border-color: #DF23EF; }
span { border-color: rgb(223,35,239); }
td.TdClassName
{
border-color: #DF23EF;
}
.TagClassName
{
border-color: #DF23EF;
}
</style>