Shades of Psychedelic Purple #DC31F6
Tints of Psychedelic Purple #DC31F6
RGB
CMYK
RGB Variations
Color information
#DC31F6 (or 0xDC31F6) is known color: Psychedelic Purple. HEX triplet: DC, 31 and F6. RGB value is (220,49,246). Sum of RGB (Red+Green+Blue) = 220+49+246=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC31F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC31F6 is #23CE09. Grayscale: #797979. Windows color (decimal): -2346506 or 16134620. OLE color: 16134620.
HSL color Cylindrical-coordinate representation of color #DC31F6: hue angle of 292.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC31F6 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 49 | 246 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.04 |
| HSL | 292.08º | 0.92% | 0.58% | - |
| HSV(B) | 292.08º | 0.8% | 0.96% | - |
| XYZ | 47.25 | 24.07 | 89.34 | - |
| YUV | 122.59 | 197.65 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 246 | 0.11 | 0.80 | 0 | 0.04 | 292.08 | 0.92 | 0.58 |
| Hex | DC | 31 | F6 | B | 50 | 0 | 4 | 124 | 5C | 3A |
| Octal | 334 | 61 | 366 | 13 | 120 | 0 | 4 | 444 | 134 | 72 |
| Binary | 11011100 | 110001 | 11110110 | 1011 | 1010000 | 0 | 100 | 100100100 | 1011100 | 111010 |
Color Harmonies of #DC31F6
Complementary color
Monochromatic Colors of #DC31F6
Black with #DC31F6
Text Example
Text Example
White with #DC31F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31F6; }
p { color: rgb(220,49,246); }
H1.HeaderClassName
{
color: #DC31F6;
}
.AnyTagClassName
{
color: #DC31F6;
}
</style>
background-color css
<style>
a { background-color: #DC31F6; }
a { background-color: rgb(220,49,246); }
div.DivClassName
{
background-color: #DC31F6;
}
.BgClassName
{
background-color: #DC31F6;
}
</style>
border-color css
<style>
span { border-color: #DC31F6; }
span { border-color: rgb(220,49,246); }
td.TdClassName
{
border-color: #DC31F6;
}
.TagClassName
{
border-color: #DC31F6;
}
</style>