Shades of Psychedelic Purple #DC0AEC
Tints of Psychedelic Purple #DC0AEC
RGB
CMYK
RGB Variations
Color information
#DC0AEC (or 0xDC0AEC) is known color: Psychedelic Purple. HEX triplet: DC, 0A and EC. RGB value is (220,10,236). Sum of RGB (Red+Green+Blue) = 220+10+236=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC0AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0AEC is #23F513. Grayscale: #616161. Windows color (decimal): -2356500 or 15469276. OLE color: 15469276.
HSL color Cylindrical-coordinate representation of color #DC0AEC: hue angle of 295.75º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0AEC is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 10 | 236 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.07 |
| HSL | 295.75º | 0.92% | 0.48% | - |
| HSV(B) | 295.75º | 0.96% | 0.93% | - |
| XYZ | 44.76 | 21.49 | 81.15 | - |
| YUV | 98.55 | 205.57 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 236 | 0.07 | 0.96 | 0 | 0.07 | 295.75 | 0.92 | 0.48 |
| Hex | DC | A | EC | 7 | 60 | 0 | 7 | 128 | 5C | 30 |
| Octal | 334 | 12 | 354 | 7 | 140 | 0 | 7 | 450 | 134 | 60 |
| Binary | 11011100 | 1010 | 11101100 | 111 | 1100000 | 0 | 111 | 100101000 | 1011100 | 110000 |
Color Harmonies of #DC0AEC
Complementary color
Monochromatic Colors of #DC0AEC
Black with #DC0AEC
Text Example
Text Example
White with #DC0AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AEC; }
p { color: rgb(220,10,236); }
H1.HeaderClassName
{
color: #DC0AEC;
}
.AnyTagClassName
{
color: #DC0AEC;
}
</style>
background-color css
<style>
a { background-color: #DC0AEC; }
a { background-color: rgb(220,10,236); }
div.DivClassName
{
background-color: #DC0AEC;
}
.BgClassName
{
background-color: #DC0AEC;
}
</style>
border-color css
<style>
span { border-color: #DC0AEC; }
span { border-color: rgb(220,10,236); }
td.TdClassName
{
border-color: #DC0AEC;
}
.TagClassName
{
border-color: #DC0AEC;
}
</style>