Shades of Psychedelic Purple #DF07FE
Tints of Psychedelic Purple #DF07FE
RGB
CMYK
RGB Variations
Color information
#DF07FE (or 0xDF07FE) is known color: Psychedelic Purple. HEX triplet: DF, 07 and FE. RGB value is (223,7,254). Sum of RGB (Red+Green+Blue) = 223+7+254=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF07FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07FE is #20F801. Grayscale: #626262. Windows color (decimal): -2160642 or 16648159. OLE color: 16648159.
HSL color Cylindrical-coordinate representation of color #DF07FE: hue angle of 292.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07FE is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 7 | 254 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.00 |
| HSL | 292.47º | 0.99% | 0.51% | - |
| HSV(B) | 292.47º | 0.97% | 1% | - |
| XYZ | 48.4 | 23 | 95.65 | - |
| YUV | 99.74 | 215.06 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 254 | 0.12 | 0.97 | 0 | 0.00 | 292.47 | 0.99 | 0.51 |
| Hex | DF | 7 | FE | C | 61 | 0 | 0 | 124 | 63 | 33 |
| Octal | 337 | 7 | 376 | 14 | 141 | 0 | 0 | 444 | 143 | 63 |
| Binary | 11011111 | 111 | 11111110 | 1100 | 1100001 | 0 | 0 | 100100100 | 1100011 | 110011 |
Color Harmonies of #DF07FE
Complementary color
Monochromatic Colors of #DF07FE
Black with #DF07FE
Text Example
Text Example
White with #DF07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07FE; }
p { color: rgb(223,7,254); }
H1.HeaderClassName
{
color: #DF07FE;
}
.AnyTagClassName
{
color: #DF07FE;
}
</style>
background-color css
<style>
a { background-color: #DF07FE; }
a { background-color: rgb(223,7,254); }
div.DivClassName
{
background-color: #DF07FE;
}
.BgClassName
{
background-color: #DF07FE;
}
</style>
border-color css
<style>
span { border-color: #DF07FE; }
span { border-color: rgb(223,7,254); }
td.TdClassName
{
border-color: #DF07FE;
}
.TagClassName
{
border-color: #DF07FE;
}
</style>