Shades of Psychedelic Purple #DC2EFE
Tints of Psychedelic Purple #DC2EFE
RGB
CMYK
RGB Variations
Color information
#DC2EFE (or 0xDC2EFE) is known color: Psychedelic Purple. HEX triplet: DC, 2E and FE. RGB value is (220,46,254). Sum of RGB (Red+Green+Blue) = 220+46+254=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2EFE is #23D101. Grayscale: #797979. Windows color (decimal): -2347266 or 16658140. OLE color: 16658140.
HSL color Cylindrical-coordinate representation of color #DC2EFE: hue angle of 290.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2EFE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 46 | 254 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.00 |
| HSL | 290.19º | 0.99% | 0.59% | - |
| HSV(B) | 290.19º | 0.82% | 1% | - |
| XYZ | 48.38 | 24.33 | 95.91 | - |
| YUV | 121.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 254 | 0.13 | 0.82 | 0 | 0.00 | 290.19 | 0.99 | 0.59 |
| Hex | DC | 2E | FE | D | 52 | 0 | 0 | 122 | 63 | 3B |
| Octal | 334 | 56 | 376 | 15 | 122 | 0 | 0 | 442 | 143 | 73 |
| Binary | 11011100 | 101110 | 11111110 | 1101 | 1010010 | 0 | 0 | 100100010 | 1100011 | 111011 |
Color Harmonies of #DC2EFE
Complementary color
Monochromatic Colors of #DC2EFE
Black with #DC2EFE
Text Example
Text Example
White with #DC2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EFE; }
p { color: rgb(220,46,254); }
H1.HeaderClassName
{
color: #DC2EFE;
}
.AnyTagClassName
{
color: #DC2EFE;
}
</style>
background-color css
<style>
a { background-color: #DC2EFE; }
a { background-color: rgb(220,46,254); }
div.DivClassName
{
background-color: #DC2EFE;
}
.BgClassName
{
background-color: #DC2EFE;
}
</style>
border-color css
<style>
span { border-color: #DC2EFE; }
span { border-color: rgb(220,46,254); }
td.TdClassName
{
border-color: #DC2EFE;
}
.TagClassName
{
border-color: #DC2EFE;
}
</style>