Shades of Psychedelic Purple #DF24EF
Tints of Psychedelic Purple #DF24EF
RGB
CMYK
RGB Variations
Color information
#DF24EF (or 0xDF24EF) is known color: Psychedelic Purple. HEX triplet: DF, 24 and EF. RGB value is (223,36,239). Sum of RGB (Red+Green+Blue) = 223+36+239=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF24EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF24EF is #20DB10. Grayscale: #727272. Windows color (decimal): -2153233 or 15672543. OLE color: 15672543.
HSL color Cylindrical-coordinate representation of color #DF24EF: hue angle of 295.27º 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 #DF24EF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 36 | 239 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.06 |
| HSL | 295.27º | 0.86% | 0.54% | - |
| HSV(B) | 295.27º | 0.85% | 0.94% | - |
| XYZ | 46.64 | 23.18 | 83.68 | - |
| YUV | 115.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 239 | 0.07 | 0.85 | 0 | 0.06 | 295.27 | 0.86 | 0.54 |
| Hex | DF | 24 | EF | 7 | 55 | 0 | 6 | 127 | 56 | 36 |
| Octal | 337 | 44 | 357 | 7 | 125 | 0 | 6 | 447 | 126 | 66 |
| Binary | 11011111 | 100100 | 11101111 | 111 | 1010101 | 0 | 110 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DF24EF
Complementary color
Monochromatic Colors of #DF24EF
Black with #DF24EF
Text Example
Text Example
White with #DF24EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24EF; }
p { color: rgb(223,36,239); }
H1.HeaderClassName
{
color: #DF24EF;
}
.AnyTagClassName
{
color: #DF24EF;
}
</style>
background-color css
<style>
a { background-color: #DF24EF; }
a { background-color: rgb(223,36,239); }
div.DivClassName
{
background-color: #DF24EF;
}
.BgClassName
{
background-color: #DF24EF;
}
</style>
border-color css
<style>
span { border-color: #DF24EF; }
span { border-color: rgb(223,36,239); }
td.TdClassName
{
border-color: #DF24EF;
}
.TagClassName
{
border-color: #DF24EF;
}
</style>