Shades of Psychedelic Purple #DF01EC
Tints of Psychedelic Purple #DF01EC
RGB
CMYK
RGB Variations
Color information
#DF01EC (or 0xDF01EC) is known color: Psychedelic Purple. HEX triplet: DF, 01 and EC. RGB value is (223,1,236). Sum of RGB (Red+Green+Blue) = 223+1+236=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF01EC is #20FE13. Grayscale: #5D5D5D. Windows color (decimal): -2162196 or 15466975. OLE color: 15466975.
HSL color Cylindrical-coordinate representation of color #DF01EC: hue angle of 296.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF01EC is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 1 | 236 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.07 |
| HSL | 296.68º | 0.99% | 0.46% | - |
| HSV(B) | 296.68º | 1% | 0.93% | - |
| XYZ | 45.58 | 21.77 | 81.16 | - |
| YUV | 94.17 | 208.05 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 236 | 0.06 | 1.00 | 0 | 0.07 | 296.68 | 0.99 | 0.46 |
| Hex | DF | 1 | EC | 6 | 64 | 0 | 7 | 129 | 63 | 2E |
| Octal | 337 | 1 | 354 | 6 | 144 | 0 | 7 | 451 | 143 | 56 |
| Binary | 11011111 | 1 | 11101100 | 110 | 1100100 | 0 | 111 | 100101001 | 1100011 | 101110 |
Color Harmonies of #DF01EC
Complementary color
Monochromatic Colors of #DF01EC
Black with #DF01EC
Text Example
Text Example
White with #DF01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01EC; }
p { color: rgb(223,1,236); }
H1.HeaderClassName
{
color: #DF01EC;
}
.AnyTagClassName
{
color: #DF01EC;
}
</style>
background-color css
<style>
a { background-color: #DF01EC; }
a { background-color: rgb(223,1,236); }
div.DivClassName
{
background-color: #DF01EC;
}
.BgClassName
{
background-color: #DF01EC;
}
</style>
border-color css
<style>
span { border-color: #DF01EC; }
span { border-color: rgb(223,1,236); }
td.TdClassName
{
border-color: #DF01EC;
}
.TagClassName
{
border-color: #DF01EC;
}
</style>