Shades of Psychedelic Purple #DC1EFA
Tints of Psychedelic Purple #DC1EFA
RGB
CMYK
RGB Variations
Color information
#DC1EFA (or 0xDC1EFA) is known color: Psychedelic Purple. HEX triplet: DC, 1E and FA. RGB value is (220,30,250). Sum of RGB (Red+Green+Blue) = 220+30+250=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC1EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1EFA is #23E105. Grayscale: #6F6F6F. Windows color (decimal): -2351366 or 16391900. OLE color: 16391900.
HSL color Cylindrical-coordinate representation of color #DC1EFA: hue angle of 291.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1EFA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 30 | 250 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.02 |
| HSL | 291.82º | 0.96% | 0.55% | - |
| HSV(B) | 291.82º | 0.88% | 0.98% | - |
| XYZ | 47.23 | 23.05 | 92.4 | - |
| YUV | 111.89 | 205.95 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 250 | 0.12 | 0.88 | 0 | 0.02 | 291.82 | 0.96 | 0.55 |
| Hex | DC | 1E | FA | C | 58 | 0 | 2 | 124 | 60 | 37 |
| Octal | 334 | 36 | 372 | 14 | 130 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011100 | 11110 | 11111010 | 1100 | 1011000 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DC1EFA
Complementary color
Monochromatic Colors of #DC1EFA
Black with #DC1EFA
Text Example
Text Example
White with #DC1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EFA; }
p { color: rgb(220,30,250); }
H1.HeaderClassName
{
color: #DC1EFA;
}
.AnyTagClassName
{
color: #DC1EFA;
}
</style>
background-color css
<style>
a { background-color: #DC1EFA; }
a { background-color: rgb(220,30,250); }
div.DivClassName
{
background-color: #DC1EFA;
}
.BgClassName
{
background-color: #DC1EFA;
}
</style>
border-color css
<style>
span { border-color: #DC1EFA; }
span { border-color: rgb(220,30,250); }
td.TdClassName
{
border-color: #DC1EFA;
}
.TagClassName
{
border-color: #DC1EFA;
}
</style>