Shades of Psychedelic Purple #DF25EF
Tints of Psychedelic Purple #DF25EF
RGB
CMYK
RGB Variations
Color information
#DF25EF (or 0xDF25EF) is known color: Psychedelic Purple. HEX triplet: DF, 25 and EF. RGB value is (223,37,239). Sum of RGB (Red+Green+Blue) = 223+37+239=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF25EF is #20DA10. Grayscale: #737373. Windows color (decimal): -2152977 or 15672799. OLE color: 15672799.
HSL color Cylindrical-coordinate representation of color #DF25EF: hue angle of 295.25º 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 #DF25EF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 37 | 239 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.06 |
| HSL | 295.25º | 0.86% | 0.54% | - |
| HSV(B) | 295.25º | 0.85% | 0.94% | - |
| XYZ | 46.67 | 23.24 | 83.69 | - |
| YUV | 115.64 | 197.62 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 239 | 0.07 | 0.85 | 0 | 0.06 | 295.25 | 0.86 | 0.54 |
| Hex | DF | 25 | EF | 7 | 55 | 0 | 6 | 127 | 56 | 36 |
| Octal | 337 | 45 | 357 | 7 | 125 | 0 | 6 | 447 | 126 | 66 |
| Binary | 11011111 | 100101 | 11101111 | 111 | 1010101 | 0 | 110 | 100100111 | 1010110 | 110110 |
Color Harmonies of #DF25EF
Complementary color
Monochromatic Colors of #DF25EF
Black with #DF25EF
Text Example
Text Example
White with #DF25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25EF; }
p { color: rgb(223,37,239); }
H1.HeaderClassName
{
color: #DF25EF;
}
.AnyTagClassName
{
color: #DF25EF;
}
</style>
background-color css
<style>
a { background-color: #DF25EF; }
a { background-color: rgb(223,37,239); }
div.DivClassName
{
background-color: #DF25EF;
}
.BgClassName
{
background-color: #DF25EF;
}
</style>
border-color css
<style>
span { border-color: #DF25EF; }
span { border-color: rgb(223,37,239); }
td.TdClassName
{
border-color: #DF25EF;
}
.TagClassName
{
border-color: #DF25EF;
}
</style>