Shades of Psychedelic Purple #DC23EB
Tints of Psychedelic Purple #DC23EB
RGB
CMYK
RGB Variations
Color information
#DC23EB (or 0xDC23EB) is known color: Psychedelic Purple. HEX triplet: DC, 23 and EB. RGB value is (220,35,235). Sum of RGB (Red+Green+Blue) = 220+35+235=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 35 (14.06% from 255 or 7.14% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC23EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC23EB is #23DC14. Grayscale: #707070. Windows color (decimal): -2350101 or 15410140. OLE color: 15410140.
HSL color Cylindrical-coordinate representation of color #DC23EB: hue angle of 295.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC23EB is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 35 | 235 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.08 |
| HSL | 295.5º | 0.83% | 0.53% | - |
| HSV(B) | 295.5º | 0.85% | 0.92% | - |
| XYZ | 45.11 | 22.42 | 80.55 | - |
| YUV | 113.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 235 | 0.06 | 0.85 | 0 | 0.08 | 295.5 | 0.83 | 0.53 |
| Hex | DC | 23 | EB | 6 | 55 | 0 | 8 | 128 | 53 | 35 |
| Octal | 334 | 43 | 353 | 6 | 125 | 0 | 10 | 450 | 123 | 65 |
| Binary | 11011100 | 100011 | 11101011 | 110 | 1010101 | 0 | 1000 | 100101000 | 1010011 | 110101 |
Color Harmonies of #DC23EB
Complementary color
Monochromatic Colors of #DC23EB
Black with #DC23EB
Text Example
Text Example
White with #DC23EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23EB; }
p { color: rgb(220,35,235); }
H1.HeaderClassName
{
color: #DC23EB;
}
.AnyTagClassName
{
color: #DC23EB;
}
</style>
background-color css
<style>
a { background-color: #DC23EB; }
a { background-color: rgb(220,35,235); }
div.DivClassName
{
background-color: #DC23EB;
}
.BgClassName
{
background-color: #DC23EB;
}
</style>
border-color css
<style>
span { border-color: #DC23EB; }
span { border-color: rgb(220,35,235); }
td.TdClassName
{
border-color: #DC23EB;
}
.TagClassName
{
border-color: #DC23EB;
}
</style>