Shades of Psychedelic Purple #DE2CF1
Tints of Psychedelic Purple #DE2CF1
RGB
CMYK
RGB Variations
Color information
#DE2CF1 (or 0xDE2CF1) is known color: Psychedelic Purple. HEX triplet: DE, 2C and F1. RGB value is (222,44,241). Sum of RGB (Red+Green+Blue) = 222+44+241=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE2CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2CF1 is #21D30E. Grayscale: #777777. Windows color (decimal): -2216719 or 15805662. OLE color: 15805662.
HSL color Cylindrical-coordinate representation of color #DE2CF1: hue angle of 294.21º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2CF1 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 44 | 241 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.05 |
| HSL | 294.21º | 0.88% | 0.56% | - |
| HSV(B) | 294.21º | 0.82% | 0.95% | - |
| XYZ | 46.9 | 23.68 | 85.32 | - |
| YUV | 119.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 241 | 0.08 | 0.82 | 0 | 0.05 | 294.21 | 0.88 | 0.56 |
| Hex | DE | 2C | F1 | 8 | 52 | 0 | 5 | 126 | 58 | 38 |
| Octal | 336 | 54 | 361 | 10 | 122 | 0 | 5 | 446 | 130 | 70 |
| Binary | 11011110 | 101100 | 11110001 | 1000 | 1010010 | 0 | 101 | 100100110 | 1011000 | 111000 |
Color Harmonies of #DE2CF1
Complementary color
Monochromatic Colors of #DE2CF1
Black with #DE2CF1
Text Example
Text Example
White with #DE2CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2CF1; }
p { color: rgb(222,44,241); }
H1.HeaderClassName
{
color: #DE2CF1;
}
.AnyTagClassName
{
color: #DE2CF1;
}
</style>
background-color css
<style>
a { background-color: #DE2CF1; }
a { background-color: rgb(222,44,241); }
div.DivClassName
{
background-color: #DE2CF1;
}
.BgClassName
{
background-color: #DE2CF1;
}
</style>
border-color css
<style>
span { border-color: #DE2CF1; }
span { border-color: rgb(222,44,241); }
td.TdClassName
{
border-color: #DE2CF1;
}
.TagClassName
{
border-color: #DE2CF1;
}
</style>