Shades of Psychedelic Purple #DC22E9
Tints of Psychedelic Purple #DC22E9
RGB
CMYK
RGB Variations
Color information
#DC22E9 (or 0xDC22E9) is known color: Psychedelic Purple. HEX triplet: DC, 22 and E9. RGB value is (220,34,233). Sum of RGB (Red+Green+Blue) = 220+34+233=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 34 (13.67% from 255 or 6.98% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC22E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC22E9 is #23DD16. Grayscale: #6F6F6F. Windows color (decimal): -2350359 or 15278812. OLE color: 15278812.
HSL color Cylindrical-coordinate representation of color #DC22E9: hue angle of 296.08º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC22E9 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 34 | 233 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.09 |
| HSL | 296.08º | 0.82% | 0.52% | - |
| HSV(B) | 296.08º | 0.85% | 0.91% | - |
| XYZ | 44.8 | 22.24 | 79.02 | - |
| YUV | 112.3 | 196.12 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 233 | 0.06 | 0.85 | 0 | 0.09 | 296.08 | 0.82 | 0.52 |
| Hex | DC | 22 | E9 | 6 | 55 | 0 | 9 | 128 | 52 | 34 |
| Octal | 334 | 42 | 351 | 6 | 125 | 0 | 11 | 450 | 122 | 64 |
| Binary | 11011100 | 100010 | 11101001 | 110 | 1010101 | 0 | 1001 | 100101000 | 1010010 | 110100 |
Color Harmonies of #DC22E9
Complementary color
Monochromatic Colors of #DC22E9
Black with #DC22E9
Text Example
Text Example
White with #DC22E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22E9; }
p { color: rgb(220,34,233); }
H1.HeaderClassName
{
color: #DC22E9;
}
.AnyTagClassName
{
color: #DC22E9;
}
</style>
background-color css
<style>
a { background-color: #DC22E9; }
a { background-color: rgb(220,34,233); }
div.DivClassName
{
background-color: #DC22E9;
}
.BgClassName
{
background-color: #DC22E9;
}
</style>
border-color css
<style>
span { border-color: #DC22E9; }
span { border-color: rgb(220,34,233); }
td.TdClassName
{
border-color: #DC22E9;
}
.TagClassName
{
border-color: #DC22E9;
}
</style>