Shades of Psychedelic Purple #DF0EFE
Tints of Psychedelic Purple #DF0EFE
RGB
CMYK
RGB Variations
Color information
#DF0EFE (or 0xDF0EFE) is known color: Psychedelic Purple. HEX triplet: DF, 0E and FE. RGB value is (223,14,254). Sum of RGB (Red+Green+Blue) = 223+14+254=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF0EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0EFE is #20F101. Grayscale: #676767. Windows color (decimal): -2158850 or 16649951. OLE color: 16649951.
HSL color Cylindrical-coordinate representation of color #DF0EFE: hue angle of 292.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EFE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 14 | 254 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.00 |
| HSL | 292.25º | 0.99% | 0.53% | - |
| HSV(B) | 292.25º | 0.94% | 1% | - |
| XYZ | 48.48 | 23.16 | 95.68 | - |
| YUV | 103.85 | 212.74 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 254 | 0.12 | 0.94 | 0 | 0.00 | 292.25 | 0.99 | 0.53 |
| Hex | DF | E | FE | C | 5E | 0 | 0 | 124 | 63 | 35 |
| Octal | 337 | 16 | 376 | 14 | 136 | 0 | 0 | 444 | 143 | 65 |
| Binary | 11011111 | 1110 | 11111110 | 1100 | 1011110 | 0 | 0 | 100100100 | 1100011 | 110101 |
Color Harmonies of #DF0EFE
Complementary color
Monochromatic Colors of #DF0EFE
Black with #DF0EFE
Text Example
Text Example
White with #DF0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EFE; }
p { color: rgb(223,14,254); }
H1.HeaderClassName
{
color: #DF0EFE;
}
.AnyTagClassName
{
color: #DF0EFE;
}
</style>
background-color css
<style>
a { background-color: #DF0EFE; }
a { background-color: rgb(223,14,254); }
div.DivClassName
{
background-color: #DF0EFE;
}
.BgClassName
{
background-color: #DF0EFE;
}
</style>
border-color css
<style>
span { border-color: #DF0EFE; }
span { border-color: rgb(223,14,254); }
td.TdClassName
{
border-color: #DF0EFE;
}
.TagClassName
{
border-color: #DF0EFE;
}
</style>