Shades of Psychedelic Purple #DE1BFF
Tints of Psychedelic Purple #DE1BFF
RGB
CMYK
RGB Variations
Color information
#DE1BFF (or 0xDE1BFF) is known color: Psychedelic Purple. HEX triplet: DE, 1B and FF. RGB value is (222,27,255). Sum of RGB (Red+Green+Blue) = 222+27+255=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1BFF is #21E400. Grayscale: #6E6E6E. Windows color (decimal): -2221057 or 16718814. OLE color: 16718814.
HSL color Cylindrical-coordinate representation of color #DE1BFF: hue angle of 291.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1BFF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 27 | 255 | - |
| CMYK | 0.13 | 0.89 | 0 | 0 |
| HSL | 291.32º | 1% | 0.55% | - |
| HSV(B) | 291.32º | 0.89% | 1% | - |
| XYZ | 48.57 | 23.53 | 96.59 | - |
| YUV | 111.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 255 | 0.13 | 0.89 | 0 | 0 | 291.32 | 1 | 0.55 |
| Hex | DE | 1B | FF | D | 59 | 0 | 0 | 123 | 64 | 37 |
| Octal | 336 | 33 | 377 | 15 | 131 | 0 | 0 | 443 | 144 | 67 |
| Binary | 11011110 | 11011 | 11111111 | 1101 | 1011001 | 0 | 0 | 100100011 | 1100100 | 110111 |
Color Harmonies of #DE1BFF
Complementary color
Monochromatic Colors of #DE1BFF
Black with #DE1BFF
Text Example
Text Example
White with #DE1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1BFF; }
p { color: rgb(222,27,255); }
H1.HeaderClassName
{
color: #DE1BFF;
}
.AnyTagClassName
{
color: #DE1BFF;
}
</style>
background-color css
<style>
a { background-color: #DE1BFF; }
a { background-color: rgb(222,27,255); }
div.DivClassName
{
background-color: #DE1BFF;
}
.BgClassName
{
background-color: #DE1BFF;
}
</style>
border-color css
<style>
span { border-color: #DE1BFF; }
span { border-color: rgb(222,27,255); }
td.TdClassName
{
border-color: #DE1BFF;
}
.TagClassName
{
border-color: #DE1BFF;
}
</style>