Shades of Psychedelic Purple #DF21FA
Tints of Psychedelic Purple #DF21FA
RGB
CMYK
RGB Variations
Color information
#DF21FA (or 0xDF21FA) is known color: Psychedelic Purple. HEX triplet: DF, 21 and FA. RGB value is (223,33,250). Sum of RGB (Red+Green+Blue) = 223+33+250=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 33 (13.28% from 255 or 6.52% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF21FA is #20DE05. Grayscale: #717171. Windows color (decimal): -2153990 or 16392671. OLE color: 16392671.
HSL color Cylindrical-coordinate representation of color #DF21FA: hue angle of 292.53º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF21FA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 33 | 250 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.02 |
| HSL | 292.53º | 0.96% | 0.55% | - |
| HSV(B) | 292.53º | 0.87% | 0.98% | - |
| XYZ | 48.23 | 23.68 | 92.47 | - |
| YUV | 114.55 | 204.45 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 250 | 0.11 | 0.87 | 0 | 0.02 | 292.53 | 0.96 | 0.55 |
| Hex | DF | 21 | FA | B | 57 | 0 | 2 | 125 | 60 | 37 |
| Octal | 337 | 41 | 372 | 13 | 127 | 0 | 2 | 445 | 140 | 67 |
| Binary | 11011111 | 100001 | 11111010 | 1011 | 1010111 | 0 | 10 | 100100101 | 1100000 | 110111 |
Color Harmonies of #DF21FA
Complementary color
Monochromatic Colors of #DF21FA
Black with #DF21FA
Text Example
Text Example
White with #DF21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21FA; }
p { color: rgb(223,33,250); }
H1.HeaderClassName
{
color: #DF21FA;
}
.AnyTagClassName
{
color: #DF21FA;
}
</style>
background-color css
<style>
a { background-color: #DF21FA; }
a { background-color: rgb(223,33,250); }
div.DivClassName
{
background-color: #DF21FA;
}
.BgClassName
{
background-color: #DF21FA;
}
</style>
border-color css
<style>
span { border-color: #DF21FA; }
span { border-color: rgb(223,33,250); }
td.TdClassName
{
border-color: #DF21FA;
}
.TagClassName
{
border-color: #DF21FA;
}
</style>