Shades of Psychedelic Purple #DC21FD
Tints of Psychedelic Purple #DC21FD
RGB
CMYK
RGB Variations
Color information
#DC21FD (or 0xDC21FD) is known color: Psychedelic Purple. HEX triplet: DC, 21 and FD. RGB value is (220,33,253). Sum of RGB (Red+Green+Blue) = 220+33+253=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 33 (13.28% from 255 or 6.52% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC21FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC21FD is #23DE02. Grayscale: #717171. Windows color (decimal): -2350595 or 16589276. OLE color: 16589276.
HSL color Cylindrical-coordinate representation of color #DC21FD: hue angle of 291º degrees, saturation: 0.98, 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 #DC21FD is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 33 | 253 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.01 |
| HSL | 291º | 0.98% | 0.56% | - |
| HSV(B) | 291º | 0.87% | 0.99% | - |
| XYZ | 47.79 | 23.4 | 94.93 | - |
| YUV | 113.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 253 | 0.13 | 0.87 | 0 | 0.01 | 291 | 0.98 | 0.56 |
| Hex | DC | 21 | FD | D | 57 | 0 | 1 | 123 | 62 | 38 |
| Octal | 334 | 41 | 375 | 15 | 127 | 0 | 1 | 443 | 142 | 70 |
| Binary | 11011100 | 100001 | 11111101 | 1101 | 1010111 | 0 | 1 | 100100011 | 1100010 | 111000 |
Color Harmonies of #DC21FD
Complementary color
Monochromatic Colors of #DC21FD
Black with #DC21FD
Text Example
Text Example
White with #DC21FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21FD; }
p { color: rgb(220,33,253); }
H1.HeaderClassName
{
color: #DC21FD;
}
.AnyTagClassName
{
color: #DC21FD;
}
</style>
background-color css
<style>
a { background-color: #DC21FD; }
a { background-color: rgb(220,33,253); }
div.DivClassName
{
background-color: #DC21FD;
}
.BgClassName
{
background-color: #DC21FD;
}
</style>
border-color css
<style>
span { border-color: #DC21FD; }
span { border-color: rgb(220,33,253); }
td.TdClassName
{
border-color: #DC21FD;
}
.TagClassName
{
border-color: #DC21FD;
}
</style>