Shades of Psychedelic Purple #DC21FC
Tints of Psychedelic Purple #DC21FC
RGB
CMYK
RGB Variations
Color information
#DC21FC (or 0xDC21FC) is known color: Psychedelic Purple. HEX triplet: DC, 21 and FC. RGB value is (220,33,252). Sum of RGB (Red+Green+Blue) = 220+33+252=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 33 (13.28% from 255 or 6.53% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC21FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC21FC is #23DE03. Grayscale: #717171. Windows color (decimal): -2350596 or 16523740. OLE color: 16523740.
HSL color Cylindrical-coordinate representation of color #DC21FC: hue angle of 291.23º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC21FC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 33 | 252 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.01 |
| HSL | 291.23º | 0.97% | 0.56% | - |
| HSV(B) | 291.23º | 0.87% | 0.99% | - |
| XYZ | 47.63 | 23.33 | 94.09 | - |
| YUV | 113.88 | 205.95 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 252 | 0.13 | 0.87 | 0 | 0.01 | 291.23 | 0.97 | 0.56 |
| Hex | DC | 21 | FC | D | 57 | 0 | 1 | 123 | 61 | 38 |
| Octal | 334 | 41 | 374 | 15 | 127 | 0 | 1 | 443 | 141 | 70 |
| Binary | 11011100 | 100001 | 11111100 | 1101 | 1010111 | 0 | 1 | 100100011 | 1100001 | 111000 |
Color Harmonies of #DC21FC
Complementary color
Monochromatic Colors of #DC21FC
Black with #DC21FC
Text Example
Text Example
White with #DC21FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21FC; }
p { color: rgb(220,33,252); }
H1.HeaderClassName
{
color: #DC21FC;
}
.AnyTagClassName
{
color: #DC21FC;
}
</style>
background-color css
<style>
a { background-color: #DC21FC; }
a { background-color: rgb(220,33,252); }
div.DivClassName
{
background-color: #DC21FC;
}
.BgClassName
{
background-color: #DC21FC;
}
</style>
border-color css
<style>
span { border-color: #DC21FC; }
span { border-color: rgb(220,33,252); }
td.TdClassName
{
border-color: #DC21FC;
}
.TagClassName
{
border-color: #DC21FC;
}
</style>