Shades of Psychedelic Purple #DF18FA
Tints of Psychedelic Purple #DF18FA
RGB
CMYK
RGB Variations
Color information
#DF18FA (or 0xDF18FA) is known color: Psychedelic Purple. HEX triplet: DF, 18 and FA. RGB value is (223,24,250). Sum of RGB (Red+Green+Blue) = 223+24+250=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18FA is #20E705. Grayscale: #6C6C6C. Windows color (decimal): -2156294 or 16390367. OLE color: 16390367.
HSL color Cylindrical-coordinate representation of color #DF18FA: hue angle of 292.83º 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 #DF18FA is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 24 | 250 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.02 |
| HSL | 292.83º | 0.96% | 0.54% | - |
| HSV(B) | 292.83º | 0.9% | 0.98% | - |
| XYZ | 48.01 | 23.24 | 92.4 | - |
| YUV | 109.27 | 207.43 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 250 | 0.11 | 0.90 | 0 | 0.02 | 292.83 | 0.96 | 0.54 |
| Hex | DF | 18 | FA | B | 5A | 0 | 2 | 125 | 60 | 36 |
| Octal | 337 | 30 | 372 | 13 | 132 | 0 | 2 | 445 | 140 | 66 |
| Binary | 11011111 | 11000 | 11111010 | 1011 | 1011010 | 0 | 10 | 100100101 | 1100000 | 110110 |
Color Harmonies of #DF18FA
Complementary color
Monochromatic Colors of #DF18FA
Black with #DF18FA
Text Example
Text Example
White with #DF18FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18FA; }
p { color: rgb(223,24,250); }
H1.HeaderClassName
{
color: #DF18FA;
}
.AnyTagClassName
{
color: #DF18FA;
}
</style>
background-color css
<style>
a { background-color: #DF18FA; }
a { background-color: rgb(223,24,250); }
div.DivClassName
{
background-color: #DF18FA;
}
.BgClassName
{
background-color: #DF18FA;
}
</style>
border-color css
<style>
span { border-color: #DF18FA; }
span { border-color: rgb(223,24,250); }
td.TdClassName
{
border-color: #DF18FA;
}
.TagClassName
{
border-color: #DF18FA;
}
</style>