Shades of Psychedelic Purple #DC20ED
Tints of Psychedelic Purple #DC20ED
RGB
CMYK
RGB Variations
Color information
#DC20ED (or 0xDC20ED) is known color: Psychedelic Purple. HEX triplet: DC, 20 and ED. RGB value is (220,32,237). Sum of RGB (Red+Green+Blue) = 220+32+237=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20ED is #23DF12. Grayscale: #6E6E6E. Windows color (decimal): -2350867 or 15540444. OLE color: 15540444.
HSL color Cylindrical-coordinate representation of color #DC20ED: hue angle of 295.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC20ED is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 32 | 237 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.07 |
| HSL | 295.02º | 0.85% | 0.53% | - |
| HSV(B) | 295.02º | 0.86% | 0.93% | - |
| XYZ | 45.32 | 22.36 | 82.05 | - |
| YUV | 111.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 237 | 0.07 | 0.86 | 0 | 0.07 | 295.02 | 0.85 | 0.53 |
| Hex | DC | 20 | ED | 7 | 56 | 0 | 7 | 127 | 55 | 35 |
| Octal | 334 | 40 | 355 | 7 | 126 | 0 | 7 | 447 | 125 | 65 |
| Binary | 11011100 | 100000 | 11101101 | 111 | 1010110 | 0 | 111 | 100100111 | 1010101 | 110101 |
Color Harmonies of #DC20ED
Complementary color
Monochromatic Colors of #DC20ED
Black with #DC20ED
Text Example
Text Example
White with #DC20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20ED; }
p { color: rgb(220,32,237); }
H1.HeaderClassName
{
color: #DC20ED;
}
.AnyTagClassName
{
color: #DC20ED;
}
</style>
background-color css
<style>
a { background-color: #DC20ED; }
a { background-color: rgb(220,32,237); }
div.DivClassName
{
background-color: #DC20ED;
}
.BgClassName
{
background-color: #DC20ED;
}
</style>
border-color css
<style>
span { border-color: #DC20ED; }
span { border-color: rgb(220,32,237); }
td.TdClassName
{
border-color: #DC20ED;
}
.TagClassName
{
border-color: #DC20ED;
}
</style>