Shades of Psychedelic Purple #DC31FE
Tints of Psychedelic Purple #DC31FE
RGB
CMYK
RGB Variations
Color information
#DC31FE (or 0xDC31FE) is known color: Psychedelic Purple. HEX triplet: DC, 31 and FE. RGB value is (220,49,254). Sum of RGB (Red+Green+Blue) = 220+49+254=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 49 (19.53% from 255 or 9.37% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC31FE is #23CE01. Grayscale: #7A7A7A. Windows color (decimal): -2346498 or 16658908. OLE color: 16658908.
HSL color Cylindrical-coordinate representation of color #DC31FE: hue angle of 290.05º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC31FE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 49 | 254 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.00 |
| HSL | 290.05º | 0.99% | 0.59% | - |
| HSV(B) | 290.05º | 0.81% | 1% | - |
| XYZ | 48.5 | 24.57 | 95.95 | - |
| YUV | 123.5 | 201.65 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 254 | 0.13 | 0.81 | 0 | 0.00 | 290.05 | 0.99 | 0.59 |
| Hex | DC | 31 | FE | D | 51 | 0 | 0 | 122 | 63 | 3B |
| Octal | 334 | 61 | 376 | 15 | 121 | 0 | 0 | 442 | 143 | 73 |
| Binary | 11011100 | 110001 | 11111110 | 1101 | 1010001 | 0 | 0 | 100100010 | 1100011 | 111011 |
Color Harmonies of #DC31FE
Complementary color
Monochromatic Colors of #DC31FE
Black with #DC31FE
Text Example
Text Example
White with #DC31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31FE; }
p { color: rgb(220,49,254); }
H1.HeaderClassName
{
color: #DC31FE;
}
.AnyTagClassName
{
color: #DC31FE;
}
</style>
background-color css
<style>
a { background-color: #DC31FE; }
a { background-color: rgb(220,49,254); }
div.DivClassName
{
background-color: #DC31FE;
}
.BgClassName
{
background-color: #DC31FE;
}
</style>
border-color css
<style>
span { border-color: #DC31FE; }
span { border-color: rgb(220,49,254); }
td.TdClassName
{
border-color: #DC31FE;
}
.TagClassName
{
border-color: #DC31FE;
}
</style>