Shades of Psychedelic Purple #DC01FD
Tints of Psychedelic Purple #DC01FD
RGB
CMYK
RGB Variations
Color information
#DC01FD (or 0xDC01FD) is known color: Psychedelic Purple. HEX triplet: DC, 01 and FD. RGB value is (220,1,253). Sum of RGB (Red+Green+Blue) = 220+1+253=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC01FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01FD is #23FE02. Grayscale: #5E5E5E. Windows color (decimal): -2358787 or 16581084. OLE color: 16581084.
HSL color Cylindrical-coordinate representation of color #DC01FD: hue angle of 292.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01FD is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 1 | 253 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.01 |
| HSL | 292.14º | 0.99% | 0.5% | - |
| HSV(B) | 292.14º | 1% | 0.99% | - |
| XYZ | 47.26 | 22.33 | 94.75 | - |
| YUV | 95.21 | 217.05 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 253 | 0.13 | 1.00 | 0 | 0.01 | 292.14 | 0.99 | 0.5 |
| Hex | DC | 1 | FD | D | 64 | 0 | 1 | 124 | 63 | 32 |
| Octal | 334 | 1 | 375 | 15 | 144 | 0 | 1 | 444 | 143 | 62 |
| Binary | 11011100 | 1 | 11111101 | 1101 | 1100100 | 0 | 1 | 100100100 | 1100011 | 110010 |
Color Harmonies of #DC01FD
Complementary color
Monochromatic Colors of #DC01FD
Black with #DC01FD
Text Example
Text Example
White with #DC01FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01FD; }
p { color: rgb(220,1,253); }
H1.HeaderClassName
{
color: #DC01FD;
}
.AnyTagClassName
{
color: #DC01FD;
}
</style>
background-color css
<style>
a { background-color: #DC01FD; }
a { background-color: rgb(220,1,253); }
div.DivClassName
{
background-color: #DC01FD;
}
.BgClassName
{
background-color: #DC01FD;
}
</style>
border-color css
<style>
span { border-color: #DC01FD; }
span { border-color: rgb(220,1,253); }
td.TdClassName
{
border-color: #DC01FD;
}
.TagClassName
{
border-color: #DC01FD;
}
</style>