Shades of Psychedelic Purple #DF11FC
Tints of Psychedelic Purple #DF11FC
RGB
CMYK
RGB Variations
Color information
#DF11FC (or 0xDF11FC) is known color: Psychedelic Purple. HEX triplet: DF, 11 and FC. RGB value is (223,17,252). Sum of RGB (Red+Green+Blue) = 223+17+252=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF11FC is #20EE03. Grayscale: #686868. Windows color (decimal): -2158084 or 16519647. OLE color: 16519647.
HSL color Cylindrical-coordinate representation of color #DF11FC: hue angle of 292.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF11FC is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 17 | 252 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.01 |
| HSL | 292.6º | 0.98% | 0.53% | - |
| HSV(B) | 292.6º | 0.93% | 0.99% | - |
| XYZ | 48.2 | 23.12 | 94.02 | - |
| YUV | 105.38 | 210.75 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 252 | 0.12 | 0.93 | 0 | 0.01 | 292.6 | 0.98 | 0.53 |
| Hex | DF | 11 | FC | C | 5D | 0 | 1 | 125 | 62 | 35 |
| Octal | 337 | 21 | 374 | 14 | 135 | 0 | 1 | 445 | 142 | 65 |
| Binary | 11011111 | 10001 | 11111100 | 1100 | 1011101 | 0 | 1 | 100100101 | 1100010 | 110101 |
Color Harmonies of #DF11FC
Complementary color
Monochromatic Colors of #DF11FC
Black with #DF11FC
Text Example
Text Example
White with #DF11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11FC; }
p { color: rgb(223,17,252); }
H1.HeaderClassName
{
color: #DF11FC;
}
.AnyTagClassName
{
color: #DF11FC;
}
</style>
background-color css
<style>
a { background-color: #DF11FC; }
a { background-color: rgb(223,17,252); }
div.DivClassName
{
background-color: #DF11FC;
}
.BgClassName
{
background-color: #DF11FC;
}
</style>
border-color css
<style>
span { border-color: #DF11FC; }
span { border-color: rgb(223,17,252); }
td.TdClassName
{
border-color: #DF11FC;
}
.TagClassName
{
border-color: #DF11FC;
}
</style>