Shades of Psychedelic Purple #DF20F6
Tints of Psychedelic Purple #DF20F6
RGB
CMYK
RGB Variations
Color information
#DF20F6 (or 0xDF20F6) is known color: Psychedelic Purple. HEX triplet: DF, 20 and F6. RGB value is (223,32,246). Sum of RGB (Red+Green+Blue) = 223+32+246=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF20F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20F6 is #20DF09. Grayscale: #707070. Windows color (decimal): -2154250 or 16130271. OLE color: 16130271.
HSL color Cylindrical-coordinate representation of color #DF20F6: hue angle of 293.55º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF20F6 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 32 | 246 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.04 |
| HSL | 293.55º | 0.92% | 0.55% | - |
| HSV(B) | 293.55º | 0.87% | 0.96% | - |
| XYZ | 47.58 | 23.37 | 89.19 | - |
| YUV | 113.51 | 202.78 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 246 | 0.09 | 0.87 | 0 | 0.04 | 293.55 | 0.92 | 0.55 |
| Hex | DF | 20 | F6 | 9 | 57 | 0 | 4 | 126 | 5C | 37 |
| Octal | 337 | 40 | 366 | 11 | 127 | 0 | 4 | 446 | 134 | 67 |
| Binary | 11011111 | 100000 | 11110110 | 1001 | 1010111 | 0 | 100 | 100100110 | 1011100 | 110111 |
Color Harmonies of #DF20F6
Complementary color
Monochromatic Colors of #DF20F6
Black with #DF20F6
Text Example
Text Example
White with #DF20F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20F6; }
p { color: rgb(223,32,246); }
H1.HeaderClassName
{
color: #DF20F6;
}
.AnyTagClassName
{
color: #DF20F6;
}
</style>
background-color css
<style>
a { background-color: #DF20F6; }
a { background-color: rgb(223,32,246); }
div.DivClassName
{
background-color: #DF20F6;
}
.BgClassName
{
background-color: #DF20F6;
}
</style>
border-color css
<style>
span { border-color: #DF20F6; }
span { border-color: rgb(223,32,246); }
td.TdClassName
{
border-color: #DF20F6;
}
.TagClassName
{
border-color: #DF20F6;
}
</style>