Shades of Psychedelic Purple #DF1DFA
Tints of Psychedelic Purple #DF1DFA
RGB
CMYK
RGB Variations
Color information
#DF1DFA (or 0xDF1DFA) is known color: Psychedelic Purple. HEX triplet: DF, 1D and FA. RGB value is (223,29,250). Sum of RGB (Red+Green+Blue) = 223+29+250=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF1DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DFA is #20E205. Grayscale: #6F6F6F. Windows color (decimal): -2155014 or 16391647. OLE color: 16391647.
HSL color Cylindrical-coordinate representation of color #DF1DFA: hue angle of 292.67º 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 #DF1DFA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 29 | 250 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.02 |
| HSL | 292.67º | 0.96% | 0.55% | - |
| HSV(B) | 292.67º | 0.88% | 0.98% | - |
| XYZ | 48.13 | 23.47 | 92.44 | - |
| YUV | 112.2 | 205.77 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 250 | 0.11 | 0.88 | 0 | 0.02 | 292.67 | 0.96 | 0.55 |
| Hex | DF | 1D | FA | B | 58 | 0 | 2 | 125 | 60 | 37 |
| Octal | 337 | 35 | 372 | 13 | 130 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11011111 | 11101 | 11111010 | 1011 | 1011000 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #DF1DFA
Complementary color
Monochromatic Colors of #DF1DFA
Black with #DF1DFA
Text Example
Text Example
White with #DF1DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DFA; }
p { color: rgb(223,29,250); }
H1.HeaderClassName
{
color: #DF1DFA;
}
.AnyTagClassName
{
color: #DF1DFA;
}
</style>
background-color css
<style>
a { background-color: #DF1DFA; }
a { background-color: rgb(223,29,250); }
div.DivClassName
{
background-color: #DF1DFA;
}
.BgClassName
{
background-color: #DF1DFA;
}
</style>
border-color css
<style>
span { border-color: #DF1DFA; }
span { border-color: rgb(223,29,250); }
td.TdClassName
{
border-color: #DF1DFA;
}
.TagClassName
{
border-color: #DF1DFA;
}
</style>