Shades of Psychedelic Purple #DF23EA
Tints of Psychedelic Purple #DF23EA
RGB
CMYK
RGB Variations
Color information
#DF23EA (or 0xDF23EA) is known color: Psychedelic Purple. HEX triplet: DF, 23 and EA. RGB value is (223,35,234). Sum of RGB (Red+Green+Blue) = 223+35+234=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF23EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23EA is #20DC15. Grayscale: #717171. Windows color (decimal): -2153494 or 15344607. OLE color: 15344607.
HSL color Cylindrical-coordinate representation of color #DF23EA: hue angle of 296.68º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF23EA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 35 | 234 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.08 |
| HSL | 296.68º | 0.83% | 0.53% | - |
| HSV(B) | 296.68º | 0.85% | 0.92% | - |
| XYZ | 45.88 | 22.83 | 79.83 | - |
| YUV | 113.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 234 | 0.05 | 0.85 | 0 | 0.08 | 296.68 | 0.83 | 0.53 |
| Hex | DF | 23 | EA | 5 | 55 | 0 | 8 | 129 | 53 | 35 |
| Octal | 337 | 43 | 352 | 5 | 125 | 0 | 10 | 451 | 123 | 65 |
| Binary | 11011111 | 100011 | 11101010 | 101 | 1010101 | 0 | 1000 | 100101001 | 1010011 | 110101 |
Color Harmonies of #DF23EA
Complementary color
Monochromatic Colors of #DF23EA
Black with #DF23EA
Text Example
Text Example
White with #DF23EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23EA; }
p { color: rgb(223,35,234); }
H1.HeaderClassName
{
color: #DF23EA;
}
.AnyTagClassName
{
color: #DF23EA;
}
</style>
background-color css
<style>
a { background-color: #DF23EA; }
a { background-color: rgb(223,35,234); }
div.DivClassName
{
background-color: #DF23EA;
}
.BgClassName
{
background-color: #DF23EA;
}
</style>
border-color css
<style>
span { border-color: #DF23EA; }
span { border-color: rgb(223,35,234); }
td.TdClassName
{
border-color: #DF23EA;
}
.TagClassName
{
border-color: #DF23EA;
}
</style>