Shades of Psychedelic Purple #DF25EB
Tints of Psychedelic Purple #DF25EB
RGB
CMYK
RGB Variations
Color information
#DF25EB (or 0xDF25EB) is known color: Psychedelic Purple. HEX triplet: DF, 25 and EB. RGB value is (223,37,235). Sum of RGB (Red+Green+Blue) = 223+37+235=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF25EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF25EB is #20DA14. Grayscale: #727272. Windows color (decimal): -2152981 or 15410655. OLE color: 15410655.
HSL color Cylindrical-coordinate representation of color #DF25EB: hue angle of 296.36º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF25EB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 37 | 235 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.08 |
| HSL | 296.36º | 0.83% | 0.53% | - |
| HSV(B) | 296.36º | 0.84% | 0.92% | - |
| XYZ | 46.09 | 23.01 | 80.61 | - |
| YUV | 115.19 | 195.62 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 235 | 0.05 | 0.84 | 0 | 0.08 | 296.36 | 0.83 | 0.53 |
| Hex | DF | 25 | EB | 5 | 54 | 0 | 8 | 128 | 53 | 35 |
| Octal | 337 | 45 | 353 | 5 | 124 | 0 | 10 | 450 | 123 | 65 |
| Binary | 11011111 | 100101 | 11101011 | 101 | 1010100 | 0 | 1000 | 100101000 | 1010011 | 110101 |
Color Harmonies of #DF25EB
Complementary color
Monochromatic Colors of #DF25EB
Black with #DF25EB
Text Example
Text Example
White with #DF25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25EB; }
p { color: rgb(223,37,235); }
H1.HeaderClassName
{
color: #DF25EB;
}
.AnyTagClassName
{
color: #DF25EB;
}
</style>
background-color css
<style>
a { background-color: #DF25EB; }
a { background-color: rgb(223,37,235); }
div.DivClassName
{
background-color: #DF25EB;
}
.BgClassName
{
background-color: #DF25EB;
}
</style>
border-color css
<style>
span { border-color: #DF25EB; }
span { border-color: rgb(223,37,235); }
td.TdClassName
{
border-color: #DF25EB;
}
.TagClassName
{
border-color: #DF25EB;
}
</style>