Shades of Psychedelic Purple #DC20EB
Tints of Psychedelic Purple #DC20EB
RGB
CMYK
RGB Variations
Color information
#DC20EB (or 0xDC20EB) is known color: Psychedelic Purple. HEX triplet: DC, 20 and EB. RGB value is (220,32,235). Sum of RGB (Red+Green+Blue) = 220+32+235=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC20EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20EB is #23DF14. Grayscale: #6E6E6E. Windows color (decimal): -2350869 or 15409372. OLE color: 15409372.
HSL color Cylindrical-coordinate representation of color #DC20EB: hue angle of 295.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC20EB is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 32 | 235 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.08 |
| HSL | 295.57º | 0.84% | 0.52% | - |
| HSV(B) | 295.57º | 0.86% | 0.92% | - |
| XYZ | 45.03 | 22.25 | 80.52 | - |
| YUV | 111.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 235 | 0.06 | 0.86 | 0 | 0.08 | 295.57 | 0.84 | 0.52 |
| Hex | DC | 20 | EB | 6 | 56 | 0 | 8 | 128 | 54 | 34 |
| Octal | 334 | 40 | 353 | 6 | 126 | 0 | 10 | 450 | 124 | 64 |
| Binary | 11011100 | 100000 | 11101011 | 110 | 1010110 | 0 | 1000 | 100101000 | 1010100 | 110100 |
Color Harmonies of #DC20EB
Complementary color
Monochromatic Colors of #DC20EB
Black with #DC20EB
Text Example
Text Example
White with #DC20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20EB; }
p { color: rgb(220,32,235); }
H1.HeaderClassName
{
color: #DC20EB;
}
.AnyTagClassName
{
color: #DC20EB;
}
</style>
background-color css
<style>
a { background-color: #DC20EB; }
a { background-color: rgb(220,32,235); }
div.DivClassName
{
background-color: #DC20EB;
}
.BgClassName
{
background-color: #DC20EB;
}
</style>
border-color css
<style>
span { border-color: #DC20EB; }
span { border-color: rgb(220,32,235); }
td.TdClassName
{
border-color: #DC20EB;
}
.TagClassName
{
border-color: #DC20EB;
}
</style>