Shades of Psychedelic Purple #DC23EC
Tints of Psychedelic Purple #DC23EC
RGB
CMYK
RGB Variations
Color information
#DC23EC (or 0xDC23EC) is known color: Psychedelic Purple. HEX triplet: DC, 23 and EC. RGB value is (220,35,236). Sum of RGB (Red+Green+Blue) = 220+35+236=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 35 (14.06% from 255 or 7.13% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC23EC is #23DC13. Grayscale: #707070. Windows color (decimal): -2350100 or 15475676. OLE color: 15475676.
HSL color Cylindrical-coordinate representation of color #DC23EC: hue angle of 295.22º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC23EC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 35 | 236 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.07 |
| HSL | 295.22º | 0.84% | 0.53% | - |
| HSV(B) | 295.22º | 0.85% | 0.93% | - |
| XYZ | 45.26 | 22.47 | 81.31 | - |
| YUV | 113.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 236 | 0.07 | 0.85 | 0 | 0.07 | 295.22 | 0.84 | 0.53 |
| Hex | DC | 23 | EC | 7 | 55 | 0 | 7 | 127 | 54 | 35 |
| Octal | 334 | 43 | 354 | 7 | 125 | 0 | 7 | 447 | 124 | 65 |
| Binary | 11011100 | 100011 | 11101100 | 111 | 1010101 | 0 | 111 | 100100111 | 1010100 | 110101 |
Color Harmonies of #DC23EC
Complementary color
Monochromatic Colors of #DC23EC
Black with #DC23EC
Text Example
Text Example
White with #DC23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23EC; }
p { color: rgb(220,35,236); }
H1.HeaderClassName
{
color: #DC23EC;
}
.AnyTagClassName
{
color: #DC23EC;
}
</style>
background-color css
<style>
a { background-color: #DC23EC; }
a { background-color: rgb(220,35,236); }
div.DivClassName
{
background-color: #DC23EC;
}
.BgClassName
{
background-color: #DC23EC;
}
</style>
border-color css
<style>
span { border-color: #DC23EC; }
span { border-color: rgb(220,35,236); }
td.TdClassName
{
border-color: #DC23EC;
}
.TagClassName
{
border-color: #DC23EC;
}
</style>