Shades of Psychedelic Purple #DC31FC
Tints of Psychedelic Purple #DC31FC
RGB
CMYK
RGB Variations
Color information
#DC31FC (or 0xDC31FC) is known color: Psychedelic Purple. HEX triplet: DC, 31 and FC. RGB value is (220,49,252). Sum of RGB (Red+Green+Blue) = 220+49+252=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 49 (19.53% from 255 or 9.40% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC31FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC31FC is #23CE03. Grayscale: #7A7A7A. Windows color (decimal): -2346500 or 16527836. OLE color: 16527836.
HSL color Cylindrical-coordinate representation of color #DC31FC: hue angle of 290.54º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC31FC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 49 | 252 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.01 |
| HSL | 290.54º | 0.97% | 0.59% | - |
| HSV(B) | 290.54º | 0.81% | 0.99% | - |
| XYZ | 48.18 | 24.44 | 94.27 | - |
| YUV | 123.27 | 200.65 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 252 | 0.13 | 0.81 | 0 | 0.01 | 290.54 | 0.97 | 0.59 |
| Hex | DC | 31 | FC | D | 51 | 0 | 1 | 123 | 61 | 3B |
| Octal | 334 | 61 | 374 | 15 | 121 | 0 | 1 | 443 | 141 | 73 |
| Binary | 11011100 | 110001 | 11111100 | 1101 | 1010001 | 0 | 1 | 100100011 | 1100001 | 111011 |
Color Harmonies of #DC31FC
Complementary color
Monochromatic Colors of #DC31FC
Black with #DC31FC
Text Example
Text Example
White with #DC31FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31FC; }
p { color: rgb(220,49,252); }
H1.HeaderClassName
{
color: #DC31FC;
}
.AnyTagClassName
{
color: #DC31FC;
}
</style>
background-color css
<style>
a { background-color: #DC31FC; }
a { background-color: rgb(220,49,252); }
div.DivClassName
{
background-color: #DC31FC;
}
.BgClassName
{
background-color: #DC31FC;
}
</style>
border-color css
<style>
span { border-color: #DC31FC; }
span { border-color: rgb(220,49,252); }
td.TdClassName
{
border-color: #DC31FC;
}
.TagClassName
{
border-color: #DC31FC;
}
</style>