Shades of Psychedelic Purple #DC00FC
Tints of Psychedelic Purple #DC00FC
RGB
CMYK
RGB Variations
Color information
#DC00FC (or 0xDC00FC) is known color: Psychedelic Purple. HEX triplet: DC, 00 and FC. RGB value is (220,0,252). Sum of RGB (Red+Green+Blue) = 220+0+252=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00FC is #23FF03. Grayscale: #5D5D5D. Windows color (decimal): -2359044 or 16515292. OLE color: 16515292.
HSL color Cylindrical-coordinate representation of color #DC00FC: hue angle of 292.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00FC is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 0 | 252 | - |
| CMYK | 0.13 | 1 | 0 | 0.01 |
| HSL | 292.38º | 1% | 0.49% | - |
| HSV(B) | 292.38º | 1% | 0.99% | - |
| XYZ | 47.09 | 22.24 | 93.91 | - |
| YUV | 94.51 | 216.89 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 252 | 0.13 | 1 | 0 | 0.01 | 292.38 | 1 | 0.49 |
| Hex | DC | 0 | FC | D | 64 | 0 | 1 | 124 | 64 | 31 |
| Octal | 334 | 0 | 374 | 15 | 144 | 0 | 1 | 444 | 144 | 61 |
| Binary | 11011100 | 0 | 11111100 | 1101 | 1100100 | 0 | 1 | 100100100 | 1100100 | 110001 |
Color Harmonies of #DC00FC
Complementary color
Monochromatic Colors of #DC00FC
Black with #DC00FC
Text Example
Text Example
White with #DC00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC00FC; }
p { color: rgb(220,0,252); }
H1.HeaderClassName
{
color: #DC00FC;
}
.AnyTagClassName
{
color: #DC00FC;
}
</style>
background-color css
<style>
a { background-color: #DC00FC; }
a { background-color: rgb(220,0,252); }
div.DivClassName
{
background-color: #DC00FC;
}
.BgClassName
{
background-color: #DC00FC;
}
</style>
border-color css
<style>
span { border-color: #DC00FC; }
span { border-color: rgb(220,0,252); }
td.TdClassName
{
border-color: #DC00FC;
}
.TagClassName
{
border-color: #DC00FC;
}
</style>