Shades of Psychedelic Purple #DF04FE
Tints of Psychedelic Purple #DF04FE
RGB
CMYK
RGB Variations
Color information
#DF04FE (or 0xDF04FE) is known color: Psychedelic Purple. HEX triplet: DF, 04 and FE. RGB value is (223,4,254). Sum of RGB (Red+Green+Blue) = 223+4+254=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 4 (1.95% from 255 or 0.83% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF04FE is #20FB01. Grayscale: #616161. Windows color (decimal): -2161410 or 16647391. OLE color: 16647391.
HSL color Cylindrical-coordinate representation of color #DF04FE: hue angle of 292.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04FE is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 4 | 254 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.00 |
| HSL | 292.56º | 0.99% | 0.51% | - |
| HSV(B) | 292.56º | 0.98% | 1% | - |
| XYZ | 48.36 | 22.93 | 95.64 | - |
| YUV | 97.98 | 216.05 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 254 | 0.12 | 0.98 | 0 | 0.00 | 292.56 | 0.99 | 0.51 |
| Hex | DF | 4 | FE | C | 62 | 0 | 0 | 125 | 63 | 33 |
| Octal | 337 | 4 | 376 | 14 | 142 | 0 | 0 | 445 | 143 | 63 |
| Binary | 11011111 | 100 | 11111110 | 1100 | 1100010 | 0 | 0 | 100100101 | 1100011 | 110011 |
Color Harmonies of #DF04FE
Complementary color
Monochromatic Colors of #DF04FE
Black with #DF04FE
Text Example
Text Example
White with #DF04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04FE; }
p { color: rgb(223,4,254); }
H1.HeaderClassName
{
color: #DF04FE;
}
.AnyTagClassName
{
color: #DF04FE;
}
</style>
background-color css
<style>
a { background-color: #DF04FE; }
a { background-color: rgb(223,4,254); }
div.DivClassName
{
background-color: #DF04FE;
}
.BgClassName
{
background-color: #DF04FE;
}
</style>
border-color css
<style>
span { border-color: #DF04FE; }
span { border-color: rgb(223,4,254); }
td.TdClassName
{
border-color: #DF04FE;
}
.TagClassName
{
border-color: #DF04FE;
}
</style>