Shades of Psychedelic Purple #DC08E6
Tints of Psychedelic Purple #DC08E6
RGB
CMYK
RGB Variations
Color information
#DC08E6 (or 0xDC08E6) is known color: Psychedelic Purple. HEX triplet: DC, 08 and E6. RGB value is (220,8,230). Sum of RGB (Red+Green+Blue) = 220+8+230=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC08E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC08E6 is #23F719. Grayscale: #606060. Windows color (decimal): -2357018 or 15075548. OLE color: 15075548.
HSL color Cylindrical-coordinate representation of color #DC08E6: hue angle of 297.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC08E6 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 8 | 230 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.10 |
| HSL | 297.3º | 0.93% | 0.47% | - |
| HSV(B) | 297.3º | 0.97% | 0.9% | - |
| XYZ | 43.88 | 21.1 | 76.62 | - |
| YUV | 96.7 | 203.24 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 230 | 0.04 | 0.97 | 0 | 0.10 | 297.3 | 0.93 | 0.47 |
| Hex | DC | 8 | E6 | 4 | 61 | 0 | A | 129 | 5D | 2F |
| Octal | 334 | 10 | 346 | 4 | 141 | 0 | 12 | 451 | 135 | 57 |
| Binary | 11011100 | 1000 | 11100110 | 100 | 1100001 | 0 | 1010 | 100101001 | 1011101 | 101111 |
Color Harmonies of #DC08E6
Complementary color
Monochromatic Colors of #DC08E6
Black with #DC08E6
Text Example
Text Example
White with #DC08E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08E6; }
p { color: rgb(220,8,230); }
H1.HeaderClassName
{
color: #DC08E6;
}
.AnyTagClassName
{
color: #DC08E6;
}
</style>
background-color css
<style>
a { background-color: #DC08E6; }
a { background-color: rgb(220,8,230); }
div.DivClassName
{
background-color: #DC08E6;
}
.BgClassName
{
background-color: #DC08E6;
}
</style>
border-color css
<style>
span { border-color: #DC08E6; }
span { border-color: rgb(220,8,230); }
td.TdClassName
{
border-color: #DC08E6;
}
.TagClassName
{
border-color: #DC08E6;
}
</style>