Shades of Psychedelic Purple #DF0FFE
Tints of Psychedelic Purple #DF0FFE
RGB
CMYK
RGB Variations
Color information
#DF0FFE (or 0xDF0FFE) is known color: Psychedelic Purple. HEX triplet: DF, 0F and FE. RGB value is (223,15,254). Sum of RGB (Red+Green+Blue) = 223+15+254=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 15 (6.25% from 255 or 3.05% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0FFE is #20F001. Grayscale: #676767. Windows color (decimal): -2158594 or 16650207. OLE color: 16650207.
HSL color Cylindrical-coordinate representation of color #DF0FFE: hue angle of 292.22º 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 #DF0FFE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 15 | 254 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.00 |
| HSL | 292.22º | 0.99% | 0.53% | - |
| HSV(B) | 292.22º | 0.94% | 1% | - |
| XYZ | 48.49 | 23.19 | 95.69 | - |
| YUV | 104.44 | 212.41 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 254 | 0.12 | 0.94 | 0 | 0.00 | 292.22 | 0.99 | 0.53 |
| Hex | DF | F | FE | C | 5E | 0 | 0 | 124 | 63 | 35 |
| Octal | 337 | 17 | 376 | 14 | 136 | 0 | 0 | 444 | 143 | 65 |
| Binary | 11011111 | 1111 | 11111110 | 1100 | 1011110 | 0 | 0 | 100100100 | 1100011 | 110101 |
Color Harmonies of #DF0FFE
Complementary color
Monochromatic Colors of #DF0FFE
Black with #DF0FFE
Text Example
Text Example
White with #DF0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FFE; }
p { color: rgb(223,15,254); }
H1.HeaderClassName
{
color: #DF0FFE;
}
.AnyTagClassName
{
color: #DF0FFE;
}
</style>
background-color css
<style>
a { background-color: #DF0FFE; }
a { background-color: rgb(223,15,254); }
div.DivClassName
{
background-color: #DF0FFE;
}
.BgClassName
{
background-color: #DF0FFE;
}
</style>
border-color css
<style>
span { border-color: #DF0FFE; }
span { border-color: rgb(223,15,254); }
td.TdClassName
{
border-color: #DF0FFE;
}
.TagClassName
{
border-color: #DF0FFE;
}
</style>