Shades of Psychedelic Purple #DC07E7
Tints of Psychedelic Purple #DC07E7
RGB
CMYK
RGB Variations
Color information
#DC07E7 (or 0xDC07E7) is known color: Psychedelic Purple. HEX triplet: DC, 07 and E7. RGB value is (220,7,231). Sum of RGB (Red+Green+Blue) = 220+7+231=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC07E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07E7 is #23F818. Grayscale: #5F5F5F. Windows color (decimal): -2357273 or 15140828. OLE color: 15140828.
HSL color Cylindrical-coordinate representation of color #DC07E7: hue angle of 297.05º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07E7 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 7 | 231 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.09 |
| HSL | 297.05º | 0.94% | 0.47% | - |
| HSV(B) | 297.05º | 0.97% | 0.91% | - |
| XYZ | 44.01 | 21.14 | 77.36 | - |
| YUV | 96.22 | 204.07 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 231 | 0.05 | 0.97 | 0 | 0.09 | 297.05 | 0.94 | 0.47 |
| Hex | DC | 7 | E7 | 5 | 61 | 0 | 9 | 129 | 5E | 2F |
| Octal | 334 | 7 | 347 | 5 | 141 | 0 | 11 | 451 | 136 | 57 |
| Binary | 11011100 | 111 | 11100111 | 101 | 1100001 | 0 | 1001 | 100101001 | 1011110 | 101111 |
Color Harmonies of #DC07E7
Complementary color
Monochromatic Colors of #DC07E7
Black with #DC07E7
Text Example
Text Example
White with #DC07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07E7; }
p { color: rgb(220,7,231); }
H1.HeaderClassName
{
color: #DC07E7;
}
.AnyTagClassName
{
color: #DC07E7;
}
</style>
background-color css
<style>
a { background-color: #DC07E7; }
a { background-color: rgb(220,7,231); }
div.DivClassName
{
background-color: #DC07E7;
}
.BgClassName
{
background-color: #DC07E7;
}
</style>
border-color css
<style>
span { border-color: #DC07E7; }
span { border-color: rgb(220,7,231); }
td.TdClassName
{
border-color: #DC07E7;
}
.TagClassName
{
border-color: #DC07E7;
}
</style>