Shades of Psychedelic Purple #DF00F3
Tints of Psychedelic Purple #DF00F3
RGB
CMYK
RGB Variations
Color information
#DF00F3 (or 0xDF00F3) is known color: Psychedelic Purple. HEX triplet: DF, 00 and F3. RGB value is (223,0,243). Sum of RGB (Red+Green+Blue) = 223+0+243=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF00F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00F3 is #20FF0C. Grayscale: #5D5D5D. Windows color (decimal): -2162445 or 15925471. OLE color: 15925471.
HSL color Cylindrical-coordinate representation of color #DF00F3: hue angle of 295.06º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00F3 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 0 | 243 | - |
| CMYK | 0.08 | 1 | 0 | 0.05 |
| HSL | 295.06º | 1% | 0.48% | - |
| HSV(B) | 295.06º | 1% | 0.95% | - |
| XYZ | 46.61 | 22.16 | 86.61 | - |
| YUV | 94.38 | 211.88 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 243 | 0.08 | 1 | 0 | 0.05 | 295.06 | 1 | 0.48 |
| Hex | DF | 0 | F3 | 8 | 64 | 0 | 5 | 127 | 64 | 30 |
| Octal | 337 | 0 | 363 | 10 | 144 | 0 | 5 | 447 | 144 | 60 |
| Binary | 11011111 | 0 | 11110011 | 1000 | 1100100 | 0 | 101 | 100100111 | 1100100 | 110000 |
Color Harmonies of #DF00F3
Complementary color
Monochromatic Colors of #DF00F3
Black with #DF00F3
Text Example
Text Example
White with #DF00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00F3; }
p { color: rgb(223,0,243); }
H1.HeaderClassName
{
color: #DF00F3;
}
.AnyTagClassName
{
color: #DF00F3;
}
</style>
background-color css
<style>
a { background-color: #DF00F3; }
a { background-color: rgb(223,0,243); }
div.DivClassName
{
background-color: #DF00F3;
}
.BgClassName
{
background-color: #DF00F3;
}
</style>
border-color css
<style>
span { border-color: #DF00F3; }
span { border-color: rgb(223,0,243); }
td.TdClassName
{
border-color: #DF00F3;
}
.TagClassName
{
border-color: #DF00F3;
}
</style>