Shades of Psychedelic Purple #DF07EC
Tints of Psychedelic Purple #DF07EC
RGB
CMYK
RGB Variations
Color information
#DF07EC (or 0xDF07EC) is known color: Psychedelic Purple. HEX triplet: DF, 07 and EC. RGB value is (223,7,236). Sum of RGB (Red+Green+Blue) = 223+7+236=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07EC is #20F813. Grayscale: #606060. Windows color (decimal): -2160660 or 15468511. OLE color: 15468511.
HSL color Cylindrical-coordinate representation of color #DF07EC: hue angle of 296.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07EC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 7 | 236 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.07 |
| HSL | 296.59º | 0.94% | 0.48% | - |
| HSV(B) | 296.59º | 0.97% | 0.93% | - |
| XYZ | 45.65 | 21.9 | 81.18 | - |
| YUV | 97.69 | 206.06 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 236 | 0.06 | 0.97 | 0 | 0.07 | 296.59 | 0.94 | 0.48 |
| Hex | DF | 7 | EC | 6 | 61 | 0 | 7 | 129 | 5E | 30 |
| Octal | 337 | 7 | 354 | 6 | 141 | 0 | 7 | 451 | 136 | 60 |
| Binary | 11011111 | 111 | 11101100 | 110 | 1100001 | 0 | 111 | 100101001 | 1011110 | 110000 |
Color Harmonies of #DF07EC
Complementary color
Monochromatic Colors of #DF07EC
Black with #DF07EC
Text Example
Text Example
White with #DF07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07EC; }
p { color: rgb(223,7,236); }
H1.HeaderClassName
{
color: #DF07EC;
}
.AnyTagClassName
{
color: #DF07EC;
}
</style>
background-color css
<style>
a { background-color: #DF07EC; }
a { background-color: rgb(223,7,236); }
div.DivClassName
{
background-color: #DF07EC;
}
.BgClassName
{
background-color: #DF07EC;
}
</style>
border-color css
<style>
span { border-color: #DF07EC; }
span { border-color: rgb(223,7,236); }
td.TdClassName
{
border-color: #DF07EC;
}
.TagClassName
{
border-color: #DF07EC;
}
</style>