Shades of Psychedelic Purple #DC2EF6
Tints of Psychedelic Purple #DC2EF6
RGB
CMYK
RGB Variations
Color information
#DC2EF6 (or 0xDC2EF6) is known color: Psychedelic Purple. HEX triplet: DC, 2E and F6. RGB value is (220,46,246). Sum of RGB (Red+Green+Blue) = 220+46+246=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 46 (18.36% from 255 or 8.98% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC2EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2EF6 is #23D109. Grayscale: #787878. Windows color (decimal): -2347274 or 16133852. OLE color: 16133852.
HSL color Cylindrical-coordinate representation of color #DC2EF6: hue angle of 292.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2EF6 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 46 | 246 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.04 |
| HSL | 292.2º | 0.92% | 0.57% | - |
| HSV(B) | 292.2º | 0.81% | 0.96% | - |
| XYZ | 47.13 | 23.82 | 89.3 | - |
| YUV | 120.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 246 | 0.11 | 0.81 | 0 | 0.04 | 292.2 | 0.92 | 0.57 |
| Hex | DC | 2E | F6 | B | 51 | 0 | 4 | 124 | 5C | 39 |
| Octal | 334 | 56 | 366 | 13 | 121 | 0 | 4 | 444 | 134 | 71 |
| Binary | 11011100 | 101110 | 11110110 | 1011 | 1010001 | 0 | 100 | 100100100 | 1011100 | 111001 |
Color Harmonies of #DC2EF6
Complementary color
Monochromatic Colors of #DC2EF6
Black with #DC2EF6
Text Example
Text Example
White with #DC2EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2EF6; }
p { color: rgb(220,46,246); }
H1.HeaderClassName
{
color: #DC2EF6;
}
.AnyTagClassName
{
color: #DC2EF6;
}
</style>
background-color css
<style>
a { background-color: #DC2EF6; }
a { background-color: rgb(220,46,246); }
div.DivClassName
{
background-color: #DC2EF6;
}
.BgClassName
{
background-color: #DC2EF6;
}
</style>
border-color css
<style>
span { border-color: #DC2EF6; }
span { border-color: rgb(220,46,246); }
td.TdClassName
{
border-color: #DC2EF6;
}
.TagClassName
{
border-color: #DC2EF6;
}
</style>