Shades of Psychedelic Purple #DC2EF2
Tints of Psychedelic Purple #DC2EF2
RGB
CMYK
RGB Variations
Color information
#DC2EF2 (or 0xDC2EF2) is known color: Psychedelic Purple. HEX triplet: DC, 2E and F2. RGB value is (220,46,242). Sum of RGB (Red+Green+Blue) = 220+46+242=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC2EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2EF2 is #23D10D. Grayscale: #777777. Windows color (decimal): -2347278 or 15871708. OLE color: 15871708.
HSL color Cylindrical-coordinate representation of color #DC2EF2: hue angle of 293.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2EF2 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 46 | 242 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.05 |
| HSL | 293.27º | 0.88% | 0.56% | - |
| HSV(B) | 293.27º | 0.81% | 0.95% | - |
| XYZ | 46.52 | 23.58 | 86.1 | - |
| YUV | 120.37 | 196.65 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 242 | 0.09 | 0.81 | 0 | 0.05 | 293.27 | 0.88 | 0.56 |
| Hex | DC | 2E | F2 | 9 | 51 | 0 | 5 | 125 | 58 | 38 |
| Octal | 334 | 56 | 362 | 11 | 121 | 0 | 5 | 445 | 130 | 70 |
| Binary | 11011100 | 101110 | 11110010 | 1001 | 1010001 | 0 | 101 | 100100101 | 1011000 | 111000 |
Color Harmonies of #DC2EF2
Complementary color
Monochromatic Colors of #DC2EF2
Black with #DC2EF2
Text Example
Text Example
White with #DC2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EF2; }
p { color: rgb(220,46,242); }
H1.HeaderClassName
{
color: #DC2EF2;
}
.AnyTagClassName
{
color: #DC2EF2;
}
</style>
background-color css
<style>
a { background-color: #DC2EF2; }
a { background-color: rgb(220,46,242); }
div.DivClassName
{
background-color: #DC2EF2;
}
.BgClassName
{
background-color: #DC2EF2;
}
</style>
border-color css
<style>
span { border-color: #DC2EF2; }
span { border-color: rgb(220,46,242); }
td.TdClassName
{
border-color: #DC2EF2;
}
.TagClassName
{
border-color: #DC2EF2;
}
</style>