Shades of Psychedelic Purple #DC20EE
Tints of Psychedelic Purple #DC20EE
RGB
CMYK
RGB Variations
Color information
#DC20EE (or 0xDC20EE) is known color: Psychedelic Purple. HEX triplet: DC, 20 and EE. RGB value is (220,32,238). Sum of RGB (Red+Green+Blue) = 220+32+238=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20EE is #23DF11. Grayscale: #6F6F6F. Windows color (decimal): -2350866 or 15605980. OLE color: 15605980.
HSL color Cylindrical-coordinate representation of color #DC20EE: hue angle of 294.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC20EE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 32 | 238 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.07 |
| HSL | 294.76º | 0.86% | 0.53% | - |
| HSV(B) | 294.76º | 0.87% | 0.93% | - |
| XYZ | 45.46 | 22.42 | 82.82 | - |
| YUV | 111.7 | 199.28 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 238 | 0.08 | 0.87 | 0 | 0.07 | 294.76 | 0.86 | 0.53 |
| Hex | DC | 20 | EE | 8 | 57 | 0 | 7 | 127 | 56 | 35 |
| Octal | 334 | 40 | 356 | 10 | 127 | 0 | 7 | 447 | 126 | 65 |
| Binary | 11011100 | 100000 | 11101110 | 1000 | 1010111 | 0 | 111 | 100100111 | 1010110 | 110101 |
Color Harmonies of #DC20EE
Complementary color
Monochromatic Colors of #DC20EE
Black with #DC20EE
Text Example
Text Example
White with #DC20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20EE; }
p { color: rgb(220,32,238); }
H1.HeaderClassName
{
color: #DC20EE;
}
.AnyTagClassName
{
color: #DC20EE;
}
</style>
background-color css
<style>
a { background-color: #DC20EE; }
a { background-color: rgb(220,32,238); }
div.DivClassName
{
background-color: #DC20EE;
}
.BgClassName
{
background-color: #DC20EE;
}
</style>
border-color css
<style>
span { border-color: #DC20EE; }
span { border-color: rgb(220,32,238); }
td.TdClassName
{
border-color: #DC20EE;
}
.TagClassName
{
border-color: #DC20EE;
}
</style>