Shades of Psychedelic Purple #DC07FF
Tints of Psychedelic Purple #DC07FF
RGB
CMYK
RGB Variations
Color information
#DC07FF (or 0xDC07FF) is known color: Psychedelic Purple. HEX triplet: DC, 07 and FF. RGB value is (220,7,255). Sum of RGB (Red+Green+Blue) = 220+7+255=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 7 (3.12% from 255 or 1.45% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07FF is #23F800. Grayscale: #626262. Windows color (decimal): -2357249 or 16713692. OLE color: 16713692.
HSL color Cylindrical-coordinate representation of color #DC07FF: hue angle of 291.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07FF is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 7 | 255 | - |
| CMYK | 0.14 | 0.97 | 0 | 0 |
| HSL | 291.53º | 1% | 0.51% | - |
| HSV(B) | 291.53º | 0.97% | 1% | - |
| XYZ | 47.64 | 22.59 | 96.46 | - |
| YUV | 98.96 | 216.07 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 255 | 0.14 | 0.97 | 0 | 0 | 291.53 | 1 | 0.51 |
| Hex | DC | 7 | FF | E | 61 | 0 | 0 | 124 | 64 | 33 |
| Octal | 334 | 7 | 377 | 16 | 141 | 0 | 0 | 444 | 144 | 63 |
| Binary | 11011100 | 111 | 11111111 | 1110 | 1100001 | 0 | 0 | 100100100 | 1100100 | 110011 |
Color Harmonies of #DC07FF
Complementary color
Monochromatic Colors of #DC07FF
Black with #DC07FF
Text Example
Text Example
White with #DC07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07FF; }
p { color: rgb(220,7,255); }
H1.HeaderClassName
{
color: #DC07FF;
}
.AnyTagClassName
{
color: #DC07FF;
}
</style>
background-color css
<style>
a { background-color: #DC07FF; }
a { background-color: rgb(220,7,255); }
div.DivClassName
{
background-color: #DC07FF;
}
.BgClassName
{
background-color: #DC07FF;
}
</style>
border-color css
<style>
span { border-color: #DC07FF; }
span { border-color: rgb(220,7,255); }
td.TdClassName
{
border-color: #DC07FF;
}
.TagClassName
{
border-color: #DC07FF;
}
</style>