Shades of Psychedelic Purple #DF18F5
Tints of Psychedelic Purple #DF18F5
RGB
CMYK
RGB Variations
Color information
#DF18F5 (or 0xDF18F5) is known color: Psychedelic Purple. HEX triplet: DF, 18 and F5. RGB value is (223,24,245). Sum of RGB (Red+Green+Blue) = 223+24+245=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF18F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18F5 is #20E70A. Grayscale: #6C6C6C. Windows color (decimal): -2156299 or 16062687. OLE color: 16062687.
HSL color Cylindrical-coordinate representation of color #DF18F5: hue angle of 294.03º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF18F5 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 24 | 245 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.04 |
| HSL | 294.03º | 0.92% | 0.53% | - |
| HSV(B) | 294.03º | 0.9% | 0.96% | - |
| XYZ | 47.24 | 22.93 | 88.32 | - |
| YUV | 108.7 | 204.93 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 245 | 0.09 | 0.90 | 0 | 0.04 | 294.03 | 0.92 | 0.53 |
| Hex | DF | 18 | F5 | 9 | 5A | 0 | 4 | 126 | 5C | 35 |
| Octal | 337 | 30 | 365 | 11 | 132 | 0 | 4 | 446 | 134 | 65 |
| Binary | 11011111 | 11000 | 11110101 | 1001 | 1011010 | 0 | 100 | 100100110 | 1011100 | 110101 |
Color Harmonies of #DF18F5
Complementary color
Monochromatic Colors of #DF18F5
Black with #DF18F5
Text Example
Text Example
White with #DF18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18F5; }
p { color: rgb(223,24,245); }
H1.HeaderClassName
{
color: #DF18F5;
}
.AnyTagClassName
{
color: #DF18F5;
}
</style>
background-color css
<style>
a { background-color: #DF18F5; }
a { background-color: rgb(223,24,245); }
div.DivClassName
{
background-color: #DF18F5;
}
.BgClassName
{
background-color: #DF18F5;
}
</style>
border-color css
<style>
span { border-color: #DF18F5; }
span { border-color: rgb(223,24,245); }
td.TdClassName
{
border-color: #DF18F5;
}
.TagClassName
{
border-color: #DF18F5;
}
</style>