Shades of Psychedelic Purple #DC08ED
Tints of Psychedelic Purple #DC08ED
RGB
CMYK
RGB Variations
Color information
#DC08ED (or 0xDC08ED) is known color: Psychedelic Purple. HEX triplet: DC, 08 and ED. RGB value is (220,8,237). Sum of RGB (Red+Green+Blue) = 220+8+237=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC08ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC08ED is #23F712. Grayscale: #606060. Windows color (decimal): -2357011 or 15534300. OLE color: 15534300.
HSL color Cylindrical-coordinate representation of color #DC08ED: hue angle of 295.55º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC08ED is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 8 | 237 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.07 |
| HSL | 295.55º | 0.93% | 0.48% | - |
| HSV(B) | 295.55º | 0.97% | 0.93% | - |
| XYZ | 44.89 | 21.5 | 81.91 | - |
| YUV | 97.49 | 206.74 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 237 | 0.07 | 0.97 | 0 | 0.07 | 295.55 | 0.93 | 0.48 |
| Hex | DC | 8 | ED | 7 | 61 | 0 | 7 | 128 | 5D | 30 |
| Octal | 334 | 10 | 355 | 7 | 141 | 0 | 7 | 450 | 135 | 60 |
| Binary | 11011100 | 1000 | 11101101 | 111 | 1100001 | 0 | 111 | 100101000 | 1011101 | 110000 |
Color Harmonies of #DC08ED
Complementary color
Monochromatic Colors of #DC08ED
Black with #DC08ED
Text Example
Text Example
White with #DC08ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08ED; }
p { color: rgb(220,8,237); }
H1.HeaderClassName
{
color: #DC08ED;
}
.AnyTagClassName
{
color: #DC08ED;
}
</style>
background-color css
<style>
a { background-color: #DC08ED; }
a { background-color: rgb(220,8,237); }
div.DivClassName
{
background-color: #DC08ED;
}
.BgClassName
{
background-color: #DC08ED;
}
</style>
border-color css
<style>
span { border-color: #DC08ED; }
span { border-color: rgb(220,8,237); }
td.TdClassName
{
border-color: #DC08ED;
}
.TagClassName
{
border-color: #DC08ED;
}
</style>