Shades of Psychedelic Purple #DF04F3
Tints of Psychedelic Purple #DF04F3
RGB
CMYK
RGB Variations
Color information
#DF04F3 (or 0xDF04F3) is known color: Psychedelic Purple. HEX triplet: DF, 04 and F3. RGB value is (223,4,243). Sum of RGB (Red+Green+Blue) = 223+4+243=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 4 (1.95% from 255 or 0.85% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF04F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF04F3 is #20FB0C. Grayscale: #5F5F5F. Windows color (decimal): -2161421 or 15926495. OLE color: 15926495.
HSL color Cylindrical-coordinate representation of color #DF04F3: hue angle of 294.98º 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 #DF04F3 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 4 | 243 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.05 |
| HSL | 294.98º | 0.97% | 0.48% | - |
| HSV(B) | 294.98º | 0.98% | 0.95% | - |
| XYZ | 46.65 | 22.25 | 86.63 | - |
| YUV | 96.73 | 210.55 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 243 | 0.08 | 0.98 | 0 | 0.05 | 294.98 | 0.97 | 0.48 |
| Hex | DF | 4 | F3 | 8 | 62 | 0 | 5 | 127 | 61 | 30 |
| Octal | 337 | 4 | 363 | 10 | 142 | 0 | 5 | 447 | 141 | 60 |
| Binary | 11011111 | 100 | 11110011 | 1000 | 1100010 | 0 | 101 | 100100111 | 1100001 | 110000 |
Color Harmonies of #DF04F3
Complementary color
Monochromatic Colors of #DF04F3
Black with #DF04F3
Text Example
Text Example
White with #DF04F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF04F3; }
p { color: rgb(223,4,243); }
H1.HeaderClassName
{
color: #DF04F3;
}
.AnyTagClassName
{
color: #DF04F3;
}
</style>
background-color css
<style>
a { background-color: #DF04F3; }
a { background-color: rgb(223,4,243); }
div.DivClassName
{
background-color: #DF04F3;
}
.BgClassName
{
background-color: #DF04F3;
}
</style>
border-color css
<style>
span { border-color: #DF04F3; }
span { border-color: rgb(223,4,243); }
td.TdClassName
{
border-color: #DF04F3;
}
.TagClassName
{
border-color: #DF04F3;
}
</style>