Shades of Psychedelic Purple #DC00E5
Tints of Psychedelic Purple #DC00E5
RGB
CMYK
RGB Variations
Color information
#DC00E5 (or 0xDC00E5) is known color: Psychedelic Purple. HEX triplet: DC, 00 and E5. RGB value is (220,0,229). Sum of RGB (Red+Green+Blue) = 220+0+229=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC00E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC00E5 is #23FF1A. Grayscale: #5B5B5B. Windows color (decimal): -2359067 or 15007964. OLE color: 15007964.
HSL color Cylindrical-coordinate representation of color #DC00E5: hue angle of 297.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00E5 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 0 | 229 | - |
| CMYK | 0.04 | 1 | 0 | 0.10 |
| HSL | 297.64º | 1% | 0.45% | - |
| HSV(B) | 297.64º | 1% | 0.9% | - |
| XYZ | 43.66 | 20.87 | 75.86 | - |
| YUV | 91.89 | 205.39 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 229 | 0.04 | 1 | 0 | 0.10 | 297.64 | 1 | 0.45 |
| Hex | DC | 0 | E5 | 4 | 64 | 0 | A | 12A | 64 | 2D |
| Octal | 334 | 0 | 345 | 4 | 144 | 0 | 12 | 452 | 144 | 55 |
| Binary | 11011100 | 0 | 11100101 | 100 | 1100100 | 0 | 1010 | 100101010 | 1100100 | 101101 |
Color Harmonies of #DC00E5
Complementary color
Monochromatic Colors of #DC00E5
Black with #DC00E5
Text Example
Text Example
White with #DC00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00E5; }
p { color: rgb(220,0,229); }
H1.HeaderClassName
{
color: #DC00E5;
}
.AnyTagClassName
{
color: #DC00E5;
}
</style>
background-color css
<style>
a { background-color: #DC00E5; }
a { background-color: rgb(220,0,229); }
div.DivClassName
{
background-color: #DC00E5;
}
.BgClassName
{
background-color: #DC00E5;
}
</style>
border-color css
<style>
span { border-color: #DC00E5; }
span { border-color: rgb(220,0,229); }
td.TdClassName
{
border-color: #DC00E5;
}
.TagClassName
{
border-color: #DC00E5;
}
</style>