Shades of Psychedelic Purple #DC01F7
Tints of Psychedelic Purple #DC01F7
RGB
CMYK
RGB Variations
Color information
#DC01F7 (or 0xDC01F7) is known color: Psychedelic Purple. HEX triplet: DC, 01 and F7. RGB value is (220,1,247). Sum of RGB (Red+Green+Blue) = 220+1+247=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC01F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01F7 is #23FE08. Grayscale: #5D5D5D. Windows color (decimal): -2358793 or 16187868. OLE color: 16187868.
HSL color Cylindrical-coordinate representation of color #DC01F7: hue angle of 293.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01F7 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 1 | 247 | - |
| CMYK | 0.11 | 1.00 | 0 | 0.03 |
| HSL | 293.41º | 0.99% | 0.49% | - |
| HSV(B) | 293.41º | 1% | 0.97% | - |
| XYZ | 46.31 | 21.95 | 89.79 | - |
| YUV | 94.53 | 214.05 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 247 | 0.11 | 1.00 | 0 | 0.03 | 293.41 | 0.99 | 0.49 |
| Hex | DC | 1 | F7 | B | 64 | 0 | 3 | 125 | 63 | 31 |
| Octal | 334 | 1 | 367 | 13 | 144 | 0 | 3 | 445 | 143 | 61 |
| Binary | 11011100 | 1 | 11110111 | 1011 | 1100100 | 0 | 11 | 100100101 | 1100011 | 110001 |
Color Harmonies of #DC01F7
Complementary color
Monochromatic Colors of #DC01F7
Black with #DC01F7
Text Example
Text Example
White with #DC01F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01F7; }
p { color: rgb(220,1,247); }
H1.HeaderClassName
{
color: #DC01F7;
}
.AnyTagClassName
{
color: #DC01F7;
}
</style>
background-color css
<style>
a { background-color: #DC01F7; }
a { background-color: rgb(220,1,247); }
div.DivClassName
{
background-color: #DC01F7;
}
.BgClassName
{
background-color: #DC01F7;
}
</style>
border-color css
<style>
span { border-color: #DC01F7; }
span { border-color: rgb(220,1,247); }
td.TdClassName
{
border-color: #DC01F7;
}
.TagClassName
{
border-color: #DC01F7;
}
</style>