Shades of Psychedelic Purple #DF1FFE
Tints of Psychedelic Purple #DF1FFE
RGB
CMYK
RGB Variations
Color information
#DF1FFE (or 0xDF1FFE) is known color: Psychedelic Purple. HEX triplet: DF, 1F and FE. RGB value is (223,31,254). Sum of RGB (Red+Green+Blue) = 223+31+254=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 31 (12.5% from 255 or 6.10% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FFE is #20E001. Grayscale: #717171. Windows color (decimal): -2154498 or 16654303. OLE color: 16654303.
HSL color Cylindrical-coordinate representation of color #DF1FFE: hue angle of 291.66º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1FFE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 31 | 254 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.00 |
| HSL | 291.66º | 0.99% | 0.56% | - |
| HSV(B) | 291.66º | 0.88% | 1% | - |
| XYZ | 48.81 | 23.82 | 95.79 | - |
| YUV | 113.83 | 207.11 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 254 | 0.12 | 0.88 | 0 | 0.00 | 291.66 | 0.99 | 0.56 |
| Hex | DF | 1F | FE | C | 58 | 0 | 0 | 124 | 63 | 38 |
| Octal | 337 | 37 | 376 | 14 | 130 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11011111 | 11111 | 11111110 | 1100 | 1011000 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #DF1FFE
Complementary color
Monochromatic Colors of #DF1FFE
Black with #DF1FFE
Text Example
Text Example
White with #DF1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FFE; }
p { color: rgb(223,31,254); }
H1.HeaderClassName
{
color: #DF1FFE;
}
.AnyTagClassName
{
color: #DF1FFE;
}
</style>
background-color css
<style>
a { background-color: #DF1FFE; }
a { background-color: rgb(223,31,254); }
div.DivClassName
{
background-color: #DF1FFE;
}
.BgClassName
{
background-color: #DF1FFE;
}
</style>
border-color css
<style>
span { border-color: #DF1FFE; }
span { border-color: rgb(223,31,254); }
td.TdClassName
{
border-color: #DF1FFE;
}
.TagClassName
{
border-color: #DF1FFE;
}
</style>