Shades of Psychedelic Purple #DC20F2
Tints of Psychedelic Purple #DC20F2
RGB
CMYK
RGB Variations
Color information
#DC20F2 (or 0xDC20F2) is known color: Psychedelic Purple. HEX triplet: DC, 20 and F2. RGB value is (220,32,242). Sum of RGB (Red+Green+Blue) = 220+32+242=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC20F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20F2 is #23DF0D. Grayscale: #6F6F6F. Windows color (decimal): -2350862 or 15868124. OLE color: 15868124.
HSL color Cylindrical-coordinate representation of color #DC20F2: hue angle of 293.71º degrees, saturation: 0.89, 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 #DC20F2 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 32 | 242 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.05 |
| HSL | 293.71º | 0.89% | 0.54% | - |
| HSV(B) | 293.71º | 0.87% | 0.95% | - |
| XYZ | 46.06 | 22.66 | 85.95 | - |
| YUV | 112.15 | 201.28 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 242 | 0.09 | 0.87 | 0 | 0.05 | 293.71 | 0.89 | 0.54 |
| Hex | DC | 20 | F2 | 9 | 57 | 0 | 5 | 126 | 59 | 36 |
| Octal | 334 | 40 | 362 | 11 | 127 | 0 | 5 | 446 | 131 | 66 |
| Binary | 11011100 | 100000 | 11110010 | 1001 | 1010111 | 0 | 101 | 100100110 | 1011001 | 110110 |
Color Harmonies of #DC20F2
Complementary color
Monochromatic Colors of #DC20F2
Black with #DC20F2
Text Example
Text Example
White with #DC20F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20F2; }
p { color: rgb(220,32,242); }
H1.HeaderClassName
{
color: #DC20F2;
}
.AnyTagClassName
{
color: #DC20F2;
}
</style>
background-color css
<style>
a { background-color: #DC20F2; }
a { background-color: rgb(220,32,242); }
div.DivClassName
{
background-color: #DC20F2;
}
.BgClassName
{
background-color: #DC20F2;
}
</style>
border-color css
<style>
span { border-color: #DC20F2; }
span { border-color: rgb(220,32,242); }
td.TdClassName
{
border-color: #DC20F2;
}
.TagClassName
{
border-color: #DC20F2;
}
</style>