Shades of Psychedelic Purple #DC1DEC
Tints of Psychedelic Purple #DC1DEC
RGB
CMYK
RGB Variations
Color information
#DC1DEC (or 0xDC1DEC) is known color: Psychedelic Purple. HEX triplet: DC, 1D and EC. RGB value is (220,29,236). Sum of RGB (Red+Green+Blue) = 220+29+236=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC1DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1DEC is #23E213. Grayscale: #6D6D6D. Windows color (decimal): -2351636 or 15474140. OLE color: 15474140.
HSL color Cylindrical-coordinate representation of color #DC1DEC: hue angle of 295.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1DEC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 29 | 236 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.07 |
| HSL | 295.36º | 0.84% | 0.52% | - |
| HSV(B) | 295.36º | 0.88% | 0.93% | - |
| XYZ | 45.09 | 22.15 | 81.26 | - |
| YUV | 109.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 236 | 0.07 | 0.88 | 0 | 0.07 | 295.36 | 0.84 | 0.52 |
| Hex | DC | 1D | EC | 7 | 58 | 0 | 7 | 127 | 54 | 34 |
| Octal | 334 | 35 | 354 | 7 | 130 | 0 | 7 | 447 | 124 | 64 |
| Binary | 11011100 | 11101 | 11101100 | 111 | 1011000 | 0 | 111 | 100100111 | 1010100 | 110100 |
Color Harmonies of #DC1DEC
Complementary color
Monochromatic Colors of #DC1DEC
Black with #DC1DEC
Text Example
Text Example
White with #DC1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DEC; }
p { color: rgb(220,29,236); }
H1.HeaderClassName
{
color: #DC1DEC;
}
.AnyTagClassName
{
color: #DC1DEC;
}
</style>
background-color css
<style>
a { background-color: #DC1DEC; }
a { background-color: rgb(220,29,236); }
div.DivClassName
{
background-color: #DC1DEC;
}
.BgClassName
{
background-color: #DC1DEC;
}
</style>
border-color css
<style>
span { border-color: #DC1DEC; }
span { border-color: rgb(220,29,236); }
td.TdClassName
{
border-color: #DC1DEC;
}
.TagClassName
{
border-color: #DC1DEC;
}
</style>