Shades of Psychedelic Purple #DC15F0
Tints of Psychedelic Purple #DC15F0
RGB
CMYK
RGB Variations
Color information
#DC15F0 (or 0xDC15F0) is known color: Psychedelic Purple. HEX triplet: DC, 15 and F0. RGB value is (220,21,240). Sum of RGB (Red+Green+Blue) = 220+21+240=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC15F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC15F0 is #23EA0F. Grayscale: #686868. Windows color (decimal): -2353680 or 15734236. OLE color: 15734236.
HSL color Cylindrical-coordinate representation of color #DC15F0: hue angle of 294.52º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC15F0 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 21 | 240 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.06 |
| HSL | 294.52º | 0.88% | 0.51% | - |
| HSV(B) | 294.52º | 0.91% | 0.94% | - |
| XYZ | 45.51 | 22.04 | 84.29 | - |
| YUV | 105.47 | 203.93 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 240 | 0.08 | 0.91 | 0 | 0.06 | 294.52 | 0.88 | 0.51 |
| Hex | DC | 15 | F0 | 8 | 5B | 0 | 6 | 127 | 58 | 33 |
| Octal | 334 | 25 | 360 | 10 | 133 | 0 | 6 | 447 | 130 | 63 |
| Binary | 11011100 | 10101 | 11110000 | 1000 | 1011011 | 0 | 110 | 100100111 | 1011000 | 110011 |
Color Harmonies of #DC15F0
Complementary color
Monochromatic Colors of #DC15F0
Black with #DC15F0
Text Example
Text Example
White with #DC15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15F0; }
p { color: rgb(220,21,240); }
H1.HeaderClassName
{
color: #DC15F0;
}
.AnyTagClassName
{
color: #DC15F0;
}
</style>
background-color css
<style>
a { background-color: #DC15F0; }
a { background-color: rgb(220,21,240); }
div.DivClassName
{
background-color: #DC15F0;
}
.BgClassName
{
background-color: #DC15F0;
}
</style>
border-color css
<style>
span { border-color: #DC15F0; }
span { border-color: rgb(220,21,240); }
td.TdClassName
{
border-color: #DC15F0;
}
.TagClassName
{
border-color: #DC15F0;
}
</style>