Shades of Psychedelic Purple #DF04EF
Tints of Psychedelic Purple #DF04EF
RGB
CMYK
RGB Variations
Color information
#DF04EF (or 0xDF04EF) is known color: Psychedelic Purple. HEX triplet: DF, 04 and EF. RGB value is (223,4,239). Sum of RGB (Red+Green+Blue) = 223+4+239=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 4 (1.95% from 255 or 0.86% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF04EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF04EF is #20FB10. Grayscale: #5F5F5F. Windows color (decimal): -2161425 or 15664351. OLE color: 15664351.
HSL color Cylindrical-coordinate representation of color #DF04EF: hue angle of 295.91º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04EF is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 4 | 239 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.06 |
| HSL | 295.91º | 0.97% | 0.48% | - |
| HSV(B) | 295.91º | 0.98% | 0.94% | - |
| XYZ | 46.05 | 22.01 | 83.48 | - |
| YUV | 96.27 | 208.55 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 239 | 0.07 | 0.98 | 0 | 0.06 | 295.91 | 0.97 | 0.48 |
| Hex | DF | 4 | EF | 7 | 62 | 0 | 6 | 128 | 61 | 30 |
| Octal | 337 | 4 | 357 | 7 | 142 | 0 | 6 | 450 | 141 | 60 |
| Binary | 11011111 | 100 | 11101111 | 111 | 1100010 | 0 | 110 | 100101000 | 1100001 | 110000 |
Color Harmonies of #DF04EF
Complementary color
Monochromatic Colors of #DF04EF
Black with #DF04EF
Text Example
Text Example
White with #DF04EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04EF; }
p { color: rgb(223,4,239); }
H1.HeaderClassName
{
color: #DF04EF;
}
.AnyTagClassName
{
color: #DF04EF;
}
</style>
background-color css
<style>
a { background-color: #DF04EF; }
a { background-color: rgb(223,4,239); }
div.DivClassName
{
background-color: #DF04EF;
}
.BgClassName
{
background-color: #DF04EF;
}
</style>
border-color css
<style>
span { border-color: #DF04EF; }
span { border-color: rgb(223,4,239); }
td.TdClassName
{
border-color: #DF04EF;
}
.TagClassName
{
border-color: #DF04EF;
}
</style>