Shades of Psychedelic Purple #DF1EFA
Tints of Psychedelic Purple #DF1EFA
RGB
CMYK
RGB Variations
Color information
#DF1EFA (or 0xDF1EFA) is known color: Psychedelic Purple. HEX triplet: DF, 1E and FA. RGB value is (223,30,250). Sum of RGB (Red+Green+Blue) = 223+30+250=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF1EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EFA is #20E105. Grayscale: #707070. Windows color (decimal): -2154758 or 16391903. OLE color: 16391903.
HSL color Cylindrical-coordinate representation of color #DF1EFA: hue angle of 292.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1EFA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 30 | 250 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.02 |
| HSL | 292.64º | 0.96% | 0.55% | - |
| HSV(B) | 292.64º | 0.88% | 0.98% | - |
| XYZ | 48.15 | 23.52 | 92.44 | - |
| YUV | 112.79 | 205.44 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 250 | 0.11 | 0.88 | 0 | 0.02 | 292.64 | 0.96 | 0.55 |
| Hex | DF | 1E | FA | B | 58 | 0 | 2 | 125 | 60 | 37 |
| Octal | 337 | 36 | 372 | 13 | 130 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11011111 | 11110 | 11111010 | 1011 | 1011000 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #DF1EFA
Complementary color
Monochromatic Colors of #DF1EFA
Black with #DF1EFA
Text Example
Text Example
White with #DF1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EFA; }
p { color: rgb(223,30,250); }
H1.HeaderClassName
{
color: #DF1EFA;
}
.AnyTagClassName
{
color: #DF1EFA;
}
</style>
background-color css
<style>
a { background-color: #DF1EFA; }
a { background-color: rgb(223,30,250); }
div.DivClassName
{
background-color: #DF1EFA;
}
.BgClassName
{
background-color: #DF1EFA;
}
</style>
border-color css
<style>
span { border-color: #DF1EFA; }
span { border-color: rgb(223,30,250); }
td.TdClassName
{
border-color: #DF1EFA;
}
.TagClassName
{
border-color: #DF1EFA;
}
</style>