Shades of Psychedelic Purple #DF18F1
Tints of Psychedelic Purple #DF18F1
RGB
CMYK
RGB Variations
Color information
#DF18F1 (or 0xDF18F1) is known color: Psychedelic Purple. HEX triplet: DF, 18 and F1. RGB value is (223,24,241). Sum of RGB (Red+Green+Blue) = 223+24+241=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF18F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF18F1 is #20E70E. Grayscale: #6B6B6B. Windows color (decimal): -2156303 or 15800543. OLE color: 15800543.
HSL color Cylindrical-coordinate representation of color #DF18F1: hue angle of 295.02º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF18F1 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 24 | 241 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.02º | 0.89% | 0.52% | - |
| HSV(B) | 295.02º | 0.9% | 0.95% | - |
| XYZ | 46.64 | 22.69 | 85.14 | - |
| YUV | 108.24 | 202.93 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 241 | 0.07 | 0.90 | 0 | 0.05 | 295.02 | 0.89 | 0.52 |
| Hex | DF | 18 | F1 | 7 | 5A | 0 | 5 | 127 | 59 | 34 |
| Octal | 337 | 30 | 361 | 7 | 132 | 0 | 5 | 447 | 131 | 64 |
| Binary | 11011111 | 11000 | 11110001 | 111 | 1011010 | 0 | 101 | 100100111 | 1011001 | 110100 |
Color Harmonies of #DF18F1
Complementary color
Monochromatic Colors of #DF18F1
Black with #DF18F1
Text Example
Text Example
White with #DF18F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18F1; }
p { color: rgb(223,24,241); }
H1.HeaderClassName
{
color: #DF18F1;
}
.AnyTagClassName
{
color: #DF18F1;
}
</style>
background-color css
<style>
a { background-color: #DF18F1; }
a { background-color: rgb(223,24,241); }
div.DivClassName
{
background-color: #DF18F1;
}
.BgClassName
{
background-color: #DF18F1;
}
</style>
border-color css
<style>
span { border-color: #DF18F1; }
span { border-color: rgb(223,24,241); }
td.TdClassName
{
border-color: #DF18F1;
}
.TagClassName
{
border-color: #DF18F1;
}
</style>