Shades of Psychedelic Purple #DF23F1
Tints of Psychedelic Purple #DF23F1
RGB
CMYK
RGB Variations
Color information
#DF23F1 (or 0xDF23F1) is known color: Psychedelic Purple. HEX triplet: DF, 23 and F1. RGB value is (223,35,241). Sum of RGB (Red+Green+Blue) = 223+35+241=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF23F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23F1 is #20DC0E. Grayscale: #727272. Windows color (decimal): -2153487 or 15803359. OLE color: 15803359.
HSL color Cylindrical-coordinate representation of color #DF23F1: hue angle of 294.76º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF23F1 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 35 | 241 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.05 |
| HSL | 294.76º | 0.88% | 0.54% | - |
| HSV(B) | 294.76º | 0.85% | 0.95% | - |
| XYZ | 46.91 | 23.24 | 85.23 | - |
| YUV | 114.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 241 | 0.07 | 0.85 | 0 | 0.05 | 294.76 | 0.88 | 0.54 |
| Hex | DF | 23 | F1 | 7 | 55 | 0 | 5 | 127 | 58 | 36 |
| Octal | 337 | 43 | 361 | 7 | 125 | 0 | 5 | 447 | 130 | 66 |
| Binary | 11011111 | 100011 | 11110001 | 111 | 1010101 | 0 | 101 | 100100111 | 1011000 | 110110 |
Color Harmonies of #DF23F1
Complementary color
Monochromatic Colors of #DF23F1
Black with #DF23F1
Text Example
Text Example
White with #DF23F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23F1; }
p { color: rgb(223,35,241); }
H1.HeaderClassName
{
color: #DF23F1;
}
.AnyTagClassName
{
color: #DF23F1;
}
</style>
background-color css
<style>
a { background-color: #DF23F1; }
a { background-color: rgb(223,35,241); }
div.DivClassName
{
background-color: #DF23F1;
}
.BgClassName
{
background-color: #DF23F1;
}
</style>
border-color css
<style>
span { border-color: #DF23F1; }
span { border-color: rgb(223,35,241); }
td.TdClassName
{
border-color: #DF23F1;
}
.TagClassName
{
border-color: #DF23F1;
}
</style>