Shades of Psychedelic Purple #DF20FC
Tints of Psychedelic Purple #DF20FC
RGB
CMYK
RGB Variations
Color information
#DF20FC (or 0xDF20FC) is known color: Psychedelic Purple. HEX triplet: DF, 20 and FC. RGB value is (223,32,252). Sum of RGB (Red+Green+Blue) = 223+32+252=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF20FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20FC is #20DF03. Grayscale: #717171. Windows color (decimal): -2154244 or 16523487. OLE color: 16523487.
HSL color Cylindrical-coordinate representation of color #DF20FC: hue angle of 292.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF20FC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 32 | 252 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.01 |
| HSL | 292.09º | 0.97% | 0.56% | - |
| HSV(B) | 292.09º | 0.87% | 0.99% | - |
| XYZ | 48.52 | 23.75 | 94.12 | - |
| YUV | 114.19 | 205.78 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 252 | 0.12 | 0.87 | 0 | 0.01 | 292.09 | 0.97 | 0.56 |
| Hex | DF | 20 | FC | C | 57 | 0 | 1 | 124 | 61 | 38 |
| Octal | 337 | 40 | 374 | 14 | 127 | 0 | 1 | 444 | 141 | 70 |
| Binary | 11011111 | 100000 | 11111100 | 1100 | 1010111 | 0 | 1 | 100100100 | 1100001 | 111000 |
Color Harmonies of #DF20FC
Complementary color
Monochromatic Colors of #DF20FC
Black with #DF20FC
Text Example
Text Example
White with #DF20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20FC; }
p { color: rgb(223,32,252); }
H1.HeaderClassName
{
color: #DF20FC;
}
.AnyTagClassName
{
color: #DF20FC;
}
</style>
background-color css
<style>
a { background-color: #DF20FC; }
a { background-color: rgb(223,32,252); }
div.DivClassName
{
background-color: #DF20FC;
}
.BgClassName
{
background-color: #DF20FC;
}
</style>
border-color css
<style>
span { border-color: #DF20FC; }
span { border-color: rgb(223,32,252); }
td.TdClassName
{
border-color: #DF20FC;
}
.TagClassName
{
border-color: #DF20FC;
}
</style>