Shades of Psychedelic Purple #DF23EB
Tints of Psychedelic Purple #DF23EB
RGB
CMYK
RGB Variations
Color information
#DF23EB (or 0xDF23EB) is known color: Psychedelic Purple. HEX triplet: DF, 23 and EB. RGB value is (223,35,235). Sum of RGB (Red+Green+Blue) = 223+35+235=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF23EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF23EB is #20DC14. Grayscale: #717171. Windows color (decimal): -2153493 or 15410143. OLE color: 15410143.
HSL color Cylindrical-coordinate representation of color #DF23EB: hue angle of 296.4º 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 #DF23EB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 35 | 235 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.08 |
| HSL | 296.4º | 0.83% | 0.53% | - |
| HSV(B) | 296.4º | 0.85% | 0.92% | - |
| XYZ | 46.03 | 22.89 | 80.59 | - |
| YUV | 114.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 235 | 0.05 | 0.85 | 0 | 0.08 | 296.4 | 0.83 | 0.53 |
| Hex | DF | 23 | EB | 5 | 55 | 0 | 8 | 128 | 53 | 35 |
| Octal | 337 | 43 | 353 | 5 | 125 | 0 | 10 | 450 | 123 | 65 |
| Binary | 11011111 | 100011 | 11101011 | 101 | 1010101 | 0 | 1000 | 100101000 | 1010011 | 110101 |
Color Harmonies of #DF23EB
Complementary color
Monochromatic Colors of #DF23EB
Black with #DF23EB
Text Example
Text Example
White with #DF23EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23EB; }
p { color: rgb(223,35,235); }
H1.HeaderClassName
{
color: #DF23EB;
}
.AnyTagClassName
{
color: #DF23EB;
}
</style>
background-color css
<style>
a { background-color: #DF23EB; }
a { background-color: rgb(223,35,235); }
div.DivClassName
{
background-color: #DF23EB;
}
.BgClassName
{
background-color: #DF23EB;
}
</style>
border-color css
<style>
span { border-color: #DF23EB; }
span { border-color: rgb(223,35,235); }
td.TdClassName
{
border-color: #DF23EB;
}
.TagClassName
{
border-color: #DF23EB;
}
</style>