Shades of Psychedelic Purple #DF07F1
Tints of Psychedelic Purple #DF07F1
RGB
CMYK
RGB Variations
Color information
#DF07F1 (or 0xDF07F1) is known color: Psychedelic Purple. HEX triplet: DF, 07 and F1. RGB value is (223,7,241). Sum of RGB (Red+Green+Blue) = 223+7+241=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF07F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07F1 is #20F80E. Grayscale: #616161. Windows color (decimal): -2160655 or 15796191. OLE color: 15796191.
HSL color Cylindrical-coordinate representation of color #DF07F1: hue angle of 295.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07F1 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 7 | 241 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.05 |
| HSL | 295.38º | 0.94% | 0.49% | - |
| HSV(B) | 295.38º | 0.97% | 0.95% | - |
| XYZ | 46.38 | 22.19 | 85.06 | - |
| YUV | 98.26 | 208.56 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 241 | 0.07 | 0.97 | 0 | 0.05 | 295.38 | 0.94 | 0.49 |
| Hex | DF | 7 | F1 | 7 | 61 | 0 | 5 | 127 | 5E | 31 |
| Octal | 337 | 7 | 361 | 7 | 141 | 0 | 5 | 447 | 136 | 61 |
| Binary | 11011111 | 111 | 11110001 | 111 | 1100001 | 0 | 101 | 100100111 | 1011110 | 110001 |
Color Harmonies of #DF07F1
Complementary color
Monochromatic Colors of #DF07F1
Black with #DF07F1
Text Example
Text Example
White with #DF07F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07F1; }
p { color: rgb(223,7,241); }
H1.HeaderClassName
{
color: #DF07F1;
}
.AnyTagClassName
{
color: #DF07F1;
}
</style>
background-color css
<style>
a { background-color: #DF07F1; }
a { background-color: rgb(223,7,241); }
div.DivClassName
{
background-color: #DF07F1;
}
.BgClassName
{
background-color: #DF07F1;
}
</style>
border-color css
<style>
span { border-color: #DF07F1; }
span { border-color: rgb(223,7,241); }
td.TdClassName
{
border-color: #DF07F1;
}
.TagClassName
{
border-color: #DF07F1;
}
</style>