Shades of Psychedelic Purple #DE28FF
Tints of Psychedelic Purple #DE28FF
RGB
CMYK
RGB Variations
Color information
#DE28FF (or 0xDE28FF) is known color: Psychedelic Purple. HEX triplet: DE, 28 and FF. RGB value is (222,40,255). Sum of RGB (Red+Green+Blue) = 222+40+255=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 40 (16.02% from 255 or 7.74% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE28FF is #21D700. Grayscale: #767676. Windows color (decimal): -2217729 or 16722142. OLE color: 16722142.
HSL color Cylindrical-coordinate representation of color #DE28FF: hue angle of 290.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE28FF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 40 | 255 | - |
| CMYK | 0.13 | 0.84 | 0 | 0 |
| HSL | 290.79º | 1% | 0.58% | - |
| HSV(B) | 290.79º | 0.84% | 1% | - |
| XYZ | 48.93 | 24.27 | 96.71 | - |
| YUV | 118.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 255 | 0.13 | 0.84 | 0 | 0 | 290.79 | 1 | 0.58 |
| Hex | DE | 28 | FF | D | 54 | 0 | 0 | 123 | 64 | 3A |
| Octal | 336 | 50 | 377 | 15 | 124 | 0 | 0 | 443 | 144 | 72 |
| Binary | 11011110 | 101000 | 11111111 | 1101 | 1010100 | 0 | 0 | 100100011 | 1100100 | 111010 |
Color Harmonies of #DE28FF
Complementary color
Monochromatic Colors of #DE28FF
Black with #DE28FF
Text Example
Text Example
White with #DE28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28FF; }
p { color: rgb(222,40,255); }
H1.HeaderClassName
{
color: #DE28FF;
}
.AnyTagClassName
{
color: #DE28FF;
}
</style>
background-color css
<style>
a { background-color: #DE28FF; }
a { background-color: rgb(222,40,255); }
div.DivClassName
{
background-color: #DE28FF;
}
.BgClassName
{
background-color: #DE28FF;
}
</style>
border-color css
<style>
span { border-color: #DE28FF; }
span { border-color: rgb(222,40,255); }
td.TdClassName
{
border-color: #DE28FF;
}
.TagClassName
{
border-color: #DE28FF;
}
</style>