Shades of Psychedelic Purple #DC2FEF
Tints of Psychedelic Purple #DC2FEF
RGB
CMYK
RGB Variations
Color information
#DC2FEF (or 0xDC2FEF) is known color: Psychedelic Purple. HEX triplet: DC, 2F and EF. RGB value is (220,47,239). Sum of RGB (Red+Green+Blue) = 220+47+239=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2FEF is #23D010. Grayscale: #787878. Windows color (decimal): -2347025 or 15675356. OLE color: 15675356.
HSL color Cylindrical-coordinate representation of color #DC2FEF: hue angle of 294.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2FEF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 47 | 239 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.06 |
| HSL | 294.06º | 0.86% | 0.56% | - |
| HSV(B) | 294.06º | 0.8% | 0.94% | - |
| XYZ | 46.11 | 23.48 | 83.76 | - |
| YUV | 120.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 239 | 0.08 | 0.80 | 0 | 0.06 | 294.06 | 0.86 | 0.56 |
| Hex | DC | 2F | EF | 8 | 50 | 0 | 6 | 126 | 56 | 38 |
| Octal | 334 | 57 | 357 | 10 | 120 | 0 | 6 | 446 | 126 | 70 |
| Binary | 11011100 | 101111 | 11101111 | 1000 | 1010000 | 0 | 110 | 100100110 | 1010110 | 111000 |
Color Harmonies of #DC2FEF
Complementary color
Monochromatic Colors of #DC2FEF
Black with #DC2FEF
Text Example
Text Example
White with #DC2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FEF; }
p { color: rgb(220,47,239); }
H1.HeaderClassName
{
color: #DC2FEF;
}
.AnyTagClassName
{
color: #DC2FEF;
}
</style>
background-color css
<style>
a { background-color: #DC2FEF; }
a { background-color: rgb(220,47,239); }
div.DivClassName
{
background-color: #DC2FEF;
}
.BgClassName
{
background-color: #DC2FEF;
}
</style>
border-color css
<style>
span { border-color: #DC2FEF; }
span { border-color: rgb(220,47,239); }
td.TdClassName
{
border-color: #DC2FEF;
}
.TagClassName
{
border-color: #DC2FEF;
}
</style>