Shades of Psychedelic Purple #DF07EF
Tints of Psychedelic Purple #DF07EF
RGB
CMYK
RGB Variations
Color information
#DF07EF (or 0xDF07EF) is known color: Psychedelic Purple. HEX triplet: DF, 07 and EF. RGB value is (223,7,239). Sum of RGB (Red+Green+Blue) = 223+7+239=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF07EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07EF is #20F810. Grayscale: #616161. Windows color (decimal): -2160657 or 15665119. OLE color: 15665119.
HSL color Cylindrical-coordinate representation of color #DF07EF: hue angle of 295.86º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07EF is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 7 | 239 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.06 |
| HSL | 295.86º | 0.94% | 0.48% | - |
| HSV(B) | 295.86º | 0.97% | 0.94% | - |
| XYZ | 46.09 | 22.07 | 83.49 | - |
| YUV | 98.03 | 207.56 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 239 | 0.07 | 0.97 | 0 | 0.06 | 295.86 | 0.94 | 0.48 |
| Hex | DF | 7 | EF | 7 | 61 | 0 | 6 | 128 | 5E | 30 |
| Octal | 337 | 7 | 357 | 7 | 141 | 0 | 6 | 450 | 136 | 60 |
| Binary | 11011111 | 111 | 11101111 | 111 | 1100001 | 0 | 110 | 100101000 | 1011110 | 110000 |
Color Harmonies of #DF07EF
Complementary color
Monochromatic Colors of #DF07EF
Black with #DF07EF
Text Example
Text Example
White with #DF07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07EF; }
p { color: rgb(223,7,239); }
H1.HeaderClassName
{
color: #DF07EF;
}
.AnyTagClassName
{
color: #DF07EF;
}
</style>
background-color css
<style>
a { background-color: #DF07EF; }
a { background-color: rgb(223,7,239); }
div.DivClassName
{
background-color: #DF07EF;
}
.BgClassName
{
background-color: #DF07EF;
}
</style>
border-color css
<style>
span { border-color: #DF07EF; }
span { border-color: rgb(223,7,239); }
td.TdClassName
{
border-color: #DF07EF;
}
.TagClassName
{
border-color: #DF07EF;
}
</style>