Shades of Psychedelic Purple #DC24EA
Tints of Psychedelic Purple #DC24EA
RGB
CMYK
RGB Variations
Color information
#DC24EA (or 0xDC24EA) is known color: Psychedelic Purple. HEX triplet: DC, 24 and EA. RGB value is (220,36,234). Sum of RGB (Red+Green+Blue) = 220+36+234=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC24EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC24EA is #23DB15. Grayscale: #707070. Windows color (decimal): -2349846 or 15344860. OLE color: 15344860.
HSL color Cylindrical-coordinate representation of color #DC24EA: hue angle of 295.76º degrees, saturation: 0.82, 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 #DC24EA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 36 | 234 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.08 |
| HSL | 295.76º | 0.83% | 0.53% | - |
| HSV(B) | 295.76º | 0.85% | 0.92% | - |
| XYZ | 45 | 22.42 | 79.8 | - |
| YUV | 113.59 | 195.96 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 234 | 0.06 | 0.85 | 0 | 0.08 | 295.76 | 0.83 | 0.53 |
| Hex | DC | 24 | EA | 6 | 55 | 0 | 8 | 128 | 52 | 35 |
| Octal | 334 | 44 | 352 | 6 | 125 | 0 | 10 | 450 | 122 | 65 |
| Binary | 11011100 | 100100 | 11101010 | 110 | 1010101 | 0 | 1000 | 100101000 | 1010010 | 110101 |
Color Harmonies of #DC24EA
Complementary color
Monochromatic Colors of #DC24EA
Black with #DC24EA
Text Example
Text Example
White with #DC24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC24EA; }
p { color: rgb(220,36,234); }
H1.HeaderClassName
{
color: #DC24EA;
}
.AnyTagClassName
{
color: #DC24EA;
}
</style>
background-color css
<style>
a { background-color: #DC24EA; }
a { background-color: rgb(220,36,234); }
div.DivClassName
{
background-color: #DC24EA;
}
.BgClassName
{
background-color: #DC24EA;
}
</style>
border-color css
<style>
span { border-color: #DC24EA; }
span { border-color: rgb(220,36,234); }
td.TdClassName
{
border-color: #DC24EA;
}
.TagClassName
{
border-color: #DC24EA;
}
</style>