Shades of Psychedelic Purple #DC2CEC
Tints of Psychedelic Purple #DC2CEC
RGB
CMYK
RGB Variations
Color information
#DC2CEC (or 0xDC2CEC) is known color: Psychedelic Purple. HEX triplet: DC, 2C and EC. RGB value is (220,44,236). Sum of RGB (Red+Green+Blue) = 220+44+236=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC2CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2CEC is #23D313. Grayscale: #757575. Windows color (decimal): -2347796 or 15477980. OLE color: 15477980.
HSL color Cylindrical-coordinate representation of color #DC2CEC: hue angle of 295º 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 #DC2CEC is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 44 | 236 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.07 |
| HSL | 295º | 0.83% | 0.55% | - |
| HSV(B) | 295º | 0.81% | 0.93% | - |
| XYZ | 45.56 | 23.07 | 81.41 | - |
| YUV | 118.51 | 194.31 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 236 | 0.07 | 0.81 | 0 | 0.07 | 295 | 0.83 | 0.55 |
| Hex | DC | 2C | EC | 7 | 51 | 0 | 7 | 127 | 53 | 37 |
| Octal | 334 | 54 | 354 | 7 | 121 | 0 | 7 | 447 | 123 | 67 |
| Binary | 11011100 | 101100 | 11101100 | 111 | 1010001 | 0 | 111 | 100100111 | 1010011 | 110111 |
Color Harmonies of #DC2CEC
Complementary color
Monochromatic Colors of #DC2CEC
Black with #DC2CEC
Text Example
Text Example
White with #DC2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CEC; }
p { color: rgb(220,44,236); }
H1.HeaderClassName
{
color: #DC2CEC;
}
.AnyTagClassName
{
color: #DC2CEC;
}
</style>
background-color css
<style>
a { background-color: #DC2CEC; }
a { background-color: rgb(220,44,236); }
div.DivClassName
{
background-color: #DC2CEC;
}
.BgClassName
{
background-color: #DC2CEC;
}
</style>
border-color css
<style>
span { border-color: #DC2CEC; }
span { border-color: rgb(220,44,236); }
td.TdClassName
{
border-color: #DC2CEC;
}
.TagClassName
{
border-color: #DC2CEC;
}
</style>