Shades of Psychedelic Purple #DF21FB
Tints of Psychedelic Purple #DF21FB
RGB
CMYK
RGB Variations
Color information
#DF21FB (or 0xDF21FB) is known color: Psychedelic Purple. HEX triplet: DF, 21 and FB. RGB value is (223,33,251). Sum of RGB (Red+Green+Blue) = 223+33+251=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 33 (13.28% from 255 or 6.51% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF21FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF21FB is #20DE04. Grayscale: #717171. Windows color (decimal): -2153989 or 16458207. OLE color: 16458207.
HSL color Cylindrical-coordinate representation of color #DF21FB: hue angle of 292.29º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF21FB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 33 | 251 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.02 |
| HSL | 292.29º | 0.96% | 0.56% | - |
| HSV(B) | 292.29º | 0.87% | 0.98% | - |
| XYZ | 48.39 | 23.74 | 93.3 | - |
| YUV | 114.66 | 204.95 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 251 | 0.11 | 0.87 | 0 | 0.02 | 292.29 | 0.96 | 0.56 |
| Hex | DF | 21 | FB | B | 57 | 0 | 2 | 124 | 60 | 38 |
| Octal | 337 | 41 | 373 | 13 | 127 | 0 | 2 | 444 | 140 | 70 |
| Binary | 11011111 | 100001 | 11111011 | 1011 | 1010111 | 0 | 10 | 100100100 | 1100000 | 111000 |
Color Harmonies of #DF21FB
Complementary color
Monochromatic Colors of #DF21FB
Black with #DF21FB
Text Example
Text Example
White with #DF21FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21FB; }
p { color: rgb(223,33,251); }
H1.HeaderClassName
{
color: #DF21FB;
}
.AnyTagClassName
{
color: #DF21FB;
}
</style>
background-color css
<style>
a { background-color: #DF21FB; }
a { background-color: rgb(223,33,251); }
div.DivClassName
{
background-color: #DF21FB;
}
.BgClassName
{
background-color: #DF21FB;
}
</style>
border-color css
<style>
span { border-color: #DF21FB; }
span { border-color: rgb(223,33,251); }
td.TdClassName
{
border-color: #DF21FB;
}
.TagClassName
{
border-color: #DF21FB;
}
</style>