Shades of Psychedelic Purple #DE26ED
Tints of Psychedelic Purple #DE26ED
RGB
CMYK
RGB Variations
Color information
#DE26ED (or 0xDE26ED) is known color: Psychedelic Purple. HEX triplet: DE, 26 and ED. RGB value is (222,38,237). Sum of RGB (Red+Green+Blue) = 222+38+237=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 38 (15.23% from 255 or 7.65% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE26ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE26ED is #21D912. Grayscale: #737373. Windows color (decimal): -2218259 or 15541982. OLE color: 15541982.
HSL color Cylindrical-coordinate representation of color #DE26ED: hue angle of 295.48º 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 #DE26ED is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 38 | 237 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.07 |
| HSL | 295.48º | 0.85% | 0.54% | - |
| HSV(B) | 295.48º | 0.84% | 0.93% | - |
| XYZ | 46.1 | 23.03 | 82.14 | - |
| YUV | 115.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 237 | 0.06 | 0.84 | 0 | 0.07 | 295.48 | 0.85 | 0.54 |
| Hex | DE | 26 | ED | 6 | 54 | 0 | 7 | 127 | 55 | 36 |
| Octal | 336 | 46 | 355 | 6 | 124 | 0 | 7 | 447 | 125 | 66 |
| Binary | 11011110 | 100110 | 11101101 | 110 | 1010100 | 0 | 111 | 100100111 | 1010101 | 110110 |
Color Harmonies of #DE26ED
Complementary color
Monochromatic Colors of #DE26ED
Black with #DE26ED
Text Example
Text Example
White with #DE26ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE26ED; }
p { color: rgb(222,38,237); }
H1.HeaderClassName
{
color: #DE26ED;
}
.AnyTagClassName
{
color: #DE26ED;
}
</style>
background-color css
<style>
a { background-color: #DE26ED; }
a { background-color: rgb(222,38,237); }
div.DivClassName
{
background-color: #DE26ED;
}
.BgClassName
{
background-color: #DE26ED;
}
</style>
border-color css
<style>
span { border-color: #DE26ED; }
span { border-color: rgb(222,38,237); }
td.TdClassName
{
border-color: #DE26ED;
}
.TagClassName
{
border-color: #DE26ED;
}
</style>