Shades of Psychedelic Purple #DE30FF
Tints of Psychedelic Purple #DE30FF
RGB
CMYK
RGB Variations
Color information
#DE30FF (or 0xDE30FF) is known color: Psychedelic Purple. HEX triplet: DE, 30 and FF. RGB value is (222,48,255). Sum of RGB (Red+Green+Blue) = 222+48+255=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 48 (19.14% from 255 or 9.14% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE30FF is #21CF00. Grayscale: #7A7A7A. Windows color (decimal): -2215681 or 16724190. OLE color: 16724190.
HSL color Cylindrical-coordinate representation of color #DE30FF: hue angle of 290.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE30FF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 48 | 255 | - |
| CMYK | 0.13 | 0.81 | 0 | 0 |
| HSL | 290.43º | 1% | 0.59% | - |
| HSV(B) | 290.43º | 0.81% | 1% | - |
| XYZ | 49.23 | 24.86 | 96.81 | - |
| YUV | 123.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 255 | 0.13 | 0.81 | 0 | 0 | 290.43 | 1 | 0.59 |
| Hex | DE | 30 | FF | D | 51 | 0 | 0 | 122 | 64 | 3B |
| Octal | 336 | 60 | 377 | 15 | 121 | 0 | 0 | 442 | 144 | 73 |
| Binary | 11011110 | 110000 | 11111111 | 1101 | 1010001 | 0 | 0 | 100100010 | 1100100 | 111011 |
Color Harmonies of #DE30FF
Complementary color
Monochromatic Colors of #DE30FF
Black with #DE30FF
Text Example
Text Example
White with #DE30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE30FF; }
p { color: rgb(222,48,255); }
H1.HeaderClassName
{
color: #DE30FF;
}
.AnyTagClassName
{
color: #DE30FF;
}
</style>
background-color css
<style>
a { background-color: #DE30FF; }
a { background-color: rgb(222,48,255); }
div.DivClassName
{
background-color: #DE30FF;
}
.BgClassName
{
background-color: #DE30FF;
}
</style>
border-color css
<style>
span { border-color: #DE30FF; }
span { border-color: rgb(222,48,255); }
td.TdClassName
{
border-color: #DE30FF;
}
.TagClassName
{
border-color: #DE30FF;
}
</style>