Shades of Psychedelic Purple #DC05FC
Tints of Psychedelic Purple #DC05FC
RGB
CMYK
RGB Variations
Color information
#DC05FC (or 0xDC05FC) is known color: Psychedelic Purple. HEX triplet: DC, 05 and FC. RGB value is (220,5,252). Sum of RGB (Red+Green+Blue) = 220+5+252=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 5 (2.34% from 255 or 1.05% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC05FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC05FC is #23FA03. Grayscale: #606060. Windows color (decimal): -2357764 or 16516572. OLE color: 16516572.
HSL color Cylindrical-coordinate representation of color #DC05FC: hue angle of 292.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05FC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 5 | 252 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.01 |
| HSL | 292.23º | 0.98% | 0.5% | - |
| HSV(B) | 292.23º | 0.98% | 0.99% | - |
| XYZ | 47.14 | 22.35 | 93.93 | - |
| YUV | 97.44 | 215.23 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 252 | 0.13 | 0.98 | 0 | 0.01 | 292.23 | 0.98 | 0.5 |
| Hex | DC | 5 | FC | D | 62 | 0 | 1 | 124 | 62 | 32 |
| Octal | 334 | 5 | 374 | 15 | 142 | 0 | 1 | 444 | 142 | 62 |
| Binary | 11011100 | 101 | 11111100 | 1101 | 1100010 | 0 | 1 | 100100100 | 1100010 | 110010 |
Color Harmonies of #DC05FC
Complementary color
Monochromatic Colors of #DC05FC
Black with #DC05FC
Text Example
Text Example
White with #DC05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05FC; }
p { color: rgb(220,5,252); }
H1.HeaderClassName
{
color: #DC05FC;
}
.AnyTagClassName
{
color: #DC05FC;
}
</style>
background-color css
<style>
a { background-color: #DC05FC; }
a { background-color: rgb(220,5,252); }
div.DivClassName
{
background-color: #DC05FC;
}
.BgClassName
{
background-color: #DC05FC;
}
</style>
border-color css
<style>
span { border-color: #DC05FC; }
span { border-color: rgb(220,5,252); }
td.TdClassName
{
border-color: #DC05FC;
}
.TagClassName
{
border-color: #DC05FC;
}
</style>