Shades of Psychedelic Purple #DC23EA
Tints of Psychedelic Purple #DC23EA
RGB
CMYK
RGB Variations
Color information
#DC23EA (or 0xDC23EA) is known color: Psychedelic Purple. HEX triplet: DC, 23 and EA. RGB value is (220,35,234). Sum of RGB (Red+Green+Blue) = 220+35+234=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 35 (14.06% from 255 or 7.16% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC23EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC23EA is #23DC15. Grayscale: #707070. Windows color (decimal): -2350102 or 15344604. OLE color: 15344604.
HSL color Cylindrical-coordinate representation of color #DC23EA: hue angle of 295.78º 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 #DC23EA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 35 | 234 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.08 |
| HSL | 295.78º | 0.83% | 0.53% | - |
| HSV(B) | 295.78º | 0.85% | 0.92% | - |
| XYZ | 44.97 | 22.36 | 79.79 | - |
| YUV | 113 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 234 | 0.06 | 0.85 | 0 | 0.08 | 295.78 | 0.83 | 0.53 |
| Hex | DC | 23 | EA | 6 | 55 | 0 | 8 | 128 | 53 | 35 |
| Octal | 334 | 43 | 352 | 6 | 125 | 0 | 10 | 450 | 123 | 65 |
| Binary | 11011100 | 100011 | 11101010 | 110 | 1010101 | 0 | 1000 | 100101000 | 1010011 | 110101 |
Color Harmonies of #DC23EA
Complementary color
Monochromatic Colors of #DC23EA
Black with #DC23EA
Text Example
Text Example
White with #DC23EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23EA; }
p { color: rgb(220,35,234); }
H1.HeaderClassName
{
color: #DC23EA;
}
.AnyTagClassName
{
color: #DC23EA;
}
</style>
background-color css
<style>
a { background-color: #DC23EA; }
a { background-color: rgb(220,35,234); }
div.DivClassName
{
background-color: #DC23EA;
}
.BgClassName
{
background-color: #DC23EA;
}
</style>
border-color css
<style>
span { border-color: #DC23EA; }
span { border-color: rgb(220,35,234); }
td.TdClassName
{
border-color: #DC23EA;
}
.TagClassName
{
border-color: #DC23EA;
}
</style>