Shades of Psychedelic Purple #DF26EE
Tints of Psychedelic Purple #DF26EE
RGB
CMYK
RGB Variations
Color information
#DF26EE (or 0xDF26EE) is known color: Psychedelic Purple. HEX triplet: DF, 26 and EE. RGB value is (223,38,238). Sum of RGB (Red+Green+Blue) = 223+38+238=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF26EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF26EE is #20D911. Grayscale: #737373. Windows color (decimal): -2152722 or 15607519. OLE color: 15607519.
HSL color Cylindrical-coordinate representation of color #DF26EE: hue angle of 295.5º degrees, saturation: 0.85, 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 #DF26EE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 38 | 238 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.07 |
| HSL | 295.5º | 0.85% | 0.54% | - |
| HSV(B) | 295.5º | 0.84% | 0.93% | - |
| XYZ | 46.56 | 23.25 | 82.92 | - |
| YUV | 116.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 238 | 0.06 | 0.84 | 0 | 0.07 | 295.5 | 0.85 | 0.54 |
| Hex | DF | 26 | EE | 6 | 54 | 0 | 7 | 128 | 55 | 36 |
| Octal | 337 | 46 | 356 | 6 | 124 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11011111 | 100110 | 11101110 | 110 | 1010100 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #DF26EE
Complementary color
Monochromatic Colors of #DF26EE
Black with #DF26EE
Text Example
Text Example
White with #DF26EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26EE; }
p { color: rgb(223,38,238); }
H1.HeaderClassName
{
color: #DF26EE;
}
.AnyTagClassName
{
color: #DF26EE;
}
</style>
background-color css
<style>
a { background-color: #DF26EE; }
a { background-color: rgb(223,38,238); }
div.DivClassName
{
background-color: #DF26EE;
}
.BgClassName
{
background-color: #DF26EE;
}
</style>
border-color css
<style>
span { border-color: #DF26EE; }
span { border-color: rgb(223,38,238); }
td.TdClassName
{
border-color: #DF26EE;
}
.TagClassName
{
border-color: #DF26EE;
}
</style>