Shades of Psychedelic Purple #DE1FED
Tints of Psychedelic Purple #DE1FED
RGB
CMYK
RGB Variations
Color information
#DE1FED (or 0xDE1FED) is known color: Psychedelic Purple. HEX triplet: DE, 1F and ED. RGB value is (222,31,237). Sum of RGB (Red+Green+Blue) = 222+31+237=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1FED is #21E012. Grayscale: #6E6E6E. Windows color (decimal): -2220051 or 15540190. OLE color: 15540190.
HSL color Cylindrical-coordinate representation of color #DE1FED: hue angle of 295.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1FED is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 31 | 237 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.07 |
| HSL | 295.63º | 0.85% | 0.53% | - |
| HSV(B) | 295.63º | 0.87% | 0.93% | - |
| XYZ | 45.9 | 22.62 | 82.07 | - |
| YUV | 111.59 | 198.78 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 237 | 0.06 | 0.87 | 0 | 0.07 | 295.63 | 0.85 | 0.53 |
| Hex | DE | 1F | ED | 6 | 57 | 0 | 7 | 128 | 55 | 35 |
| Octal | 336 | 37 | 355 | 6 | 127 | 0 | 7 | 450 | 125 | 65 |
| Binary | 11011110 | 11111 | 11101101 | 110 | 1010111 | 0 | 111 | 100101000 | 1010101 | 110101 |
Color Harmonies of #DE1FED
Complementary color
Monochromatic Colors of #DE1FED
Black with #DE1FED
Text Example
Text Example
White with #DE1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1FED; }
p { color: rgb(222,31,237); }
H1.HeaderClassName
{
color: #DE1FED;
}
.AnyTagClassName
{
color: #DE1FED;
}
</style>
background-color css
<style>
a { background-color: #DE1FED; }
a { background-color: rgb(222,31,237); }
div.DivClassName
{
background-color: #DE1FED;
}
.BgClassName
{
background-color: #DE1FED;
}
</style>
border-color css
<style>
span { border-color: #DE1FED; }
span { border-color: rgb(222,31,237); }
td.TdClassName
{
border-color: #DE1FED;
}
.TagClassName
{
border-color: #DE1FED;
}
</style>