Shades of Psychedelic Purple #DF20F3
Tints of Psychedelic Purple #DF20F3
RGB
CMYK
RGB Variations
Color information
#DF20F3 (or 0xDF20F3) is known color: Psychedelic Purple. HEX triplet: DF, 20 and F3. RGB value is (223,32,243). Sum of RGB (Red+Green+Blue) = 223+32+243=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF20F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20F3 is #20DF0C. Grayscale: #707070. Windows color (decimal): -2154253 or 15933663. OLE color: 15933663.
HSL color Cylindrical-coordinate representation of color #DF20F3: hue angle of 294.31º degrees, saturation: 0.9, 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 #DF20F3 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 32 | 243 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.05 |
| HSL | 294.31º | 0.9% | 0.54% | - |
| HSV(B) | 294.31º | 0.87% | 0.95% | - |
| XYZ | 47.13 | 23.19 | 86.79 | - |
| YUV | 113.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 243 | 0.08 | 0.87 | 0 | 0.05 | 294.31 | 0.9 | 0.54 |
| Hex | DF | 20 | F3 | 8 | 57 | 0 | 5 | 126 | 5A | 36 |
| Octal | 337 | 40 | 363 | 10 | 127 | 0 | 5 | 446 | 132 | 66 |
| Binary | 11011111 | 100000 | 11110011 | 1000 | 1010111 | 0 | 101 | 100100110 | 1011010 | 110110 |
Color Harmonies of #DF20F3
Complementary color
Monochromatic Colors of #DF20F3
Black with #DF20F3
Text Example
Text Example
White with #DF20F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20F3; }
p { color: rgb(223,32,243); }
H1.HeaderClassName
{
color: #DF20F3;
}
.AnyTagClassName
{
color: #DF20F3;
}
</style>
background-color css
<style>
a { background-color: #DF20F3; }
a { background-color: rgb(223,32,243); }
div.DivClassName
{
background-color: #DF20F3;
}
.BgClassName
{
background-color: #DF20F3;
}
</style>
border-color css
<style>
span { border-color: #DF20F3; }
span { border-color: rgb(223,32,243); }
td.TdClassName
{
border-color: #DF20F3;
}
.TagClassName
{
border-color: #DF20F3;
}
</style>