Shades of Psychedelic Purple #DE1CE6
Tints of Psychedelic Purple #DE1CE6
RGB
CMYK
RGB Variations
Color information
#DE1CE6 (or 0xDE1CE6) is known color: Psychedelic Purple. HEX triplet: DE, 1C and E6. RGB value is (222,28,230). Sum of RGB (Red+Green+Blue) = 222+28+230=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE1CE6 is #21E319. Grayscale: #6C6C6C. Windows color (decimal): -2220826 or 15080670. OLE color: 15080670.
HSL color Cylindrical-coordinate representation of color #DE1CE6: hue angle of 297.62º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1CE6 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 28 | 230 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.10 |
| HSL | 297.62º | 0.8% | 0.51% | - |
| HSV(B) | 297.62º | 0.88% | 0.9% | - |
| XYZ | 44.82 | 22.07 | 76.76 | - |
| YUV | 109.03 | 196.27 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 230 | 0.03 | 0.88 | 0 | 0.10 | 297.62 | 0.8 | 0.51 |
| Hex | DE | 1C | E6 | 3 | 58 | 0 | A | 12A | 50 | 33 |
| Octal | 336 | 34 | 346 | 3 | 130 | 0 | 12 | 452 | 120 | 63 |
| Binary | 11011110 | 11100 | 11100110 | 11 | 1011000 | 0 | 1010 | 100101010 | 1010000 | 110011 |
Color Harmonies of #DE1CE6
Complementary color
Monochromatic Colors of #DE1CE6
Black with #DE1CE6
Text Example
Text Example
White with #DE1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1CE6; }
p { color: rgb(222,28,230); }
H1.HeaderClassName
{
color: #DE1CE6;
}
.AnyTagClassName
{
color: #DE1CE6;
}
</style>
background-color css
<style>
a { background-color: #DE1CE6; }
a { background-color: rgb(222,28,230); }
div.DivClassName
{
background-color: #DE1CE6;
}
.BgClassName
{
background-color: #DE1CE6;
}
</style>
border-color css
<style>
span { border-color: #DE1CE6; }
span { border-color: rgb(222,28,230); }
td.TdClassName
{
border-color: #DE1CE6;
}
.TagClassName
{
border-color: #DE1CE6;
}
</style>