Shades of Psychedelic Purple #DC0AEE
Tints of Psychedelic Purple #DC0AEE
RGB
CMYK
RGB Variations
Color information
#DC0AEE (or 0xDC0AEE) is known color: Psychedelic Purple. HEX triplet: DC, 0A and EE. RGB value is (220,10,238). Sum of RGB (Red+Green+Blue) = 220+10+238=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC0AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0AEE is #23F511. Grayscale: #626262. Windows color (decimal): -2356498 or 15600348. OLE color: 15600348.
HSL color Cylindrical-coordinate representation of color #DC0AEE: hue angle of 295.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0AEE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 10 | 238 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.07 |
| HSL | 295.26º | 0.92% | 0.49% | - |
| HSV(B) | 295.26º | 0.96% | 0.93% | - |
| XYZ | 45.06 | 21.61 | 82.68 | - |
| YUV | 98.78 | 206.57 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 238 | 0.08 | 0.96 | 0 | 0.07 | 295.26 | 0.92 | 0.49 |
| Hex | DC | A | EE | 8 | 60 | 0 | 7 | 127 | 5C | 31 |
| Octal | 334 | 12 | 356 | 10 | 140 | 0 | 7 | 447 | 134 | 61 |
| Binary | 11011100 | 1010 | 11101110 | 1000 | 1100000 | 0 | 111 | 100100111 | 1011100 | 110001 |
Color Harmonies of #DC0AEE
Complementary color
Monochromatic Colors of #DC0AEE
Black with #DC0AEE
Text Example
Text Example
White with #DC0AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AEE; }
p { color: rgb(220,10,238); }
H1.HeaderClassName
{
color: #DC0AEE;
}
.AnyTagClassName
{
color: #DC0AEE;
}
</style>
background-color css
<style>
a { background-color: #DC0AEE; }
a { background-color: rgb(220,10,238); }
div.DivClassName
{
background-color: #DC0AEE;
}
.BgClassName
{
background-color: #DC0AEE;
}
</style>
border-color css
<style>
span { border-color: #DC0AEE; }
span { border-color: rgb(220,10,238); }
td.TdClassName
{
border-color: #DC0AEE;
}
.TagClassName
{
border-color: #DC0AEE;
}
</style>