Shades of Psychedelic Purple #DF1EF2
Tints of Psychedelic Purple #DF1EF2
RGB
CMYK
RGB Variations
Color information
#DF1EF2 (or 0xDF1EF2) is known color: Psychedelic Purple. HEX triplet: DF, 1E and F2. RGB value is (223,30,242). Sum of RGB (Red+Green+Blue) = 223+30+242=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF1EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EF2 is #20E10D. Grayscale: #6F6F6F. Windows color (decimal): -2154766 or 15867615. OLE color: 15867615.
HSL color Cylindrical-coordinate representation of color #DF1EF2: hue angle of 294.62º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1EF2 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 30 | 242 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.05 |
| HSL | 294.62º | 0.89% | 0.53% | - |
| HSV(B) | 294.62º | 0.88% | 0.95% | - |
| XYZ | 46.92 | 23.03 | 85.98 | - |
| YUV | 111.88 | 201.44 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 242 | 0.08 | 0.88 | 0 | 0.05 | 294.62 | 0.89 | 0.53 |
| Hex | DF | 1E | F2 | 8 | 58 | 0 | 5 | 127 | 59 | 35 |
| Octal | 337 | 36 | 362 | 10 | 130 | 0 | 5 | 447 | 131 | 65 |
| Binary | 11011111 | 11110 | 11110010 | 1000 | 1011000 | 0 | 101 | 100100111 | 1011001 | 110101 |
Color Harmonies of #DF1EF2
Complementary color
Monochromatic Colors of #DF1EF2
Black with #DF1EF2
Text Example
Text Example
White with #DF1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EF2; }
p { color: rgb(223,30,242); }
H1.HeaderClassName
{
color: #DF1EF2;
}
.AnyTagClassName
{
color: #DF1EF2;
}
</style>
background-color css
<style>
a { background-color: #DF1EF2; }
a { background-color: rgb(223,30,242); }
div.DivClassName
{
background-color: #DF1EF2;
}
.BgClassName
{
background-color: #DF1EF2;
}
</style>
border-color css
<style>
span { border-color: #DF1EF2; }
span { border-color: rgb(223,30,242); }
td.TdClassName
{
border-color: #DF1EF2;
}
.TagClassName
{
border-color: #DF1EF2;
}
</style>