Shades of Psychedelic Purple #DF00F9
Tints of Psychedelic Purple #DF00F9
RGB
CMYK
RGB Variations
Color information
#DF00F9 (or 0xDF00F9) is known color: Psychedelic Purple. HEX triplet: DF, 00 and F9. RGB value is (223,0,249). Sum of RGB (Red+Green+Blue) = 223+0+249=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF00F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00F9 is #20FF06. Grayscale: #5E5E5E. Windows color (decimal): -2162439 or 16318687. OLE color: 16318687.
HSL color Cylindrical-coordinate representation of color #DF00F9: hue angle of 293.73º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00F9 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 0 | 249 | - |
| CMYK | 0.10 | 1 | 0 | 0.02 |
| HSL | 293.73º | 1% | 0.49% | - |
| HSV(B) | 293.73º | 1% | 0.98% | - |
| XYZ | 47.53 | 22.53 | 91.47 | - |
| YUV | 95.06 | 214.88 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 249 | 0.10 | 1 | 0 | 0.02 | 293.73 | 1 | 0.49 |
| Hex | DF | 0 | F9 | A | 64 | 0 | 2 | 126 | 64 | 31 |
| Octal | 337 | 0 | 371 | 12 | 144 | 0 | 2 | 446 | 144 | 61 |
| Binary | 11011111 | 0 | 11111001 | 1010 | 1100100 | 0 | 10 | 100100110 | 1100100 | 110001 |
Color Harmonies of #DF00F9
Complementary color
Monochromatic Colors of #DF00F9
Black with #DF00F9
Text Example
Text Example
White with #DF00F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00F9; }
p { color: rgb(223,0,249); }
H1.HeaderClassName
{
color: #DF00F9;
}
.AnyTagClassName
{
color: #DF00F9;
}
</style>
background-color css
<style>
a { background-color: #DF00F9; }
a { background-color: rgb(223,0,249); }
div.DivClassName
{
background-color: #DF00F9;
}
.BgClassName
{
background-color: #DF00F9;
}
</style>
border-color css
<style>
span { border-color: #DF00F9; }
span { border-color: rgb(223,0,249); }
td.TdClassName
{
border-color: #DF00F9;
}
.TagClassName
{
border-color: #DF00F9;
}
</style>