Shades of Psychedelic Purple #DF23EC
Tints of Psychedelic Purple #DF23EC
RGB
CMYK
RGB Variations
Color information
#DF23EC (or 0xDF23EC) is known color: Psychedelic Purple. HEX triplet: DF, 23 and EC. RGB value is (223,35,236). Sum of RGB (Red+Green+Blue) = 223+35+236=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 35 (14.06% from 255 or 7.09% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23EC is #20DC13. Grayscale: #717171. Windows color (decimal): -2153492 or 15475679. OLE color: 15475679.
HSL color Cylindrical-coordinate representation of color #DF23EC: hue angle of 296.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF23EC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 35 | 236 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.07 |
| HSL | 296.12º | 0.84% | 0.53% | - |
| HSV(B) | 296.12º | 0.85% | 0.93% | - |
| XYZ | 46.17 | 22.95 | 81.35 | - |
| YUV | 114.13 | 196.78 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 236 | 0.06 | 0.85 | 0 | 0.07 | 296.12 | 0.84 | 0.53 |
| Hex | DF | 23 | EC | 6 | 55 | 0 | 7 | 128 | 54 | 35 |
| Octal | 337 | 43 | 354 | 6 | 125 | 0 | 7 | 450 | 124 | 65 |
| Binary | 11011111 | 100011 | 11101100 | 110 | 1010101 | 0 | 111 | 100101000 | 1010100 | 110101 |
Color Harmonies of #DF23EC
Complementary color
Monochromatic Colors of #DF23EC
Black with #DF23EC
Text Example
Text Example
White with #DF23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23EC; }
p { color: rgb(223,35,236); }
H1.HeaderClassName
{
color: #DF23EC;
}
.AnyTagClassName
{
color: #DF23EC;
}
</style>
background-color css
<style>
a { background-color: #DF23EC; }
a { background-color: rgb(223,35,236); }
div.DivClassName
{
background-color: #DF23EC;
}
.BgClassName
{
background-color: #DF23EC;
}
</style>
border-color css
<style>
span { border-color: #DF23EC; }
span { border-color: rgb(223,35,236); }
td.TdClassName
{
border-color: #DF23EC;
}
.TagClassName
{
border-color: #DF23EC;
}
</style>