Shades of Psychedelic Purple #DC37FE
Tints of Psychedelic Purple #DC37FE
RGB
CMYK
RGB Variations
Color information
#DC37FE (or 0xDC37FE) is known color: Psychedelic Purple. HEX triplet: DC, 37 and FE. RGB value is (220,55,254). Sum of RGB (Red+Green+Blue) = 220+55+254=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 55 (21.88% from 255 or 10.40% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC37FE is #23C801. Grayscale: #7E7E7E. Windows color (decimal): -2344962 or 16660444. OLE color: 16660444.
HSL color Cylindrical-coordinate representation of color #DC37FE: hue angle of 289.75º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC37FE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 55 | 254 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.00 |
| HSL | 289.75º | 0.99% | 0.61% | - |
| HSV(B) | 289.75º | 0.78% | 1% | - |
| XYZ | 48.77 | 25.1 | 96.04 | - |
| YUV | 127.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 254 | 0.13 | 0.78 | 0 | 0.00 | 289.75 | 0.99 | 0.61 |
| Hex | DC | 37 | FE | D | 4E | 0 | 0 | 122 | 63 | 3D |
| Octal | 334 | 67 | 376 | 15 | 116 | 0 | 0 | 442 | 143 | 75 |
| Binary | 11011100 | 110111 | 11111110 | 1101 | 1001110 | 0 | 0 | 100100010 | 1100011 | 111101 |
Color Harmonies of #DC37FE
Complementary color
Monochromatic Colors of #DC37FE
Black with #DC37FE
Text Example
Text Example
White with #DC37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC37FE; }
p { color: rgb(220,55,254); }
H1.HeaderClassName
{
color: #DC37FE;
}
.AnyTagClassName
{
color: #DC37FE;
}
</style>
background-color css
<style>
a { background-color: #DC37FE; }
a { background-color: rgb(220,55,254); }
div.DivClassName
{
background-color: #DC37FE;
}
.BgClassName
{
background-color: #DC37FE;
}
</style>
border-color css
<style>
span { border-color: #DC37FE; }
span { border-color: rgb(220,55,254); }
td.TdClassName
{
border-color: #DC37FE;
}
.TagClassName
{
border-color: #DC37FE;
}
</style>