Shades of Psychedelic Purple #DC2EFA
Tints of Psychedelic Purple #DC2EFA
RGB
CMYK
RGB Variations
Color information
#DC2EFA (or 0xDC2EFA) is known color: Psychedelic Purple. HEX triplet: DC, 2E and FA. RGB value is (220,46,250). Sum of RGB (Red+Green+Blue) = 220+46+250=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 46 (18.36% from 255 or 8.91% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2EFA is #23D105. Grayscale: #787878. Windows color (decimal): -2347270 or 16395996. OLE color: 16395996.
HSL color Cylindrical-coordinate representation of color #DC2EFA: hue angle of 291.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2EFA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 46 | 250 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.02 |
| HSL | 291.18º | 0.95% | 0.58% | - |
| HSV(B) | 291.18º | 0.82% | 0.98% | - |
| XYZ | 47.75 | 24.07 | 92.57 | - |
| YUV | 121.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 250 | 0.12 | 0.82 | 0 | 0.02 | 291.18 | 0.95 | 0.58 |
| Hex | DC | 2E | FA | C | 52 | 0 | 2 | 123 | 5F | 3A |
| Octal | 334 | 56 | 372 | 14 | 122 | 0 | 2 | 443 | 137 | 72 |
| Binary | 11011100 | 101110 | 11111010 | 1100 | 1010010 | 0 | 10 | 100100011 | 1011111 | 111010 |
Color Harmonies of #DC2EFA
Complementary color
Monochromatic Colors of #DC2EFA
Black with #DC2EFA
Text Example
Text Example
White with #DC2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EFA; }
p { color: rgb(220,46,250); }
H1.HeaderClassName
{
color: #DC2EFA;
}
.AnyTagClassName
{
color: #DC2EFA;
}
</style>
background-color css
<style>
a { background-color: #DC2EFA; }
a { background-color: rgb(220,46,250); }
div.DivClassName
{
background-color: #DC2EFA;
}
.BgClassName
{
background-color: #DC2EFA;
}
</style>
border-color css
<style>
span { border-color: #DC2EFA; }
span { border-color: rgb(220,46,250); }
td.TdClassName
{
border-color: #DC2EFA;
}
.TagClassName
{
border-color: #DC2EFA;
}
</style>