Shades of Psychedelic Purple #DC07EE
Tints of Psychedelic Purple #DC07EE
RGB
CMYK
RGB Variations
Color information
#DC07EE (or 0xDC07EE) is known color: Psychedelic Purple. HEX triplet: DC, 07 and EE. RGB value is (220,7,238). Sum of RGB (Red+Green+Blue) = 220+7+238=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC07EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07EE is #23F811. Grayscale: #606060. Windows color (decimal): -2357266 or 15599580. OLE color: 15599580.
HSL color Cylindrical-coordinate representation of color #DC07EE: hue angle of 295.32º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07EE is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 7 | 238 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.07 |
| HSL | 295.32º | 0.94% | 0.48% | - |
| HSV(B) | 295.32º | 0.97% | 0.93% | - |
| XYZ | 45.02 | 21.54 | 82.67 | - |
| YUV | 97.02 | 207.57 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 238 | 0.08 | 0.97 | 0 | 0.07 | 295.32 | 0.94 | 0.48 |
| Hex | DC | 7 | EE | 8 | 61 | 0 | 7 | 127 | 5E | 30 |
| Octal | 334 | 7 | 356 | 10 | 141 | 0 | 7 | 447 | 136 | 60 |
| Binary | 11011100 | 111 | 11101110 | 1000 | 1100001 | 0 | 111 | 100100111 | 1011110 | 110000 |
Color Harmonies of #DC07EE
Complementary color
Monochromatic Colors of #DC07EE
Black with #DC07EE
Text Example
Text Example
White with #DC07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07EE; }
p { color: rgb(220,7,238); }
H1.HeaderClassName
{
color: #DC07EE;
}
.AnyTagClassName
{
color: #DC07EE;
}
</style>
background-color css
<style>
a { background-color: #DC07EE; }
a { background-color: rgb(220,7,238); }
div.DivClassName
{
background-color: #DC07EE;
}
.BgClassName
{
background-color: #DC07EE;
}
</style>
border-color css
<style>
span { border-color: #DC07EE; }
span { border-color: rgb(220,7,238); }
td.TdClassName
{
border-color: #DC07EE;
}
.TagClassName
{
border-color: #DC07EE;
}
</style>