Shades of Psychedelic Purple #DF18FF
Tints of Psychedelic Purple #DF18FF
RGB
CMYK
RGB Variations
Color information
#DF18FF (or 0xDF18FF) is known color: Psychedelic Purple. HEX triplet: DF, 18 and FF. RGB value is (223,24,255). Sum of RGB (Red+Green+Blue) = 223+24+255=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18FF is #20E700. Grayscale: #6D6D6D. Windows color (decimal): -2156289 or 16718047. OLE color: 16718047.
HSL color Cylindrical-coordinate representation of color #DF18FF: hue angle of 291.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF18FF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 24 | 255 | - |
| CMYK | 0.13 | 0.91 | 0 | 0 |
| HSL | 291.69º | 1% | 0.55% | - |
| HSV(B) | 291.69º | 0.91% | 1% | - |
| XYZ | 48.81 | 23.56 | 96.58 | - |
| YUV | 109.84 | 209.93 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 255 | 0.13 | 0.91 | 0 | 0 | 291.69 | 1 | 0.55 |
| Hex | DF | 18 | FF | D | 5B | 0 | 0 | 124 | 64 | 37 |
| Octal | 337 | 30 | 377 | 15 | 133 | 0 | 0 | 444 | 144 | 67 |
| Binary | 11011111 | 11000 | 11111111 | 1101 | 1011011 | 0 | 0 | 100100100 | 1100100 | 110111 |
Color Harmonies of #DF18FF
Complementary color
Monochromatic Colors of #DF18FF
Black with #DF18FF
Text Example
Text Example
White with #DF18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18FF; }
p { color: rgb(223,24,255); }
H1.HeaderClassName
{
color: #DF18FF;
}
.AnyTagClassName
{
color: #DF18FF;
}
</style>
background-color css
<style>
a { background-color: #DF18FF; }
a { background-color: rgb(223,24,255); }
div.DivClassName
{
background-color: #DF18FF;
}
.BgClassName
{
background-color: #DF18FF;
}
</style>
border-color css
<style>
span { border-color: #DF18FF; }
span { border-color: rgb(223,24,255); }
td.TdClassName
{
border-color: #DF18FF;
}
.TagClassName
{
border-color: #DF18FF;
}
</style>