Shades of Psychedelic Purple #DE1CFB
Tints of Psychedelic Purple #DE1CFB
RGB
CMYK
RGB Variations
Color information
#DE1CFB (or 0xDE1CFB) is known color: Psychedelic Purple. HEX triplet: DE, 1C and FB. RGB value is (222,28,251). Sum of RGB (Red+Green+Blue) = 222+28+251=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE1CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1CFB is #21E304. Grayscale: #6E6E6E. Windows color (decimal): -2220805 or 16456926. OLE color: 16456926.
HSL color Cylindrical-coordinate representation of color #DE1CFB: hue angle of 292.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1CFB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 28 | 251 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.02 |
| HSL | 292.2º | 0.97% | 0.55% | - |
| HSV(B) | 292.2º | 0.89% | 0.98% | - |
| XYZ | 47.95 | 23.33 | 93.24 | - |
| YUV | 111.43 | 206.77 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 251 | 0.12 | 0.89 | 0 | 0.02 | 292.2 | 0.97 | 0.55 |
| Hex | DE | 1C | FB | C | 59 | 0 | 2 | 124 | 61 | 37 |
| Octal | 336 | 34 | 373 | 14 | 131 | 0 | 2 | 444 | 141 | 67 |
| Binary | 11011110 | 11100 | 11111011 | 1100 | 1011001 | 0 | 10 | 100100100 | 1100001 | 110111 |
Color Harmonies of #DE1CFB
Complementary color
Monochromatic Colors of #DE1CFB
Black with #DE1CFB
Text Example
Text Example
White with #DE1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1CFB; }
p { color: rgb(222,28,251); }
H1.HeaderClassName
{
color: #DE1CFB;
}
.AnyTagClassName
{
color: #DE1CFB;
}
</style>
background-color css
<style>
a { background-color: #DE1CFB; }
a { background-color: rgb(222,28,251); }
div.DivClassName
{
background-color: #DE1CFB;
}
.BgClassName
{
background-color: #DE1CFB;
}
</style>
border-color css
<style>
span { border-color: #DE1CFB; }
span { border-color: rgb(222,28,251); }
td.TdClassName
{
border-color: #DE1CFB;
}
.TagClassName
{
border-color: #DE1CFB;
}
</style>