Shades of Psychedelic Purple #DF21FC
Tints of Psychedelic Purple #DF21FC
RGB
CMYK
RGB Variations
Color information
#DF21FC (or 0xDF21FC) is known color: Psychedelic Purple. HEX triplet: DF, 21 and FC. RGB value is (223,33,252). Sum of RGB (Red+Green+Blue) = 223+33+252=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF21FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF21FC is #20DE03. Grayscale: #727272. Windows color (decimal): -2153988 or 16523743. OLE color: 16523743.
HSL color Cylindrical-coordinate representation of color #DF21FC: hue angle of 292.05º 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 #DF21FC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 33 | 252 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.01 |
| HSL | 292.05º | 0.97% | 0.56% | - |
| HSV(B) | 292.05º | 0.87% | 0.99% | - |
| XYZ | 48.55 | 23.8 | 94.13 | - |
| YUV | 114.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 252 | 0.12 | 0.87 | 0 | 0.01 | 292.05 | 0.97 | 0.56 |
| Hex | DF | 21 | FC | C | 57 | 0 | 1 | 124 | 61 | 38 |
| Octal | 337 | 41 | 374 | 14 | 127 | 0 | 1 | 444 | 141 | 70 |
| Binary | 11011111 | 100001 | 11111100 | 1100 | 1010111 | 0 | 1 | 100100100 | 1100001 | 111000 |
Color Harmonies of #DF21FC
Complementary color
Monochromatic Colors of #DF21FC
Black with #DF21FC
Text Example
Text Example
White with #DF21FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21FC; }
p { color: rgb(223,33,252); }
H1.HeaderClassName
{
color: #DF21FC;
}
.AnyTagClassName
{
color: #DF21FC;
}
</style>
background-color css
<style>
a { background-color: #DF21FC; }
a { background-color: rgb(223,33,252); }
div.DivClassName
{
background-color: #DF21FC;
}
.BgClassName
{
background-color: #DF21FC;
}
</style>
border-color css
<style>
span { border-color: #DF21FC; }
span { border-color: rgb(223,33,252); }
td.TdClassName
{
border-color: #DF21FC;
}
.TagClassName
{
border-color: #DF21FC;
}
</style>