Shades of Psychedelic Purple #DC22EA
Tints of Psychedelic Purple #DC22EA
RGB
CMYK
RGB Variations
Color information
#DC22EA (or 0xDC22EA) is known color: Psychedelic Purple. HEX triplet: DC, 22 and EA. RGB value is (220,34,234). Sum of RGB (Red+Green+Blue) = 220+34+234=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC22EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC22EA is #23DD15. Grayscale: #6F6F6F. Windows color (decimal): -2350358 or 15344348. OLE color: 15344348.
HSL color Cylindrical-coordinate representation of color #DC22EA: hue angle of 295.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC22EA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 34 | 234 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.08 |
| HSL | 295.8º | 0.83% | 0.53% | - |
| HSV(B) | 295.8º | 0.85% | 0.92% | - |
| XYZ | 44.94 | 22.3 | 79.78 | - |
| YUV | 112.41 | 196.62 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 234 | 0.06 | 0.85 | 0 | 0.08 | 295.8 | 0.83 | 0.53 |
| Hex | DC | 22 | EA | 6 | 55 | 0 | 8 | 128 | 53 | 35 |
| Octal | 334 | 42 | 352 | 6 | 125 | 0 | 10 | 450 | 123 | 65 |
| Binary | 11011100 | 100010 | 11101010 | 110 | 1010101 | 0 | 1000 | 100101000 | 1010011 | 110101 |
Color Harmonies of #DC22EA
Complementary color
Monochromatic Colors of #DC22EA
Black with #DC22EA
Text Example
Text Example
White with #DC22EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22EA; }
p { color: rgb(220,34,234); }
H1.HeaderClassName
{
color: #DC22EA;
}
.AnyTagClassName
{
color: #DC22EA;
}
</style>
background-color css
<style>
a { background-color: #DC22EA; }
a { background-color: rgb(220,34,234); }
div.DivClassName
{
background-color: #DC22EA;
}
.BgClassName
{
background-color: #DC22EA;
}
</style>
border-color css
<style>
span { border-color: #DC22EA; }
span { border-color: rgb(220,34,234); }
td.TdClassName
{
border-color: #DC22EA;
}
.TagClassName
{
border-color: #DC22EA;
}
</style>