Shades of Psychedelic Purple #DF04FC
Tints of Psychedelic Purple #DF04FC
RGB
CMYK
RGB Variations
Color information
#DF04FC (or 0xDF04FC) is known color: Psychedelic Purple. HEX triplet: DF, 04 and FC. RGB value is (223,4,252). Sum of RGB (Red+Green+Blue) = 223+4+252=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 4 (1.95% from 255 or 0.84% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF04FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF04FC is #20FB03. Grayscale: #606060. Windows color (decimal): -2161412 or 16516319. OLE color: 16516319.
HSL color Cylindrical-coordinate representation of color #DF04FC: hue angle of 292.98º 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 #DF04FC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 4 | 252 | - |
CMYK | 0.12 | 0.98 | 0 | 0.01 |
HSL | 292.98º | 0.98% | 0.5% | - |
HSV(B) | 292.98º | 0.98% | 0.99% | - |
XYZ | 48.05 | 22.8 | 93.96 | - |
YUV | 97.75 | 215.05 | 217.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 4 | 252 | 0.12 | 0.98 | 0 | 0.01 | 292.98 | 0.98 | 0.5 |
Hex | DF | 4 | FC | C | 62 | 0 | 1 | 125 | 62 | 32 |
Octal | 337 | 4 | 374 | 14 | 142 | 0 | 1 | 445 | 142 | 62 |
Binary | 11011111 | 100 | 11111100 | 1100 | 1100010 | 0 | 1 | 100100101 | 1100010 | 110010 |
Color Harmonies of #DF04FC
Complementary color
Monochromatic Colors of #DF04FC
Black with #DF04FC
Text Example
Text Example
White with #DF04FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04FC; }
p { color: rgb(223,4,252); }
H1.HeaderClassName
{
color: #DF04FC;
}
.AnyTagClassName
{
color: #DF04FC;
}
</style>
background-color css
<style>
a { background-color: #DF04FC; }
a { background-color: rgb(223,4,252); }
div.DivClassName
{
background-color: #DF04FC;
}
.BgClassName
{
background-color: #DF04FC;
}
</style>
border-color css
<style>
span { border-color: #DF04FC; }
span { border-color: rgb(223,4,252); }
td.TdClassName
{
border-color: #DF04FC;
}
.TagClassName
{
border-color: #DF04FC;
}
</style>