Shades of Psychedelic Purple #DC31F9
Tints of Psychedelic Purple #DC31F9
RGB
CMYK
RGB Variations
Color information
#DC31F9 (or 0xDC31F9) is known color: Psychedelic Purple. HEX triplet: DC, 31 and F9. RGB value is (220,49,249). Sum of RGB (Red+Green+Blue) = 220+49+249=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 49 (19.53% from 255 or 9.46% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC31F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC31F9 is #23CE06. Grayscale: #7A7A7A. Windows color (decimal): -2346503 or 16331228. OLE color: 16331228.
HSL color Cylindrical-coordinate representation of color #DC31F9: hue angle of 291.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC31F9 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 49 | 249 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.02 |
| HSL | 291.3º | 0.94% | 0.58% | - |
| HSV(B) | 291.3º | 0.8% | 0.98% | - |
| XYZ | 47.71 | 24.25 | 91.79 | - |
| YUV | 122.93 | 199.15 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 249 | 0.12 | 0.80 | 0 | 0.02 | 291.3 | 0.94 | 0.58 |
| Hex | DC | 31 | F9 | C | 50 | 0 | 2 | 123 | 5E | 3A |
| Octal | 334 | 61 | 371 | 14 | 120 | 0 | 2 | 443 | 136 | 72 |
| Binary | 11011100 | 110001 | 11111001 | 1100 | 1010000 | 0 | 10 | 100100011 | 1011110 | 111010 |
Color Harmonies of #DC31F9
Complementary color
Monochromatic Colors of #DC31F9
Black with #DC31F9
Text Example
Text Example
White with #DC31F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31F9; }
p { color: rgb(220,49,249); }
H1.HeaderClassName
{
color: #DC31F9;
}
.AnyTagClassName
{
color: #DC31F9;
}
</style>
background-color css
<style>
a { background-color: #DC31F9; }
a { background-color: rgb(220,49,249); }
div.DivClassName
{
background-color: #DC31F9;
}
.BgClassName
{
background-color: #DC31F9;
}
</style>
border-color css
<style>
span { border-color: #DC31F9; }
span { border-color: rgb(220,49,249); }
td.TdClassName
{
border-color: #DC31F9;
}
.TagClassName
{
border-color: #DC31F9;
}
</style>