Shades of Psychedelic Purple #DC20FA
Tints of Psychedelic Purple #DC20FA
RGB
CMYK
RGB Variations
Color information
#DC20FA (or 0xDC20FA) is known color: Psychedelic Purple. HEX triplet: DC, 20 and FA. RGB value is (220,32,250). Sum of RGB (Red+Green+Blue) = 220+32+250=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC20FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20FA is #23DF05. Grayscale: #707070. Windows color (decimal): -2350854 or 16392412. OLE color: 16392412.
HSL color Cylindrical-coordinate representation of color #DC20FA: hue angle of 291.74º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC20FA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 32 | 250 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.02 |
| HSL | 291.74º | 0.96% | 0.55% | - |
| HSV(B) | 291.74º | 0.87% | 0.98% | - |
| XYZ | 47.29 | 23.15 | 92.42 | - |
| YUV | 113.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 250 | 0.12 | 0.87 | 0 | 0.02 | 291.74 | 0.96 | 0.55 |
| Hex | DC | 20 | FA | C | 57 | 0 | 2 | 124 | 60 | 37 |
| Octal | 334 | 40 | 372 | 14 | 127 | 0 | 2 | 444 | 140 | 67 |
| Binary | 11011100 | 100000 | 11111010 | 1100 | 1010111 | 0 | 10 | 100100100 | 1100000 | 110111 |
Color Harmonies of #DC20FA
Complementary color
Monochromatic Colors of #DC20FA
Black with #DC20FA
Text Example
Text Example
White with #DC20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20FA; }
p { color: rgb(220,32,250); }
H1.HeaderClassName
{
color: #DC20FA;
}
.AnyTagClassName
{
color: #DC20FA;
}
</style>
background-color css
<style>
a { background-color: #DC20FA; }
a { background-color: rgb(220,32,250); }
div.DivClassName
{
background-color: #DC20FA;
}
.BgClassName
{
background-color: #DC20FA;
}
</style>
border-color css
<style>
span { border-color: #DC20FA; }
span { border-color: rgb(220,32,250); }
td.TdClassName
{
border-color: #DC20FA;
}
.TagClassName
{
border-color: #DC20FA;
}
</style>