Shades of Psychedelic Purple #DF1EFE
Tints of Psychedelic Purple #DF1EFE
RGB
CMYK
RGB Variations
Color information
#DF1EFE (or 0xDF1EFE) is known color: Psychedelic Purple. HEX triplet: DF, 1E and FE. RGB value is (223,30,254). Sum of RGB (Red+Green+Blue) = 223+30+254=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF1EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EFE is #20E101. Grayscale: #707070. Windows color (decimal): -2154754 or 16654047. OLE color: 16654047.
HSL color Cylindrical-coordinate representation of color #DF1EFE: hue angle of 291.7º 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 #DF1EFE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 30 | 254 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.00 |
| HSL | 291.7º | 0.99% | 0.56% | - |
| HSV(B) | 291.7º | 0.88% | 1% | - |
| XYZ | 48.79 | 23.77 | 95.78 | - |
| YUV | 113.24 | 207.44 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 254 | 0.12 | 0.88 | 0 | 0.00 | 291.7 | 0.99 | 0.56 |
| Hex | DF | 1E | FE | C | 58 | 0 | 0 | 124 | 63 | 38 |
| Octal | 337 | 36 | 376 | 14 | 130 | 0 | 0 | 444 | 143 | 70 |
| Binary | 11011111 | 11110 | 11111110 | 1100 | 1011000 | 0 | 0 | 100100100 | 1100011 | 111000 |
Color Harmonies of #DF1EFE
Complementary color
Monochromatic Colors of #DF1EFE
Black with #DF1EFE
Text Example
Text Example
White with #DF1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EFE; }
p { color: rgb(223,30,254); }
H1.HeaderClassName
{
color: #DF1EFE;
}
.AnyTagClassName
{
color: #DF1EFE;
}
</style>
background-color css
<style>
a { background-color: #DF1EFE; }
a { background-color: rgb(223,30,254); }
div.DivClassName
{
background-color: #DF1EFE;
}
.BgClassName
{
background-color: #DF1EFE;
}
</style>
border-color css
<style>
span { border-color: #DF1EFE; }
span { border-color: rgb(223,30,254); }
td.TdClassName
{
border-color: #DF1EFE;
}
.TagClassName
{
border-color: #DF1EFE;
}
</style>