Shades of Psychedelic Purple #DF11FA
Tints of Psychedelic Purple #DF11FA
RGB
CMYK
RGB Variations
Color information
#DF11FA (or 0xDF11FA) is known color: Psychedelic Purple. HEX triplet: DF, 11 and FA. RGB value is (223,17,250). Sum of RGB (Red+Green+Blue) = 223+17+250=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF11FA is #20EE05. Grayscale: #686868. Windows color (decimal): -2158086 or 16388575. OLE color: 16388575.
HSL color Cylindrical-coordinate representation of color #DF11FA: hue angle of 293.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF11FA is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 17 | 250 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.02 |
| HSL | 293.05º | 0.96% | 0.52% | - |
| HSV(B) | 293.05º | 0.93% | 0.98% | - |
| XYZ | 47.89 | 22.99 | 92.36 | - |
| YUV | 105.16 | 209.75 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 250 | 0.11 | 0.93 | 0 | 0.02 | 293.05 | 0.96 | 0.52 |
| Hex | DF | 11 | FA | B | 5D | 0 | 2 | 125 | 60 | 34 |
| Octal | 337 | 21 | 372 | 13 | 135 | 0 | 2 | 445 | 140 | 64 |
| Binary | 11011111 | 10001 | 11111010 | 1011 | 1011101 | 0 | 10 | 100100101 | 1100000 | 110100 |
Color Harmonies of #DF11FA
Complementary color
Monochromatic Colors of #DF11FA
Black with #DF11FA
Text Example
Text Example
White with #DF11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11FA; }
p { color: rgb(223,17,250); }
H1.HeaderClassName
{
color: #DF11FA;
}
.AnyTagClassName
{
color: #DF11FA;
}
</style>
background-color css
<style>
a { background-color: #DF11FA; }
a { background-color: rgb(223,17,250); }
div.DivClassName
{
background-color: #DF11FA;
}
.BgClassName
{
background-color: #DF11FA;
}
</style>
border-color css
<style>
span { border-color: #DF11FA; }
span { border-color: rgb(223,17,250); }
td.TdClassName
{
border-color: #DF11FA;
}
.TagClassName
{
border-color: #DF11FA;
}
</style>