Shades of Psychedelic Purple #DF20F1
Tints of Psychedelic Purple #DF20F1
RGB
CMYK
RGB Variations
Color information
#DF20F1 (or 0xDF20F1) is known color: Psychedelic Purple. HEX triplet: DF, 20 and F1. RGB value is (223,32,241). Sum of RGB (Red+Green+Blue) = 223+32+241=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20F1 is #20DF0E. Grayscale: #707070. Windows color (decimal): -2154255 or 15802591. OLE color: 15802591.
HSL color Cylindrical-coordinate representation of color #DF20F1: hue angle of 294.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF20F1 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 32 | 241 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.05 |
| HSL | 294.83º | 0.88% | 0.54% | - |
| HSV(B) | 294.83º | 0.87% | 0.95% | - |
| XYZ | 46.83 | 23.07 | 85.2 | - |
| YUV | 112.94 | 200.28 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 241 | 0.07 | 0.87 | 0 | 0.05 | 294.83 | 0.88 | 0.54 |
| Hex | DF | 20 | F1 | 7 | 57 | 0 | 5 | 127 | 58 | 36 |
| Octal | 337 | 40 | 361 | 7 | 127 | 0 | 5 | 447 | 130 | 66 |
| Binary | 11011111 | 100000 | 11110001 | 111 | 1010111 | 0 | 101 | 100100111 | 1011000 | 110110 |
Color Harmonies of #DF20F1
Complementary color
Monochromatic Colors of #DF20F1
Black with #DF20F1
Text Example
Text Example
White with #DF20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20F1; }
p { color: rgb(223,32,241); }
H1.HeaderClassName
{
color: #DF20F1;
}
.AnyTagClassName
{
color: #DF20F1;
}
</style>
background-color css
<style>
a { background-color: #DF20F1; }
a { background-color: rgb(223,32,241); }
div.DivClassName
{
background-color: #DF20F1;
}
.BgClassName
{
background-color: #DF20F1;
}
</style>
border-color css
<style>
span { border-color: #DF20F1; }
span { border-color: rgb(223,32,241); }
td.TdClassName
{
border-color: #DF20F1;
}
.TagClassName
{
border-color: #DF20F1;
}
</style>