Shades of Psychedelic Purple #DF20FA
Tints of Psychedelic Purple #DF20FA
RGB
CMYK
RGB Variations
Color information
#DF20FA (or 0xDF20FA) is known color: Psychedelic Purple. HEX triplet: DF, 20 and FA. RGB value is (223,32,250). Sum of RGB (Red+Green+Blue) = 223+32+250=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20FA is #20DF05. Grayscale: #717171. Windows color (decimal): -2154246 or 16392415. OLE color: 16392415.
HSL color Cylindrical-coordinate representation of color #DF20FA: hue angle of 292.57º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF20FA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 32 | 250 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.02 |
| HSL | 292.57º | 0.96% | 0.55% | - |
| HSV(B) | 292.57º | 0.87% | 0.98% | - |
| XYZ | 48.2 | 23.62 | 92.46 | - |
| YUV | 113.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 250 | 0.11 | 0.87 | 0 | 0.02 | 292.57 | 0.96 | 0.55 |
| Hex | DF | 20 | FA | B | 57 | 0 | 2 | 125 | 60 | 37 |
| Octal | 337 | 40 | 372 | 13 | 127 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11011111 | 100000 | 11111010 | 1011 | 1010111 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #DF20FA
Complementary color
Monochromatic Colors of #DF20FA
Black with #DF20FA
Text Example
Text Example
White with #DF20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20FA; }
p { color: rgb(223,32,250); }
H1.HeaderClassName
{
color: #DF20FA;
}
.AnyTagClassName
{
color: #DF20FA;
}
</style>
background-color css
<style>
a { background-color: #DF20FA; }
a { background-color: rgb(223,32,250); }
div.DivClassName
{
background-color: #DF20FA;
}
.BgClassName
{
background-color: #DF20FA;
}
</style>
border-color css
<style>
span { border-color: #DF20FA; }
span { border-color: rgb(223,32,250); }
td.TdClassName
{
border-color: #DF20FA;
}
.TagClassName
{
border-color: #DF20FA;
}
</style>