Shades of Psychedelic Purple #DC0FEE
Tints of Psychedelic Purple #DC0FEE
RGB
CMYK
RGB Variations
Color information
#DC0FEE (or 0xDC0FEE) is known color: Psychedelic Purple. HEX triplet: DC, 0F and EE. RGB value is (220,15,238). Sum of RGB (Red+Green+Blue) = 220+15+238=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0FEE is #23F011. Grayscale: #656565. Windows color (decimal): -2355218 or 15601628. OLE color: 15601628.
HSL color Cylindrical-coordinate representation of color #DC0FEE: hue angle of 295.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0FEE is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 15 | 238 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.07 |
| HSL | 295.16º | 0.88% | 0.5% | - |
| HSV(B) | 295.16º | 0.94% | 0.93% | - |
| XYZ | 45.12 | 21.73 | 82.71 | - |
| YUV | 101.72 | 204.92 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 238 | 0.08 | 0.94 | 0 | 0.07 | 295.16 | 0.88 | 0.5 |
| Hex | DC | F | EE | 8 | 5E | 0 | 7 | 127 | 58 | 32 |
| Octal | 334 | 17 | 356 | 10 | 136 | 0 | 7 | 447 | 130 | 62 |
| Binary | 11011100 | 1111 | 11101110 | 1000 | 1011110 | 0 | 111 | 100100111 | 1011000 | 110010 |
Color Harmonies of #DC0FEE
Complementary color
Monochromatic Colors of #DC0FEE
Black with #DC0FEE
Text Example
Text Example
White with #DC0FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FEE; }
p { color: rgb(220,15,238); }
H1.HeaderClassName
{
color: #DC0FEE;
}
.AnyTagClassName
{
color: #DC0FEE;
}
</style>
background-color css
<style>
a { background-color: #DC0FEE; }
a { background-color: rgb(220,15,238); }
div.DivClassName
{
background-color: #DC0FEE;
}
.BgClassName
{
background-color: #DC0FEE;
}
</style>
border-color css
<style>
span { border-color: #DC0FEE; }
span { border-color: rgb(220,15,238); }
td.TdClassName
{
border-color: #DC0FEE;
}
.TagClassName
{
border-color: #DC0FEE;
}
</style>