Shades of Psychedelic Purple #DE27EF
Tints of Psychedelic Purple #DE27EF
RGB
CMYK
RGB Variations
Color information
#DE27EF (or 0xDE27EF) is known color: Psychedelic Purple. HEX triplet: DE, 27 and EF. RGB value is (222,39,239). Sum of RGB (Red+Green+Blue) = 222+39+239=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE27EF is #21D810. Grayscale: #737373. Windows color (decimal): -2218001 or 15673310. OLE color: 15673310.
HSL color Cylindrical-coordinate representation of color #DE27EF: hue angle of 294.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE27EF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 39 | 239 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.06 |
| HSL | 294.9º | 0.86% | 0.55% | - |
| HSV(B) | 294.9º | 0.84% | 0.94% | - |
| XYZ | 46.43 | 23.21 | 83.69 | - |
| YUV | 116.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 239 | 0.07 | 0.84 | 0 | 0.06 | 294.9 | 0.86 | 0.55 |
| Hex | DE | 27 | EF | 7 | 54 | 0 | 6 | 127 | 56 | 37 |
| Octal | 336 | 47 | 357 | 7 | 124 | 0 | 6 | 447 | 126 | 67 |
| Binary | 11011110 | 100111 | 11101111 | 111 | 1010100 | 0 | 110 | 100100111 | 1010110 | 110111 |
Color Harmonies of #DE27EF
Complementary color
Monochromatic Colors of #DE27EF
Black with #DE27EF
Text Example
Text Example
White with #DE27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE27EF; }
p { color: rgb(222,39,239); }
H1.HeaderClassName
{
color: #DE27EF;
}
.AnyTagClassName
{
color: #DE27EF;
}
</style>
background-color css
<style>
a { background-color: #DE27EF; }
a { background-color: rgb(222,39,239); }
div.DivClassName
{
background-color: #DE27EF;
}
.BgClassName
{
background-color: #DE27EF;
}
</style>
border-color css
<style>
span { border-color: #DE27EF; }
span { border-color: rgb(222,39,239); }
td.TdClassName
{
border-color: #DE27EF;
}
.TagClassName
{
border-color: #DE27EF;
}
</style>