Shades of Psychedelic Purple #DC0AE4
Tints of Psychedelic Purple #DC0AE4
RGB
CMYK
RGB Variations
Color information
#DC0AE4 (or 0xDC0AE4) is known color: Psychedelic Purple. HEX triplet: DC, 0A and E4. RGB value is (220,10,228). Sum of RGB (Red+Green+Blue) = 220+10+228=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC0AE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AE4 is #23F51B. Grayscale: #606060. Windows color (decimal): -2356508 or 14944988. OLE color: 14944988.
HSL color Cylindrical-coordinate representation of color #DC0AE4: hue angle of 297.8º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0AE4 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 10 | 228 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.11 |
| HSL | 297.8º | 0.92% | 0.47% | - |
| HSV(B) | 297.8º | 0.96% | 0.89% | - |
| XYZ | 43.63 | 21.03 | 75.16 | - |
| YUV | 97.64 | 201.57 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 228 | 0.04 | 0.96 | 0 | 0.11 | 297.8 | 0.92 | 0.47 |
| Hex | DC | A | E4 | 4 | 60 | 0 | B | 12A | 5C | 2F |
| Octal | 334 | 12 | 344 | 4 | 140 | 0 | 13 | 452 | 134 | 57 |
| Binary | 11011100 | 1010 | 11100100 | 100 | 1100000 | 0 | 1011 | 100101010 | 1011100 | 101111 |
Color Harmonies of #DC0AE4
Complementary color
Monochromatic Colors of #DC0AE4
Black with #DC0AE4
Text Example
Text Example
White with #DC0AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AE4; }
p { color: rgb(220,10,228); }
H1.HeaderClassName
{
color: #DC0AE4;
}
.AnyTagClassName
{
color: #DC0AE4;
}
</style>
background-color css
<style>
a { background-color: #DC0AE4; }
a { background-color: rgb(220,10,228); }
div.DivClassName
{
background-color: #DC0AE4;
}
.BgClassName
{
background-color: #DC0AE4;
}
</style>
border-color css
<style>
span { border-color: #DC0AE4; }
span { border-color: rgb(220,10,228); }
td.TdClassName
{
border-color: #DC0AE4;
}
.TagClassName
{
border-color: #DC0AE4;
}
</style>