Shades of Psychedelic Purple #DF00FC
Tints of Psychedelic Purple #DF00FC
RGB
CMYK
RGB Variations
Color information
#DF00FC (or 0xDF00FC) is known color: Psychedelic Purple. HEX triplet: DF, 00 and FC. RGB value is (223,0,252). Sum of RGB (Red+Green+Blue) = 223+0+252=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00FC is #20FF03. Grayscale: #5E5E5E. Windows color (decimal): -2162436 or 16515295. OLE color: 16515295.
HSL color Cylindrical-coordinate representation of color #DF00FC: hue angle of 293.1º 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 #DF00FC is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 0 | 252 | - |
| CMYK | 0.12 | 1 | 0 | 0.01 |
| HSL | 293.1º | 1% | 0.49% | - |
| HSV(B) | 293.1º | 1% | 0.99% | - |
| XYZ | 48 | 22.72 | 93.95 | - |
| YUV | 95.41 | 216.38 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 252 | 0.12 | 1 | 0 | 0.01 | 293.1 | 1 | 0.49 |
| Hex | DF | 0 | FC | C | 64 | 0 | 1 | 125 | 64 | 31 |
| Octal | 337 | 0 | 374 | 14 | 144 | 0 | 1 | 445 | 144 | 61 |
| Binary | 11011111 | 0 | 11111100 | 1100 | 1100100 | 0 | 1 | 100100101 | 1100100 | 110001 |
Color Harmonies of #DF00FC
Complementary color
Monochromatic Colors of #DF00FC
Black with #DF00FC
Text Example
Text Example
White with #DF00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00FC; }
p { color: rgb(223,0,252); }
H1.HeaderClassName
{
color: #DF00FC;
}
.AnyTagClassName
{
color: #DF00FC;
}
</style>
background-color css
<style>
a { background-color: #DF00FC; }
a { background-color: rgb(223,0,252); }
div.DivClassName
{
background-color: #DF00FC;
}
.BgClassName
{
background-color: #DF00FC;
}
</style>
border-color css
<style>
span { border-color: #DF00FC; }
span { border-color: rgb(223,0,252); }
td.TdClassName
{
border-color: #DF00FC;
}
.TagClassName
{
border-color: #DF00FC;
}
</style>