Shades of Psychedelic Purple #DC01FF
Tints of Psychedelic Purple #DC01FF
RGB
CMYK
RGB Variations
Color information
#DC01FF (or 0xDC01FF) is known color: Psychedelic Purple. HEX triplet: DC, 01 and FF. RGB value is (220,1,255). Sum of RGB (Red+Green+Blue) = 220+1+255=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01FF is #23FE00. Grayscale: #5E5E5E. Windows color (decimal): -2358785 or 16712156. OLE color: 16712156.
HSL color Cylindrical-coordinate representation of color #DC01FF: hue angle of 291.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01FF is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 1 | 255 | - |
| CMYK | 0.14 | 1.00 | 0 | 0 |
| HSL | 291.73º | 1% | 0.5% | - |
| HSV(B) | 291.73º | 1% | 1% | - |
| XYZ | 47.58 | 22.46 | 96.43 | - |
| YUV | 95.44 | 218.05 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 255 | 0.14 | 1.00 | 0 | 0 | 291.73 | 1 | 0.5 |
| Hex | DC | 1 | FF | E | 64 | 0 | 0 | 124 | 64 | 32 |
| Octal | 334 | 1 | 377 | 16 | 144 | 0 | 0 | 444 | 144 | 62 |
| Binary | 11011100 | 1 | 11111111 | 1110 | 1100100 | 0 | 0 | 100100100 | 1100100 | 110010 |
Color Harmonies of #DC01FF
Complementary color
Monochromatic Colors of #DC01FF
Black with #DC01FF
Text Example
Text Example
White with #DC01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01FF; }
p { color: rgb(220,1,255); }
H1.HeaderClassName
{
color: #DC01FF;
}
.AnyTagClassName
{
color: #DC01FF;
}
</style>
background-color css
<style>
a { background-color: #DC01FF; }
a { background-color: rgb(220,1,255); }
div.DivClassName
{
background-color: #DC01FF;
}
.BgClassName
{
background-color: #DC01FF;
}
</style>
border-color css
<style>
span { border-color: #DC01FF; }
span { border-color: rgb(220,1,255); }
td.TdClassName
{
border-color: #DC01FF;
}
.TagClassName
{
border-color: #DC01FF;
}
</style>