Shades of Psychedelic Purple #DC07FE
Tints of Psychedelic Purple #DC07FE
RGB
CMYK
RGB Variations
Color information
#DC07FE (or 0xDC07FE) is known color: Psychedelic Purple. HEX triplet: DC, 07 and FE. RGB value is (220,7,254). Sum of RGB (Red+Green+Blue) = 220+7+254=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 7 (3.12% from 255 or 1.46% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC07FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07FE is #23F801. Grayscale: #626262. Windows color (decimal): -2357250 or 16648156. OLE color: 16648156.
HSL color Cylindrical-coordinate representation of color #DC07FE: hue angle of 291.74º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07FE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 7 | 254 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.00 |
| HSL | 291.74º | 0.99% | 0.51% | - |
| HSV(B) | 291.74º | 0.97% | 1% | - |
| XYZ | 47.48 | 22.52 | 95.61 | - |
| YUV | 98.85 | 215.57 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 254 | 0.13 | 0.97 | 0 | 0.00 | 291.74 | 0.99 | 0.51 |
| Hex | DC | 7 | FE | D | 61 | 0 | 0 | 124 | 63 | 33 |
| Octal | 334 | 7 | 376 | 15 | 141 | 0 | 0 | 444 | 143 | 63 |
| Binary | 11011100 | 111 | 11111110 | 1101 | 1100001 | 0 | 0 | 100100100 | 1100011 | 110011 |
Color Harmonies of #DC07FE
Complementary color
Monochromatic Colors of #DC07FE
Black with #DC07FE
Text Example
Text Example
White with #DC07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07FE; }
p { color: rgb(220,7,254); }
H1.HeaderClassName
{
color: #DC07FE;
}
.AnyTagClassName
{
color: #DC07FE;
}
</style>
background-color css
<style>
a { background-color: #DC07FE; }
a { background-color: rgb(220,7,254); }
div.DivClassName
{
background-color: #DC07FE;
}
.BgClassName
{
background-color: #DC07FE;
}
</style>
border-color css
<style>
span { border-color: #DC07FE; }
span { border-color: rgb(220,7,254); }
td.TdClassName
{
border-color: #DC07FE;
}
.TagClassName
{
border-color: #DC07FE;
}
</style>