Shades of Psychedelic Purple #DC08EA
Tints of Psychedelic Purple #DC08EA
RGB
CMYK
RGB Variations
Color information
#DC08EA (or 0xDC08EA) is known color: Psychedelic Purple. HEX triplet: DC, 08 and EA. RGB value is (220,8,234). Sum of RGB (Red+Green+Blue) = 220+8+234=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC08EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC08EA is #23F715. Grayscale: #606060. Windows color (decimal): -2357014 or 15337692. OLE color: 15337692.
HSL color Cylindrical-coordinate representation of color #DC08EA: hue angle of 296.28º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC08EA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 8 | 234 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.08 |
| HSL | 296.28º | 0.93% | 0.47% | - |
| HSV(B) | 296.28º | 0.97% | 0.92% | - |
| XYZ | 44.45 | 21.33 | 79.62 | - |
| YUV | 97.15 | 205.24 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 234 | 0.06 | 0.97 | 0 | 0.08 | 296.28 | 0.93 | 0.47 |
| Hex | DC | 8 | EA | 6 | 61 | 0 | 8 | 128 | 5D | 2F |
| Octal | 334 | 10 | 352 | 6 | 141 | 0 | 10 | 450 | 135 | 57 |
| Binary | 11011100 | 1000 | 11101010 | 110 | 1100001 | 0 | 1000 | 100101000 | 1011101 | 101111 |
Color Harmonies of #DC08EA
Complementary color
Monochromatic Colors of #DC08EA
Black with #DC08EA
Text Example
Text Example
White with #DC08EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08EA; }
p { color: rgb(220,8,234); }
H1.HeaderClassName
{
color: #DC08EA;
}
.AnyTagClassName
{
color: #DC08EA;
}
</style>
background-color css
<style>
a { background-color: #DC08EA; }
a { background-color: rgb(220,8,234); }
div.DivClassName
{
background-color: #DC08EA;
}
.BgClassName
{
background-color: #DC08EA;
}
</style>
border-color css
<style>
span { border-color: #DC08EA; }
span { border-color: rgb(220,8,234); }
td.TdClassName
{
border-color: #DC08EA;
}
.TagClassName
{
border-color: #DC08EA;
}
</style>