Shades of Psychedelic Purple #DC15EB
Tints of Psychedelic Purple #DC15EB
RGB
CMYK
RGB Variations
Color information
#DC15EB (or 0xDC15EB) is known color: Psychedelic Purple. HEX triplet: DC, 15 and EB. RGB value is (220,21,235). Sum of RGB (Red+Green+Blue) = 220+21+235=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC15EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15EB is #23EA14. Grayscale: #686868. Windows color (decimal): -2353685 or 15406556. OLE color: 15406556.
HSL color Cylindrical-coordinate representation of color #DC15EB: hue angle of 295.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC15EB is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 21 | 235 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.08 |
| HSL | 295.79º | 0.84% | 0.5% | - |
| HSV(B) | 295.79º | 0.91% | 0.92% | - |
| XYZ | 44.78 | 21.75 | 80.44 | - |
| YUV | 104.9 | 201.43 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 235 | 0.06 | 0.91 | 0 | 0.08 | 295.79 | 0.84 | 0.5 |
| Hex | DC | 15 | EB | 6 | 5B | 0 | 8 | 128 | 54 | 32 |
| Octal | 334 | 25 | 353 | 6 | 133 | 0 | 10 | 450 | 124 | 62 |
| Binary | 11011100 | 10101 | 11101011 | 110 | 1011011 | 0 | 1000 | 100101000 | 1010100 | 110010 |
Color Harmonies of #DC15EB
Complementary color
Monochromatic Colors of #DC15EB
Black with #DC15EB
Text Example
Text Example
White with #DC15EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15EB; }
p { color: rgb(220,21,235); }
H1.HeaderClassName
{
color: #DC15EB;
}
.AnyTagClassName
{
color: #DC15EB;
}
</style>
background-color css
<style>
a { background-color: #DC15EB; }
a { background-color: rgb(220,21,235); }
div.DivClassName
{
background-color: #DC15EB;
}
.BgClassName
{
background-color: #DC15EB;
}
</style>
border-color css
<style>
span { border-color: #DC15EB; }
span { border-color: rgb(220,21,235); }
td.TdClassName
{
border-color: #DC15EB;
}
.TagClassName
{
border-color: #DC15EB;
}
</style>