Shades of Psychedelic Purple #DC20F1
Tints of Psychedelic Purple #DC20F1
RGB
CMYK
RGB Variations
Color information
#DC20F1 (or 0xDC20F1) is known color: Psychedelic Purple. HEX triplet: DC, 20 and F1. RGB value is (220,32,241). Sum of RGB (Red+Green+Blue) = 220+32+241=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20F1 is #23DF0E. Grayscale: #6F6F6F. Windows color (decimal): -2350863 or 15802588. OLE color: 15802588.
HSL color Cylindrical-coordinate representation of color #DC20F1: hue angle of 293.97º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC20F1 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 32 | 241 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.05 |
| HSL | 293.97º | 0.88% | 0.54% | - |
| HSV(B) | 293.97º | 0.87% | 0.95% | - |
| XYZ | 45.91 | 22.6 | 85.16 | - |
| YUV | 112.04 | 200.78 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 241 | 0.09 | 0.87 | 0 | 0.05 | 293.97 | 0.88 | 0.54 |
| Hex | DC | 20 | F1 | 9 | 57 | 0 | 5 | 126 | 58 | 36 |
| Octal | 334 | 40 | 361 | 11 | 127 | 0 | 5 | 446 | 130 | 66 |
| Binary | 11011100 | 100000 | 11110001 | 1001 | 1010111 | 0 | 101 | 100100110 | 1011000 | 110110 |
Color Harmonies of #DC20F1
Complementary color
Monochromatic Colors of #DC20F1
Black with #DC20F1
Text Example
Text Example
White with #DC20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20F1; }
p { color: rgb(220,32,241); }
H1.HeaderClassName
{
color: #DC20F1;
}
.AnyTagClassName
{
color: #DC20F1;
}
</style>
background-color css
<style>
a { background-color: #DC20F1; }
a { background-color: rgb(220,32,241); }
div.DivClassName
{
background-color: #DC20F1;
}
.BgClassName
{
background-color: #DC20F1;
}
</style>
border-color css
<style>
span { border-color: #DC20F1; }
span { border-color: rgb(220,32,241); }
td.TdClassName
{
border-color: #DC20F1;
}
.TagClassName
{
border-color: #DC20F1;
}
</style>