Shades of Psychedelic Purple #DC2BEC
Tints of Psychedelic Purple #DC2BEC
RGB
CMYK
RGB Variations
Color information
#DC2BEC (or 0xDC2BEC) is known color: Psychedelic Purple. HEX triplet: DC, 2B and EC. RGB value is (220,43,236). Sum of RGB (Red+Green+Blue) = 220+43+236=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC2BEC is #23D413. Grayscale: #757575. Windows color (decimal): -2348052 or 15477724. OLE color: 15477724.
HSL color Cylindrical-coordinate representation of color #DC2BEC: hue angle of 295.03º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2BEC is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 43 | 236 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.07 |
| HSL | 295.03º | 0.84% | 0.55% | - |
| HSV(B) | 295.03º | 0.82% | 0.93% | - |
| XYZ | 45.52 | 23 | 81.4 | - |
| YUV | 117.93 | 194.64 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 236 | 0.07 | 0.82 | 0 | 0.07 | 295.03 | 0.84 | 0.55 |
| Hex | DC | 2B | EC | 7 | 52 | 0 | 7 | 127 | 54 | 37 |
| Octal | 334 | 53 | 354 | 7 | 122 | 0 | 7 | 447 | 124 | 67 |
| Binary | 11011100 | 101011 | 11101100 | 111 | 1010010 | 0 | 111 | 100100111 | 1010100 | 110111 |
Color Harmonies of #DC2BEC
Complementary color
Monochromatic Colors of #DC2BEC
Black with #DC2BEC
Text Example
Text Example
White with #DC2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BEC; }
p { color: rgb(220,43,236); }
H1.HeaderClassName
{
color: #DC2BEC;
}
.AnyTagClassName
{
color: #DC2BEC;
}
</style>
background-color css
<style>
a { background-color: #DC2BEC; }
a { background-color: rgb(220,43,236); }
div.DivClassName
{
background-color: #DC2BEC;
}
.BgClassName
{
background-color: #DC2BEC;
}
</style>
border-color css
<style>
span { border-color: #DC2BEC; }
span { border-color: rgb(220,43,236); }
td.TdClassName
{
border-color: #DC2BEC;
}
.TagClassName
{
border-color: #DC2BEC;
}
</style>