Shades of Psychedelic Purple #DE0FFB
Tints of Psychedelic Purple #DE0FFB
RGB
CMYK
RGB Variations
Color information
#DE0FFB (or 0xDE0FFB) is known color: Psychedelic Purple. HEX triplet: DE, 0F and FB. RGB value is (222,15,251). Sum of RGB (Red+Green+Blue) = 222+15+251=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DE0FFB is #21F004. Grayscale: #676767. Windows color (decimal): -2224133 or 16453598. OLE color: 16453598.
HSL color Cylindrical-coordinate representation of color #DE0FFB: hue angle of 292.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0FFB is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 15 | 251 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.02 |
| HSL | 292.63º | 0.97% | 0.52% | - |
| HSV(B) | 292.63º | 0.94% | 0.98% | - |
| XYZ | 47.71 | 22.84 | 93.16 | - |
| YUV | 103.8 | 211.08 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 251 | 0.12 | 0.94 | 0 | 0.02 | 292.63 | 0.97 | 0.52 |
| Hex | DE | F | FB | C | 5E | 0 | 2 | 125 | 61 | 34 |
| Octal | 336 | 17 | 373 | 14 | 136 | 0 | 2 | 445 | 141 | 64 |
| Binary | 11011110 | 1111 | 11111011 | 1100 | 1011110 | 0 | 10 | 100100101 | 1100001 | 110100 |
Color Harmonies of #DE0FFB
Complementary color
Monochromatic Colors of #DE0FFB
Black with #DE0FFB
Text Example
Text Example
White with #DE0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FFB; }
p { color: rgb(222,15,251); }
H1.HeaderClassName
{
color: #DE0FFB;
}
.AnyTagClassName
{
color: #DE0FFB;
}
</style>
background-color css
<style>
a { background-color: #DE0FFB; }
a { background-color: rgb(222,15,251); }
div.DivClassName
{
background-color: #DE0FFB;
}
.BgClassName
{
background-color: #DE0FFB;
}
</style>
border-color css
<style>
span { border-color: #DE0FFB; }
span { border-color: rgb(222,15,251); }
td.TdClassName
{
border-color: #DE0FFB;
}
.TagClassName
{
border-color: #DE0FFB;
}
</style>