Shades of Psychedelic Purple #DC29FE
Tints of Psychedelic Purple #DC29FE
RGB
CMYK
RGB Variations
Color information
#DC29FE (or 0xDC29FE) is known color: Psychedelic Purple. HEX triplet: DC, 29 and FE. RGB value is (220,41,254). Sum of RGB (Red+Green+Blue) = 220+41+254=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 41 (16.41% from 255 or 7.96% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC29FE is #23D601. Grayscale: #767676. Windows color (decimal): -2348546 or 16656860. OLE color: 16656860.
HSL color Cylindrical-coordinate representation of color #DC29FE: hue angle of 290.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC29FE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 41 | 254 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.00 |
| HSL | 290.42º | 0.99% | 0.58% | - |
| HSV(B) | 290.42º | 0.84% | 1% | - |
| XYZ | 48.2 | 23.96 | 95.85 | - |
| YUV | 118.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 254 | 0.13 | 0.84 | 0 | 0.00 | 290.42 | 0.99 | 0.58 |
| Hex | DC | 29 | FE | D | 54 | 0 | 0 | 122 | 63 | 3A |
| Octal | 334 | 51 | 376 | 15 | 124 | 0 | 0 | 442 | 143 | 72 |
| Binary | 11011100 | 101001 | 11111110 | 1101 | 1010100 | 0 | 0 | 100100010 | 1100011 | 111010 |
Color Harmonies of #DC29FE
Complementary color
Monochromatic Colors of #DC29FE
Black with #DC29FE
Text Example
Text Example
White with #DC29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29FE; }
p { color: rgb(220,41,254); }
H1.HeaderClassName
{
color: #DC29FE;
}
.AnyTagClassName
{
color: #DC29FE;
}
</style>
background-color css
<style>
a { background-color: #DC29FE; }
a { background-color: rgb(220,41,254); }
div.DivClassName
{
background-color: #DC29FE;
}
.BgClassName
{
background-color: #DC29FE;
}
</style>
border-color css
<style>
span { border-color: #DC29FE; }
span { border-color: rgb(220,41,254); }
td.TdClassName
{
border-color: #DC29FE;
}
.TagClassName
{
border-color: #DC29FE;
}
</style>