Shades of Psychedelic Purple #DE09FE
Tints of Psychedelic Purple #DE09FE
RGB
CMYK
RGB Variations
Color information
#DE09FE (or 0xDE09FE) is known color: Psychedelic Purple. HEX triplet: DE, 09 and FE. RGB value is (222,9,254). Sum of RGB (Red+Green+Blue) = 222+9+254=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 9 (3.91% from 255 or 1.86% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE09FE is #21F601. Grayscale: #636363. Windows color (decimal): -2225666 or 16648670. OLE color: 16648670.
HSL color Cylindrical-coordinate representation of color #DE09FE: hue angle of 292.16º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE09FE is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 9 | 254 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.00 |
| HSL | 292.16º | 0.99% | 0.52% | - |
| HSV(B) | 292.16º | 0.96% | 1% | - |
| XYZ | 48.11 | 22.88 | 95.65 | - |
| YUV | 100.62 | 214.57 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 254 | 0.13 | 0.96 | 0 | 0.00 | 292.16 | 0.99 | 0.52 |
| Hex | DE | 9 | FE | D | 60 | 0 | 0 | 124 | 63 | 34 |
| Octal | 336 | 11 | 376 | 15 | 140 | 0 | 0 | 444 | 143 | 64 |
| Binary | 11011110 | 1001 | 11111110 | 1101 | 1100000 | 0 | 0 | 100100100 | 1100011 | 110100 |
Color Harmonies of #DE09FE
Complementary color
Monochromatic Colors of #DE09FE
Black with #DE09FE
Text Example
Text Example
White with #DE09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE09FE; }
p { color: rgb(222,9,254); }
H1.HeaderClassName
{
color: #DE09FE;
}
.AnyTagClassName
{
color: #DE09FE;
}
</style>
background-color css
<style>
a { background-color: #DE09FE; }
a { background-color: rgb(222,9,254); }
div.DivClassName
{
background-color: #DE09FE;
}
.BgClassName
{
background-color: #DE09FE;
}
</style>
border-color css
<style>
span { border-color: #DE09FE; }
span { border-color: rgb(222,9,254); }
td.TdClassName
{
border-color: #DE09FE;
}
.TagClassName
{
border-color: #DE09FE;
}
</style>