Shades of Psychedelic Purple #DF1AFA
Tints of Psychedelic Purple #DF1AFA
RGB
CMYK
RGB Variations
Color information
#DF1AFA (or 0xDF1AFA) is known color: Psychedelic Purple. HEX triplet: DF, 1A and FA. RGB value is (223,26,250). Sum of RGB (Red+Green+Blue) = 223+26+250=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 26 (10.55% from 255 or 5.21% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF1AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AFA is #20E505. Grayscale: #6D6D6D. Windows color (decimal): -2155782 or 16390879. OLE color: 16390879.
HSL color Cylindrical-coordinate representation of color #DF1AFA: hue angle of 292.77º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1AFA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 26 | 250 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.02 |
| HSL | 292.77º | 0.96% | 0.54% | - |
| HSV(B) | 292.77º | 0.9% | 0.98% | - |
| XYZ | 48.06 | 23.33 | 92.41 | - |
| YUV | 110.44 | 206.77 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 250 | 0.11 | 0.90 | 0 | 0.02 | 292.77 | 0.96 | 0.54 |
| Hex | DF | 1A | FA | B | 5A | 0 | 2 | 125 | 60 | 36 |
| Octal | 337 | 32 | 372 | 13 | 132 | 0 | 2 | 445 | 140 | 66 |
| Binary | 11011111 | 11010 | 11111010 | 1011 | 1011010 | 0 | 10 | 100100101 | 1100000 | 110110 |
Color Harmonies of #DF1AFA
Complementary color
Monochromatic Colors of #DF1AFA
Black with #DF1AFA
Text Example
Text Example
White with #DF1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AFA; }
p { color: rgb(223,26,250); }
H1.HeaderClassName
{
color: #DF1AFA;
}
.AnyTagClassName
{
color: #DF1AFA;
}
</style>
background-color css
<style>
a { background-color: #DF1AFA; }
a { background-color: rgb(223,26,250); }
div.DivClassName
{
background-color: #DF1AFA;
}
.BgClassName
{
background-color: #DF1AFA;
}
</style>
border-color css
<style>
span { border-color: #DF1AFA; }
span { border-color: rgb(223,26,250); }
td.TdClassName
{
border-color: #DF1AFA;
}
.TagClassName
{
border-color: #DF1AFA;
}
</style>