Shades of Psychedelic Purple #DF1EF5
Tints of Psychedelic Purple #DF1EF5
RGB
CMYK
RGB Variations
Color information
#DF1EF5 (or 0xDF1EF5) is known color: Psychedelic Purple. HEX triplet: DF, 1E and F5. RGB value is (223,30,245). Sum of RGB (Red+Green+Blue) = 223+30+245=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF1EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EF5 is #20E10A. Grayscale: #6F6F6F. Windows color (decimal): -2154763 or 16064223. OLE color: 16064223.
HSL color Cylindrical-coordinate representation of color #DF1EF5: hue angle of 293.86º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1EF5 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 30 | 245 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.04 |
| HSL | 293.86º | 0.91% | 0.54% | - |
| HSV(B) | 293.86º | 0.88% | 0.96% | - |
| XYZ | 47.38 | 23.21 | 88.37 | - |
| YUV | 112.22 | 202.94 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 245 | 0.09 | 0.88 | 0 | 0.04 | 293.86 | 0.91 | 0.54 |
| Hex | DF | 1E | F5 | 9 | 58 | 0 | 4 | 126 | 5B | 36 |
| Octal | 337 | 36 | 365 | 11 | 130 | 0 | 4 | 446 | 133 | 66 |
| Binary | 11011111 | 11110 | 11110101 | 1001 | 1011000 | 0 | 100 | 100100110 | 1011011 | 110110 |
Color Harmonies of #DF1EF5
Complementary color
Monochromatic Colors of #DF1EF5
Black with #DF1EF5
Text Example
Text Example
White with #DF1EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EF5; }
p { color: rgb(223,30,245); }
H1.HeaderClassName
{
color: #DF1EF5;
}
.AnyTagClassName
{
color: #DF1EF5;
}
</style>
background-color css
<style>
a { background-color: #DF1EF5; }
a { background-color: rgb(223,30,245); }
div.DivClassName
{
background-color: #DF1EF5;
}
.BgClassName
{
background-color: #DF1EF5;
}
</style>
border-color css
<style>
span { border-color: #DF1EF5; }
span { border-color: rgb(223,30,245); }
td.TdClassName
{
border-color: #DF1EF5;
}
.TagClassName
{
border-color: #DF1EF5;
}
</style>