Shades of Psychedelic Purple #DE28FA
Tints of Psychedelic Purple #DE28FA
RGB
CMYK
RGB Variations
Color information
#DE28FA (or 0xDE28FA) is known color: Psychedelic Purple. HEX triplet: DE, 28 and FA. RGB value is (222,40,250). Sum of RGB (Red+Green+Blue) = 222+40+250=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE28FA is #21D705. Grayscale: #757575. Windows color (decimal): -2217734 or 16394462. OLE color: 16394462.
HSL color Cylindrical-coordinate representation of color #DE28FA: hue angle of 292º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE28FA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 40 | 250 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.02 |
| HSL | 292º | 0.95% | 0.57% | - |
| HSV(B) | 292º | 0.84% | 0.98% | - |
| XYZ | 48.14 | 23.95 | 92.53 | - |
| YUV | 118.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 250 | 0.11 | 0.84 | 0 | 0.02 | 292 | 0.95 | 0.57 |
| Hex | DE | 28 | FA | B | 54 | 0 | 2 | 124 | 5F | 39 |
| Octal | 336 | 50 | 372 | 13 | 124 | 0 | 2 | 444 | 137 | 71 |
| Binary | 11011110 | 101000 | 11111010 | 1011 | 1010100 | 0 | 10 | 100100100 | 1011111 | 111001 |
Color Harmonies of #DE28FA
Complementary color
Monochromatic Colors of #DE28FA
Black with #DE28FA
Text Example
Text Example
White with #DE28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28FA; }
p { color: rgb(222,40,250); }
H1.HeaderClassName
{
color: #DE28FA;
}
.AnyTagClassName
{
color: #DE28FA;
}
</style>
background-color css
<style>
a { background-color: #DE28FA; }
a { background-color: rgb(222,40,250); }
div.DivClassName
{
background-color: #DE28FA;
}
.BgClassName
{
background-color: #DE28FA;
}
</style>
border-color css
<style>
span { border-color: #DE28FA; }
span { border-color: rgb(222,40,250); }
td.TdClassName
{
border-color: #DE28FA;
}
.TagClassName
{
border-color: #DE28FA;
}
</style>