Shades of Psychedelic Purple #DC08F0
Tints of Psychedelic Purple #DC08F0
RGB
CMYK
RGB Variations
Color information
#DC08F0 (or 0xDC08F0) is known color: Psychedelic Purple. HEX triplet: DC, 08 and F0. RGB value is (220,8,240). Sum of RGB (Red+Green+Blue) = 220+8+240=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 8 (3.52% from 255 or 1.71% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC08F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC08F0 is #23F70F. Grayscale: #616161. Windows color (decimal): -2357008 or 15730908. OLE color: 15730908.
HSL color Cylindrical-coordinate representation of color #DC08F0: hue angle of 294.83º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC08F0 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 8 | 240 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.06 |
| HSL | 294.83º | 0.94% | 0.49% | - |
| HSV(B) | 294.83º | 0.97% | 0.94% | - |
| XYZ | 45.33 | 21.68 | 84.23 | - |
| YUV | 97.84 | 208.24 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 240 | 0.08 | 0.97 | 0 | 0.06 | 294.83 | 0.94 | 0.49 |
| Hex | DC | 8 | F0 | 8 | 61 | 0 | 6 | 127 | 5E | 31 |
| Octal | 334 | 10 | 360 | 10 | 141 | 0 | 6 | 447 | 136 | 61 |
| Binary | 11011100 | 1000 | 11110000 | 1000 | 1100001 | 0 | 110 | 100100111 | 1011110 | 110001 |
Color Harmonies of #DC08F0
Complementary color
Monochromatic Colors of #DC08F0
Black with #DC08F0
Text Example
Text Example
White with #DC08F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08F0; }
p { color: rgb(220,8,240); }
H1.HeaderClassName
{
color: #DC08F0;
}
.AnyTagClassName
{
color: #DC08F0;
}
</style>
background-color css
<style>
a { background-color: #DC08F0; }
a { background-color: rgb(220,8,240); }
div.DivClassName
{
background-color: #DC08F0;
}
.BgClassName
{
background-color: #DC08F0;
}
</style>
border-color css
<style>
span { border-color: #DC08F0; }
span { border-color: rgb(220,8,240); }
td.TdClassName
{
border-color: #DC08F0;
}
.TagClassName
{
border-color: #DC08F0;
}
</style>