Shades of Psychedelic Purple #DC36FE
Tints of Psychedelic Purple #DC36FE
RGB
CMYK
RGB Variations
Color information
#DC36FE (or 0xDC36FE) is known color: Psychedelic Purple. HEX triplet: DC, 36 and FE. RGB value is (220,54,254). Sum of RGB (Red+Green+Blue) = 220+54+254=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 54 (21.48% from 255 or 10.23% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC36FE is #23C901. Grayscale: #7D7D7D. Windows color (decimal): -2345218 or 16660188. OLE color: 16660188.
HSL color Cylindrical-coordinate representation of color #DC36FE: hue angle of 289.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC36FE is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 54 | 254 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.00 |
| HSL | 289.8º | 0.99% | 0.6% | - |
| HSV(B) | 289.8º | 0.79% | 1% | - |
| XYZ | 48.72 | 25.01 | 96.03 | - |
| YUV | 126.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 254 | 0.13 | 0.79 | 0 | 0.00 | 289.8 | 0.99 | 0.6 |
| Hex | DC | 36 | FE | D | 4F | 0 | 0 | 122 | 63 | 3C |
| Octal | 334 | 66 | 376 | 15 | 117 | 0 | 0 | 442 | 143 | 74 |
| Binary | 11011100 | 110110 | 11111110 | 1101 | 1001111 | 0 | 0 | 100100010 | 1100011 | 111100 |
Color Harmonies of #DC36FE
Complementary color
Monochromatic Colors of #DC36FE
Black with #DC36FE
Text Example
Text Example
White with #DC36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36FE; }
p { color: rgb(220,54,254); }
H1.HeaderClassName
{
color: #DC36FE;
}
.AnyTagClassName
{
color: #DC36FE;
}
</style>
background-color css
<style>
a { background-color: #DC36FE; }
a { background-color: rgb(220,54,254); }
div.DivClassName
{
background-color: #DC36FE;
}
.BgClassName
{
background-color: #DC36FE;
}
</style>
border-color css
<style>
span { border-color: #DC36FE; }
span { border-color: rgb(220,54,254); }
td.TdClassName
{
border-color: #DC36FE;
}
.TagClassName
{
border-color: #DC36FE;
}
</style>