Shades of Psychedelic Purple #DC0AE6
Tints of Psychedelic Purple #DC0AE6
RGB
CMYK
RGB Variations
Color information
#DC0AE6 (or 0xDC0AE6) is known color: Psychedelic Purple. HEX triplet: DC, 0A and E6. RGB value is (220,10,230). Sum of RGB (Red+Green+Blue) = 220+10+230=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC0AE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0AE6 is #23F519. Grayscale: #616161. Windows color (decimal): -2356506 or 15076060. OLE color: 15076060.
HSL color Cylindrical-coordinate representation of color #DC0AE6: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0AE6 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 10 | 230 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.10 |
| HSL | 297.27º | 0.92% | 0.47% | - |
| HSV(B) | 297.27º | 0.96% | 0.9% | - |
| XYZ | 43.91 | 21.15 | 76.63 | - |
| YUV | 97.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 230 | 0.04 | 0.96 | 0 | 0.10 | 297.27 | 0.92 | 0.47 |
| Hex | DC | A | E6 | 4 | 60 | 0 | A | 129 | 5C | 2F |
| Octal | 334 | 12 | 346 | 4 | 140 | 0 | 12 | 451 | 134 | 57 |
| Binary | 11011100 | 1010 | 11100110 | 100 | 1100000 | 0 | 1010 | 100101001 | 1011100 | 101111 |
Color Harmonies of #DC0AE6
Complementary color
Monochromatic Colors of #DC0AE6
Black with #DC0AE6
Text Example
Text Example
White with #DC0AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AE6; }
p { color: rgb(220,10,230); }
H1.HeaderClassName
{
color: #DC0AE6;
}
.AnyTagClassName
{
color: #DC0AE6;
}
</style>
background-color css
<style>
a { background-color: #DC0AE6; }
a { background-color: rgb(220,10,230); }
div.DivClassName
{
background-color: #DC0AE6;
}
.BgClassName
{
background-color: #DC0AE6;
}
</style>
border-color css
<style>
span { border-color: #DC0AE6; }
span { border-color: rgb(220,10,230); }
td.TdClassName
{
border-color: #DC0AE6;
}
.TagClassName
{
border-color: #DC0AE6;
}
</style>