Shades of Psychedelic Purple #DF21F7
Tints of Psychedelic Purple #DF21F7
RGB
CMYK
RGB Variations
Color information
#DF21F7 (or 0xDF21F7) is known color: Psychedelic Purple. HEX triplet: DF, 21 and F7. RGB value is (223,33,247). Sum of RGB (Red+Green+Blue) = 223+33+247=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF21F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF21F7 is #20DE08. Grayscale: #717171. Windows color (decimal): -2153993 or 16196063. OLE color: 16196063.
HSL color Cylindrical-coordinate representation of color #DF21F7: hue angle of 293.27º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF21F7 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 33 | 247 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.03 |
| HSL | 293.27º | 0.93% | 0.55% | - |
| HSV(B) | 293.27º | 0.87% | 0.97% | - |
| XYZ | 47.76 | 23.49 | 90.01 | - |
| YUV | 114.21 | 202.95 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 247 | 0.10 | 0.87 | 0 | 0.03 | 293.27 | 0.93 | 0.55 |
| Hex | DF | 21 | F7 | A | 57 | 0 | 3 | 125 | 5D | 37 |
| Octal | 337 | 41 | 367 | 12 | 127 | 0 | 3 | 445 | 135 | 67 |
| Binary | 11011111 | 100001 | 11110111 | 1010 | 1010111 | 0 | 11 | 100100101 | 1011101 | 110111 |
Color Harmonies of #DF21F7
Complementary color
Monochromatic Colors of #DF21F7
Black with #DF21F7
Text Example
Text Example
White with #DF21F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21F7; }
p { color: rgb(223,33,247); }
H1.HeaderClassName
{
color: #DF21F7;
}
.AnyTagClassName
{
color: #DF21F7;
}
</style>
background-color css
<style>
a { background-color: #DF21F7; }
a { background-color: rgb(223,33,247); }
div.DivClassName
{
background-color: #DF21F7;
}
.BgClassName
{
background-color: #DF21F7;
}
</style>
border-color css
<style>
span { border-color: #DF21F7; }
span { border-color: rgb(223,33,247); }
td.TdClassName
{
border-color: #DF21F7;
}
.TagClassName
{
border-color: #DF21F7;
}
</style>