Shades of Psychedelic Purple #DC29EF
Tints of Psychedelic Purple #DC29EF
RGB
CMYK
RGB Variations
Color information
#DC29EF (or 0xDC29EF) is known color: Psychedelic Purple. HEX triplet: DC, 29 and EF. RGB value is (220,41,239). Sum of RGB (Red+Green+Blue) = 220+41+239=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC29EF is #23D610. Grayscale: #747474. Windows color (decimal): -2348561 or 15673820. OLE color: 15673820.
HSL color Cylindrical-coordinate representation of color #DC29EF: hue angle of 294.24º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC29EF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 41 | 239 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.06 |
| HSL | 294.24º | 0.86% | 0.55% | - |
| HSV(B) | 294.24º | 0.83% | 0.94% | - |
| XYZ | 45.89 | 23.03 | 83.69 | - |
| YUV | 117.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 239 | 0.08 | 0.83 | 0 | 0.06 | 294.24 | 0.86 | 0.55 |
| Hex | DC | 29 | EF | 8 | 53 | 0 | 6 | 126 | 56 | 37 |
| Octal | 334 | 51 | 357 | 10 | 123 | 0 | 6 | 446 | 126 | 67 |
| Binary | 11011100 | 101001 | 11101111 | 1000 | 1010011 | 0 | 110 | 100100110 | 1010110 | 110111 |
Color Harmonies of #DC29EF
Complementary color
Monochromatic Colors of #DC29EF
Black with #DC29EF
Text Example
Text Example
White with #DC29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29EF; }
p { color: rgb(220,41,239); }
H1.HeaderClassName
{
color: #DC29EF;
}
.AnyTagClassName
{
color: #DC29EF;
}
</style>
background-color css
<style>
a { background-color: #DC29EF; }
a { background-color: rgb(220,41,239); }
div.DivClassName
{
background-color: #DC29EF;
}
.BgClassName
{
background-color: #DC29EF;
}
</style>
border-color css
<style>
span { border-color: #DC29EF; }
span { border-color: rgb(220,41,239); }
td.TdClassName
{
border-color: #DC29EF;
}
.TagClassName
{
border-color: #DC29EF;
}
</style>