Shades of Psychedelic Purple #DC18EA
Tints of Psychedelic Purple #DC18EA
RGB
CMYK
RGB Variations
Color information
#DC18EA (or 0xDC18EA) is known color: Psychedelic Purple. HEX triplet: DC, 18 and EA. RGB value is (220,24,234). Sum of RGB (Red+Green+Blue) = 220+24+234=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 24 (9.77% from 255 or 5.02% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC18EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC18EA is #23E715. Grayscale: #696969. Windows color (decimal): -2352918 or 15341788. OLE color: 15341788.
HSL color Cylindrical-coordinate representation of color #DC18EA: hue angle of 296º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC18EA is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 24 | 234 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.08 |
| HSL | 296º | 0.83% | 0.51% | - |
| HSV(B) | 296º | 0.9% | 0.92% | - |
| XYZ | 44.69 | 21.81 | 79.7 | - |
| YUV | 106.54 | 199.93 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 234 | 0.06 | 0.90 | 0 | 0.08 | 296 | 0.83 | 0.51 |
| Hex | DC | 18 | EA | 6 | 5A | 0 | 8 | 128 | 53 | 33 |
| Octal | 334 | 30 | 352 | 6 | 132 | 0 | 10 | 450 | 123 | 63 |
| Binary | 11011100 | 11000 | 11101010 | 110 | 1011010 | 0 | 1000 | 100101000 | 1010011 | 110011 |
Color Harmonies of #DC18EA
Complementary color
Monochromatic Colors of #DC18EA
Black with #DC18EA
Text Example
Text Example
White with #DC18EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18EA; }
p { color: rgb(220,24,234); }
H1.HeaderClassName
{
color: #DC18EA;
}
.AnyTagClassName
{
color: #DC18EA;
}
</style>
background-color css
<style>
a { background-color: #DC18EA; }
a { background-color: rgb(220,24,234); }
div.DivClassName
{
background-color: #DC18EA;
}
.BgClassName
{
background-color: #DC18EA;
}
</style>
border-color css
<style>
span { border-color: #DC18EA; }
span { border-color: rgb(220,24,234); }
td.TdClassName
{
border-color: #DC18EA;
}
.TagClassName
{
border-color: #DC18EA;
}
</style>