Shades of Psychedelic Purple #DF00FA
Tints of Psychedelic Purple #DF00FA
RGB
CMYK
RGB Variations
Color information
#DF00FA (or 0xDF00FA) is known color: Psychedelic Purple. HEX triplet: DF, 00 and FA. RGB value is (223,0,250). Sum of RGB (Red+Green+Blue) = 223+0+250=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 0 (0.39% from 255 or 0% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF00FA is #20FF05. Grayscale: #5E5E5E. Windows color (decimal): -2162438 or 16384223. OLE color: 16384223.
HSL color Cylindrical-coordinate representation of color #DF00FA: hue angle of 293.52º 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 #DF00FA is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 0 | 250 | - |
| CMYK | 0.11 | 1 | 0 | 0.02 |
| HSL | 293.52º | 1% | 0.49% | - |
| HSV(B) | 293.52º | 1% | 0.98% | - |
| XYZ | 47.69 | 22.59 | 92.29 | - |
| YUV | 95.18 | 215.38 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 250 | 0.11 | 1 | 0 | 0.02 | 293.52 | 1 | 0.49 |
| Hex | DF | 0 | FA | B | 64 | 0 | 2 | 126 | 64 | 31 |
| Octal | 337 | 0 | 372 | 13 | 144 | 0 | 2 | 446 | 144 | 61 |
| Binary | 11011111 | 0 | 11111010 | 1011 | 1100100 | 0 | 10 | 100100110 | 1100100 | 110001 |
Color Harmonies of #DF00FA
Complementary color
Monochromatic Colors of #DF00FA
Black with #DF00FA
Text Example
Text Example
White with #DF00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00FA; }
p { color: rgb(223,0,250); }
H1.HeaderClassName
{
color: #DF00FA;
}
.AnyTagClassName
{
color: #DF00FA;
}
</style>
background-color css
<style>
a { background-color: #DF00FA; }
a { background-color: rgb(223,0,250); }
div.DivClassName
{
background-color: #DF00FA;
}
.BgClassName
{
background-color: #DF00FA;
}
</style>
border-color css
<style>
span { border-color: #DF00FA; }
span { border-color: rgb(223,0,250); }
td.TdClassName
{
border-color: #DF00FA;
}
.TagClassName
{
border-color: #DF00FA;
}
</style>