Shades of Psychedelic Purple #DC06ED
Tints of Psychedelic Purple #DC06ED
RGB
CMYK
RGB Variations
Color information
#DC06ED (or 0xDC06ED) is known color: Psychedelic Purple. HEX triplet: DC, 06 and ED. RGB value is (220,6,237). Sum of RGB (Red+Green+Blue) = 220+6+237=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC06ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06ED is #23F912. Grayscale: #5F5F5F. Windows color (decimal): -2357523 or 15533788. OLE color: 15533788.
HSL color Cylindrical-coordinate representation of color #DC06ED: hue angle of 295.58º degrees, saturation: 0.95, 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 #DC06ED is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 6 | 237 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.07 |
| HSL | 295.58º | 0.95% | 0.48% | - |
| HSV(B) | 295.58º | 0.97% | 0.93% | - |
| XYZ | 44.87 | 21.46 | 81.9 | - |
| YUV | 96.32 | 207.4 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 237 | 0.07 | 0.97 | 0 | 0.07 | 295.58 | 0.95 | 0.48 |
| Hex | DC | 6 | ED | 7 | 61 | 0 | 7 | 128 | 5F | 30 |
| Octal | 334 | 6 | 355 | 7 | 141 | 0 | 7 | 450 | 137 | 60 |
| Binary | 11011100 | 110 | 11101101 | 111 | 1100001 | 0 | 111 | 100101000 | 1011111 | 110000 |
Color Harmonies of #DC06ED
Complementary color
Monochromatic Colors of #DC06ED
Black with #DC06ED
Text Example
Text Example
White with #DC06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06ED; }
p { color: rgb(220,6,237); }
H1.HeaderClassName
{
color: #DC06ED;
}
.AnyTagClassName
{
color: #DC06ED;
}
</style>
background-color css
<style>
a { background-color: #DC06ED; }
a { background-color: rgb(220,6,237); }
div.DivClassName
{
background-color: #DC06ED;
}
.BgClassName
{
background-color: #DC06ED;
}
</style>
border-color css
<style>
span { border-color: #DC06ED; }
span { border-color: rgb(220,6,237); }
td.TdClassName
{
border-color: #DC06ED;
}
.TagClassName
{
border-color: #DC06ED;
}
</style>