Shades of Psychedelic Purple #DF18FC
Tints of Psychedelic Purple #DF18FC
RGB
CMYK
RGB Variations
Color information
#DF18FC (or 0xDF18FC) is known color: Psychedelic Purple. HEX triplet: DF, 18 and FC. RGB value is (223,24,252). Sum of RGB (Red+Green+Blue) = 223+24+252=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF18FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18FC is #20E703. Grayscale: #6C6C6C. Windows color (decimal): -2156292 or 16521439. OLE color: 16521439.
HSL color Cylindrical-coordinate representation of color #DF18FC: hue angle of 292.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF18FC is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 24 | 252 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.01 |
| HSL | 292.37º | 0.97% | 0.54% | - |
| HSV(B) | 292.37º | 0.9% | 0.99% | - |
| XYZ | 48.33 | 23.37 | 94.06 | - |
| YUV | 109.49 | 208.43 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 252 | 0.12 | 0.90 | 0 | 0.01 | 292.37 | 0.97 | 0.54 |
| Hex | DF | 18 | FC | C | 5A | 0 | 1 | 124 | 61 | 36 |
| Octal | 337 | 30 | 374 | 14 | 132 | 0 | 1 | 444 | 141 | 66 |
| Binary | 11011111 | 11000 | 11111100 | 1100 | 1011010 | 0 | 1 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DF18FC
Complementary color
Monochromatic Colors of #DF18FC
Black with #DF18FC
Text Example
Text Example
White with #DF18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18FC; }
p { color: rgb(223,24,252); }
H1.HeaderClassName
{
color: #DF18FC;
}
.AnyTagClassName
{
color: #DF18FC;
}
</style>
background-color css
<style>
a { background-color: #DF18FC; }
a { background-color: rgb(223,24,252); }
div.DivClassName
{
background-color: #DF18FC;
}
.BgClassName
{
background-color: #DF18FC;
}
</style>
border-color css
<style>
span { border-color: #DF18FC; }
span { border-color: rgb(223,24,252); }
td.TdClassName
{
border-color: #DF18FC;
}
.TagClassName
{
border-color: #DF18FC;
}
</style>