Shades of Psychedelic Purple #DC2DEC
Tints of Psychedelic Purple #DC2DEC
RGB
CMYK
RGB Variations
Color information
#DC2DEC (or 0xDC2DEC) is known color: Psychedelic Purple. HEX triplet: DC, 2D and EC. RGB value is (220,45,236). Sum of RGB (Red+Green+Blue) = 220+45+236=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2DEC is #23D213. Grayscale: #767676. Windows color (decimal): -2347540 or 15478236. OLE color: 15478236.
HSL color Cylindrical-coordinate representation of color #DC2DEC: hue angle of 294.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2DEC is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 45 | 236 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.07 |
| HSL | 294.97º | 0.83% | 0.55% | - |
| HSV(B) | 294.97º | 0.81% | 0.93% | - |
| XYZ | 45.59 | 23.15 | 81.42 | - |
| YUV | 119.1 | 193.98 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 236 | 0.07 | 0.81 | 0 | 0.07 | 294.97 | 0.83 | 0.55 |
| Hex | DC | 2D | EC | 7 | 51 | 0 | 7 | 127 | 53 | 37 |
| Octal | 334 | 55 | 354 | 7 | 121 | 0 | 7 | 447 | 123 | 67 |
| Binary | 11011100 | 101101 | 11101100 | 111 | 1010001 | 0 | 111 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DC2DEC
Complementary color
Monochromatic Colors of #DC2DEC
Black with #DC2DEC
Text Example
Text Example
White with #DC2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DEC; }
p { color: rgb(220,45,236); }
H1.HeaderClassName
{
color: #DC2DEC;
}
.AnyTagClassName
{
color: #DC2DEC;
}
</style>
background-color css
<style>
a { background-color: #DC2DEC; }
a { background-color: rgb(220,45,236); }
div.DivClassName
{
background-color: #DC2DEC;
}
.BgClassName
{
background-color: #DC2DEC;
}
</style>
border-color css
<style>
span { border-color: #DC2DEC; }
span { border-color: rgb(220,45,236); }
td.TdClassName
{
border-color: #DC2DEC;
}
.TagClassName
{
border-color: #DC2DEC;
}
</style>