Shades of Psychedelic Purple #DF1EF3
Tints of Psychedelic Purple #DF1EF3
RGB
CMYK
RGB Variations
Color information
#DF1EF3 (or 0xDF1EF3) is known color: Psychedelic Purple. HEX triplet: DF, 1E and F3. RGB value is (223,30,243). Sum of RGB (Red+Green+Blue) = 223+30+243=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF1EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EF3 is #20E10C. Grayscale: #6F6F6F. Windows color (decimal): -2154765 or 15933151. OLE color: 15933151.
HSL color Cylindrical-coordinate representation of color #DF1EF3: hue angle of 294.37º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1EF3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 30 | 243 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.05 |
| HSL | 294.37º | 0.9% | 0.54% | - |
| HSV(B) | 294.37º | 0.88% | 0.95% | - |
| XYZ | 47.07 | 23.09 | 86.77 | - |
| YUV | 111.99 | 201.94 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 243 | 0.08 | 0.88 | 0 | 0.05 | 294.37 | 0.9 | 0.54 |
| Hex | DF | 1E | F3 | 8 | 58 | 0 | 5 | 126 | 5A | 36 |
| Octal | 337 | 36 | 363 | 10 | 130 | 0 | 5 | 446 | 132 | 66 |
| Binary | 11011111 | 11110 | 11110011 | 1000 | 1011000 | 0 | 101 | 100100110 | 1011010 | 110110 |
Color Harmonies of #DF1EF3
Complementary color
Monochromatic Colors of #DF1EF3
Black with #DF1EF3
Text Example
Text Example
White with #DF1EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EF3; }
p { color: rgb(223,30,243); }
H1.HeaderClassName
{
color: #DF1EF3;
}
.AnyTagClassName
{
color: #DF1EF3;
}
</style>
background-color css
<style>
a { background-color: #DF1EF3; }
a { background-color: rgb(223,30,243); }
div.DivClassName
{
background-color: #DF1EF3;
}
.BgClassName
{
background-color: #DF1EF3;
}
</style>
border-color css
<style>
span { border-color: #DF1EF3; }
span { border-color: rgb(223,30,243); }
td.TdClassName
{
border-color: #DF1EF3;
}
.TagClassName
{
border-color: #DF1EF3;
}
</style>