Shades of Psychedelic Purple #DC06EA
Tints of Psychedelic Purple #DC06EA
RGB
CMYK
RGB Variations
Color information
#DC06EA (or 0xDC06EA) is known color: Psychedelic Purple. HEX triplet: DC, 06 and EA. RGB value is (220,6,234). Sum of RGB (Red+Green+Blue) = 220+6+234=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC06EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC06EA is #23F915. Grayscale: #5F5F5F. Windows color (decimal): -2357526 or 15337180. OLE color: 15337180.
HSL color Cylindrical-coordinate representation of color #DC06EA: hue angle of 296.32º degrees, saturation: 0.95, 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 #DC06EA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 6 | 234 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.08 |
| HSL | 296.32º | 0.95% | 0.47% | - |
| HSV(B) | 296.32º | 0.97% | 0.92% | - |
| XYZ | 44.43 | 21.29 | 79.61 | - |
| YUV | 95.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 234 | 0.06 | 0.97 | 0 | 0.08 | 296.32 | 0.95 | 0.47 |
| Hex | DC | 6 | EA | 6 | 61 | 0 | 8 | 128 | 5F | 2F |
| Octal | 334 | 6 | 352 | 6 | 141 | 0 | 10 | 450 | 137 | 57 |
| Binary | 11011100 | 110 | 11101010 | 110 | 1100001 | 0 | 1000 | 100101000 | 1011111 | 101111 |
Color Harmonies of #DC06EA
Complementary color
Monochromatic Colors of #DC06EA
Black with #DC06EA
Text Example
Text Example
White with #DC06EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06EA; }
p { color: rgb(220,6,234); }
H1.HeaderClassName
{
color: #DC06EA;
}
.AnyTagClassName
{
color: #DC06EA;
}
</style>
background-color css
<style>
a { background-color: #DC06EA; }
a { background-color: rgb(220,6,234); }
div.DivClassName
{
background-color: #DC06EA;
}
.BgClassName
{
background-color: #DC06EA;
}
</style>
border-color css
<style>
span { border-color: #DC06EA; }
span { border-color: rgb(220,6,234); }
td.TdClassName
{
border-color: #DC06EA;
}
.TagClassName
{
border-color: #DC06EA;
}
</style>