Shades of Psychedelic Purple #DF04F2
Tints of Psychedelic Purple #DF04F2
RGB
CMYK
RGB Variations
Color information
#DF04F2 (or 0xDF04F2) is known color: Psychedelic Purple. HEX triplet: DF, 04 and F2. RGB value is (223,4,242). Sum of RGB (Red+Green+Blue) = 223+4+242=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF04F2 is #20FB0D. Grayscale: #5F5F5F. Windows color (decimal): -2161422 or 15860959. OLE color: 15860959.
HSL color Cylindrical-coordinate representation of color #DF04F2: hue angle of 295.21º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF04F2 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 4 | 242 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.05 |
| HSL | 295.21º | 0.97% | 0.48% | - |
| HSV(B) | 295.21º | 0.98% | 0.95% | - |
| XYZ | 46.5 | 22.19 | 85.84 | - |
| YUV | 96.61 | 210.05 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 242 | 0.08 | 0.98 | 0 | 0.05 | 295.21 | 0.97 | 0.48 |
| Hex | DF | 4 | F2 | 8 | 62 | 0 | 5 | 127 | 61 | 30 |
| Octal | 337 | 4 | 362 | 10 | 142 | 0 | 5 | 447 | 141 | 60 |
| Binary | 11011111 | 100 | 11110010 | 1000 | 1100010 | 0 | 101 | 100100111 | 1100001 | 110000 |
Color Harmonies of #DF04F2
Complementary color
Monochromatic Colors of #DF04F2
Black with #DF04F2
Text Example
Text Example
White with #DF04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04F2; }
p { color: rgb(223,4,242); }
H1.HeaderClassName
{
color: #DF04F2;
}
.AnyTagClassName
{
color: #DF04F2;
}
</style>
background-color css
<style>
a { background-color: #DF04F2; }
a { background-color: rgb(223,4,242); }
div.DivClassName
{
background-color: #DF04F2;
}
.BgClassName
{
background-color: #DF04F2;
}
</style>
border-color css
<style>
span { border-color: #DF04F2; }
span { border-color: rgb(223,4,242); }
td.TdClassName
{
border-color: #DF04F2;
}
.TagClassName
{
border-color: #DF04F2;
}
</style>