Shades of Psychedelic Purple #DF28FB
Tints of Psychedelic Purple #DF28FB
RGB
CMYK
RGB Variations
Color information
#DF28FB (or 0xDF28FB) is known color: Psychedelic Purple. HEX triplet: DF, 28 and FB. RGB value is (223,40,251). Sum of RGB (Red+Green+Blue) = 223+40+251=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 40 (16.02% from 255 or 7.78% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28FB is #20D704. Grayscale: #767676. Windows color (decimal): -2152197 or 16459999. OLE color: 16459999.
HSL color Cylindrical-coordinate representation of color #DF28FB: hue angle of 292.04º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF28FB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 40 | 251 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.02 |
| HSL | 292.04º | 0.96% | 0.57% | - |
| HSV(B) | 292.04º | 0.84% | 0.98% | - |
| XYZ | 48.6 | 24.17 | 93.37 | - |
| YUV | 118.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 251 | 0.11 | 0.84 | 0 | 0.02 | 292.04 | 0.96 | 0.57 |
| Hex | DF | 28 | FB | B | 54 | 0 | 2 | 124 | 60 | 39 |
| Octal | 337 | 50 | 373 | 13 | 124 | 0 | 2 | 444 | 140 | 71 |
| Binary | 11011111 | 101000 | 11111011 | 1011 | 1010100 | 0 | 10 | 100100100 | 1100000 | 111001 |
Color Harmonies of #DF28FB
Complementary color
Monochromatic Colors of #DF28FB
Black with #DF28FB
Text Example
Text Example
White with #DF28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28FB; }
p { color: rgb(223,40,251); }
H1.HeaderClassName
{
color: #DF28FB;
}
.AnyTagClassName
{
color: #DF28FB;
}
</style>
background-color css
<style>
a { background-color: #DF28FB; }
a { background-color: rgb(223,40,251); }
div.DivClassName
{
background-color: #DF28FB;
}
.BgClassName
{
background-color: #DF28FB;
}
</style>
border-color css
<style>
span { border-color: #DF28FB; }
span { border-color: rgb(223,40,251); }
td.TdClassName
{
border-color: #DF28FB;
}
.TagClassName
{
border-color: #DF28FB;
}
</style>