Shades of Psychedelic Purple #DF25EE
Tints of Psychedelic Purple #DF25EE
RGB
CMYK
RGB Variations
Color information
#DF25EE (or 0xDF25EE) is known color: Psychedelic Purple. HEX triplet: DF, 25 and EE. RGB value is (223,37,238). Sum of RGB (Red+Green+Blue) = 223+37+238=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF25EE is #20DA11. Grayscale: #727272. Windows color (decimal): -2152978 or 15607263. OLE color: 15607263.
HSL color Cylindrical-coordinate representation of color #DF25EE: hue angle of 295.52º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF25EE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 37 | 238 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.07 |
| HSL | 295.52º | 0.86% | 0.54% | - |
| HSV(B) | 295.52º | 0.84% | 0.93% | - |
| XYZ | 46.53 | 23.18 | 82.91 | - |
| YUV | 115.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 238 | 0.06 | 0.84 | 0 | 0.07 | 295.52 | 0.86 | 0.54 |
| Hex | DF | 25 | EE | 6 | 54 | 0 | 7 | 128 | 56 | 36 |
| Octal | 337 | 45 | 356 | 6 | 124 | 0 | 7 | 450 | 126 | 66 |
| Binary | 11011111 | 100101 | 11101110 | 110 | 1010100 | 0 | 111 | 100101000 | 1010110 | 110110 |
Color Harmonies of #DF25EE
Complementary color
Monochromatic Colors of #DF25EE
Black with #DF25EE
Text Example
Text Example
White with #DF25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25EE; }
p { color: rgb(223,37,238); }
H1.HeaderClassName
{
color: #DF25EE;
}
.AnyTagClassName
{
color: #DF25EE;
}
</style>
background-color css
<style>
a { background-color: #DF25EE; }
a { background-color: rgb(223,37,238); }
div.DivClassName
{
background-color: #DF25EE;
}
.BgClassName
{
background-color: #DF25EE;
}
</style>
border-color css
<style>
span { border-color: #DF25EE; }
span { border-color: rgb(223,37,238); }
td.TdClassName
{
border-color: #DF25EE;
}
.TagClassName
{
border-color: #DF25EE;
}
</style>