Shades of Psychedelic Purple #DE30FA
Tints of Psychedelic Purple #DE30FA
RGB
CMYK
RGB Variations
Color information
#DE30FA (or 0xDE30FA) is known color: Psychedelic Purple. HEX triplet: DE, 30 and FA. RGB value is (222,48,250). Sum of RGB (Red+Green+Blue) = 222+48+250=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE30FA is #21CF05. Grayscale: #7A7A7A. Windows color (decimal): -2215686 or 16396510. OLE color: 16396510.
HSL color Cylindrical-coordinate representation of color #DE30FA: hue angle of 291.68º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE30FA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 48 | 250 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.02 |
| HSL | 291.68º | 0.95% | 0.58% | - |
| HSV(B) | 291.68º | 0.81% | 0.98% | - |
| XYZ | 48.44 | 24.55 | 92.63 | - |
| YUV | 123.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 250 | 0.11 | 0.81 | 0 | 0.02 | 291.68 | 0.95 | 0.58 |
| Hex | DE | 30 | FA | B | 51 | 0 | 2 | 124 | 5F | 3A |
| Octal | 336 | 60 | 372 | 13 | 121 | 0 | 2 | 444 | 137 | 72 |
| Binary | 11011110 | 110000 | 11111010 | 1011 | 1010001 | 0 | 10 | 100100100 | 1011111 | 111010 |
Color Harmonies of #DE30FA
Complementary color
Monochromatic Colors of #DE30FA
Black with #DE30FA
Text Example
Text Example
White with #DE30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE30FA; }
p { color: rgb(222,48,250); }
H1.HeaderClassName
{
color: #DE30FA;
}
.AnyTagClassName
{
color: #DE30FA;
}
</style>
background-color css
<style>
a { background-color: #DE30FA; }
a { background-color: rgb(222,48,250); }
div.DivClassName
{
background-color: #DE30FA;
}
.BgClassName
{
background-color: #DE30FA;
}
</style>
border-color css
<style>
span { border-color: #DE30FA; }
span { border-color: rgb(222,48,250); }
td.TdClassName
{
border-color: #DE30FA;
}
.TagClassName
{
border-color: #DE30FA;
}
</style>