Shades of Psychedelic Purple #DC00F7
Tints of Psychedelic Purple #DC00F7
RGB
CMYK
RGB Variations
Color information
#DC00F7 (or 0xDC00F7) is known color: Psychedelic Purple. HEX triplet: DC, 00 and F7. RGB value is (220,0,247). Sum of RGB (Red+Green+Blue) = 220+0+247=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC00F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00F7 is #23FF08. Grayscale: #5D5D5D. Windows color (decimal): -2359049 or 16187612. OLE color: 16187612.
HSL color Cylindrical-coordinate representation of color #DC00F7: hue angle of 293.44º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00F7 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 0 | 247 | - |
| CMYK | 0.11 | 1 | 0 | 0.03 |
| HSL | 293.44º | 1% | 0.48% | - |
| HSV(B) | 293.44º | 1% | 0.97% | - |
| XYZ | 46.3 | 21.93 | 89.79 | - |
| YUV | 93.94 | 214.39 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 247 | 0.11 | 1 | 0 | 0.03 | 293.44 | 1 | 0.48 |
| Hex | DC | 0 | F7 | B | 64 | 0 | 3 | 125 | 64 | 30 |
| Octal | 334 | 0 | 367 | 13 | 144 | 0 | 3 | 445 | 144 | 60 |
| Binary | 11011100 | 0 | 11110111 | 1011 | 1100100 | 0 | 11 | 100100101 | 1100100 | 110000 |
Color Harmonies of #DC00F7
Complementary color
Monochromatic Colors of #DC00F7
Black with #DC00F7
Text Example
Text Example
White with #DC00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00F7; }
p { color: rgb(220,0,247); }
H1.HeaderClassName
{
color: #DC00F7;
}
.AnyTagClassName
{
color: #DC00F7;
}
</style>
background-color css
<style>
a { background-color: #DC00F7; }
a { background-color: rgb(220,0,247); }
div.DivClassName
{
background-color: #DC00F7;
}
.BgClassName
{
background-color: #DC00F7;
}
</style>
border-color css
<style>
span { border-color: #DC00F7; }
span { border-color: rgb(220,0,247); }
td.TdClassName
{
border-color: #DC00F7;
}
.TagClassName
{
border-color: #DC00F7;
}
</style>