Shades of Psychedelic Purple #DC2CEF
Tints of Psychedelic Purple #DC2CEF
RGB
CMYK
RGB Variations
Color information
#DC2CEF (or 0xDC2CEF) is known color: Psychedelic Purple. HEX triplet: DC, 2C and EF. RGB value is (220,44,239). Sum of RGB (Red+Green+Blue) = 220+44+239=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 44 (17.58% from 255 or 8.75% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CEF is #23D310. Grayscale: #767676. Windows color (decimal): -2347793 or 15674588. OLE color: 15674588.
HSL color Cylindrical-coordinate representation of color #DC2CEF: hue angle of 294.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2CEF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 44 | 239 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.06 |
| HSL | 294.15º | 0.86% | 0.55% | - |
| HSV(B) | 294.15º | 0.82% | 0.94% | - |
| XYZ | 46 | 23.25 | 83.72 | - |
| YUV | 118.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 239 | 0.08 | 0.82 | 0 | 0.06 | 294.15 | 0.86 | 0.55 |
| Hex | DC | 2C | EF | 8 | 52 | 0 | 6 | 126 | 56 | 37 |
| Octal | 334 | 54 | 357 | 10 | 122 | 0 | 6 | 446 | 126 | 67 |
| Binary | 11011100 | 101100 | 11101111 | 1000 | 1010010 | 0 | 110 | 100100110 | 1010110 | 110111 |
Color Harmonies of #DC2CEF
Complementary color
Monochromatic Colors of #DC2CEF
Black with #DC2CEF
Text Example
Text Example
White with #DC2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CEF; }
p { color: rgb(220,44,239); }
H1.HeaderClassName
{
color: #DC2CEF;
}
.AnyTagClassName
{
color: #DC2CEF;
}
</style>
background-color css
<style>
a { background-color: #DC2CEF; }
a { background-color: rgb(220,44,239); }
div.DivClassName
{
background-color: #DC2CEF;
}
.BgClassName
{
background-color: #DC2CEF;
}
</style>
border-color css
<style>
span { border-color: #DC2CEF; }
span { border-color: rgb(220,44,239); }
td.TdClassName
{
border-color: #DC2CEF;
}
.TagClassName
{
border-color: #DC2CEF;
}
</style>