Shades of Psychedelic Purple #DF28FF
Tints of Psychedelic Purple #DF28FF
RGB
CMYK
RGB Variations
Color information
#DF28FF (or 0xDF28FF) is known color: Psychedelic Purple. HEX triplet: DF, 28 and FF. RGB value is (223,40,255). Sum of RGB (Red+Green+Blue) = 223+40+255=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 40 (16.02% from 255 or 7.72% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28FF is #20D700. Grayscale: #767676. Windows color (decimal): -2152193 or 16722143. OLE color: 16722143.
HSL color Cylindrical-coordinate representation of color #DF28FF: hue angle of 291.07º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF28FF is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 40 | 255 | - |
| CMYK | 0.13 | 0.84 | 0 | 0 |
| HSL | 291.07º | 1% | 0.58% | - |
| HSV(B) | 291.07º | 0.84% | 1% | - |
| XYZ | 49.24 | 24.43 | 96.73 | - |
| YUV | 119.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 255 | 0.13 | 0.84 | 0 | 0 | 291.07 | 1 | 0.58 |
| Hex | DF | 28 | FF | D | 54 | 0 | 0 | 123 | 64 | 3A |
| Octal | 337 | 50 | 377 | 15 | 124 | 0 | 0 | 443 | 144 | 72 |
| Binary | 11011111 | 101000 | 11111111 | 1101 | 1010100 | 0 | 0 | 100100011 | 1100100 | 111010 |
Color Harmonies of #DF28FF
Complementary color
Monochromatic Colors of #DF28FF
Black with #DF28FF
Text Example
Text Example
White with #DF28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28FF; }
p { color: rgb(223,40,255); }
H1.HeaderClassName
{
color: #DF28FF;
}
.AnyTagClassName
{
color: #DF28FF;
}
</style>
background-color css
<style>
a { background-color: #DF28FF; }
a { background-color: rgb(223,40,255); }
div.DivClassName
{
background-color: #DF28FF;
}
.BgClassName
{
background-color: #DF28FF;
}
</style>
border-color css
<style>
span { border-color: #DF28FF; }
span { border-color: rgb(223,40,255); }
td.TdClassName
{
border-color: #DF28FF;
}
.TagClassName
{
border-color: #DF28FF;
}
</style>