Shades of Psychedelic Purple #DC20FE
Tints of Psychedelic Purple #DC20FE
RGB
CMYK
RGB Variations
Color information
#DC20FE (or 0xDC20FE) is known color: Psychedelic Purple. HEX triplet: DC, 20 and FE. RGB value is (220,32,254). Sum of RGB (Red+Green+Blue) = 220+32+254=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC20FE is #23DF01. Grayscale: #707070. Windows color (decimal): -2350850 or 16654556. OLE color: 16654556.
HSL color Cylindrical-coordinate representation of color #DC20FE: hue angle of 290.81º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC20FE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 32 | 254 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.00 |
| HSL | 290.81º | 0.99% | 0.56% | - |
| HSV(B) | 290.81º | 0.87% | 1% | - |
| XYZ | 47.92 | 23.4 | 95.76 | - |
| YUV | 113.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 254 | 0.13 | 0.87 | 0 | 0.00 | 290.81 | 0.99 | 0.56 |
| Hex | DC | 20 | FE | D | 57 | 0 | 0 | 123 | 63 | 38 |
| Octal | 334 | 40 | 376 | 15 | 127 | 0 | 0 | 443 | 143 | 70 |
| Binary | 11011100 | 100000 | 11111110 | 1101 | 1010111 | 0 | 0 | 100100011 | 1100011 | 111000 |
Color Harmonies of #DC20FE
Complementary color
Monochromatic Colors of #DC20FE
Black with #DC20FE
Text Example
Text Example
White with #DC20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20FE; }
p { color: rgb(220,32,254); }
H1.HeaderClassName
{
color: #DC20FE;
}
.AnyTagClassName
{
color: #DC20FE;
}
</style>
background-color css
<style>
a { background-color: #DC20FE; }
a { background-color: rgb(220,32,254); }
div.DivClassName
{
background-color: #DC20FE;
}
.BgClassName
{
background-color: #DC20FE;
}
</style>
border-color css
<style>
span { border-color: #DC20FE; }
span { border-color: rgb(220,32,254); }
td.TdClassName
{
border-color: #DC20FE;
}
.TagClassName
{
border-color: #DC20FE;
}
</style>