Shades of Psychedelic Purple #DE2DF0
Tints of Psychedelic Purple #DE2DF0
RGB
CMYK
RGB Variations
Color information
#DE2DF0 (or 0xDE2DF0) is known color: Psychedelic Purple. HEX triplet: DE, 2D and F0. RGB value is (222,45,240). Sum of RGB (Red+Green+Blue) = 222+45+240=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 45 (17.97% from 255 or 8.88% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE2DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE2DF0 is #21D20F. Grayscale: #777777. Windows color (decimal): -2216464 or 15740382. OLE color: 15740382.
HSL color Cylindrical-coordinate representation of color #DE2DF0: hue angle of 294.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2DF0 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 45 | 240 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.06 |
| HSL | 294.46º | 0.87% | 0.56% | - |
| HSV(B) | 294.46º | 0.81% | 0.94% | - |
| XYZ | 46.79 | 23.7 | 84.55 | - |
| YUV | 120.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 240 | 0.08 | 0.81 | 0 | 0.06 | 294.46 | 0.87 | 0.56 |
| Hex | DE | 2D | F0 | 8 | 51 | 0 | 6 | 126 | 57 | 38 |
| Octal | 336 | 55 | 360 | 10 | 121 | 0 | 6 | 446 | 127 | 70 |
| Binary | 11011110 | 101101 | 11110000 | 1000 | 1010001 | 0 | 110 | 100100110 | 1010111 | 111000 |
Color Harmonies of #DE2DF0
Complementary color
Monochromatic Colors of #DE2DF0
Black with #DE2DF0
Text Example
Text Example
White with #DE2DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DF0; }
p { color: rgb(222,45,240); }
H1.HeaderClassName
{
color: #DE2DF0;
}
.AnyTagClassName
{
color: #DE2DF0;
}
</style>
background-color css
<style>
a { background-color: #DE2DF0; }
a { background-color: rgb(222,45,240); }
div.DivClassName
{
background-color: #DE2DF0;
}
.BgClassName
{
background-color: #DE2DF0;
}
</style>
border-color css
<style>
span { border-color: #DE2DF0; }
span { border-color: rgb(222,45,240); }
td.TdClassName
{
border-color: #DE2DF0;
}
.TagClassName
{
border-color: #DE2DF0;
}
</style>