Shades of Psychedelic Purple #DF28FA
Tints of Psychedelic Purple #DF28FA
RGB
CMYK
RGB Variations
Color information
#DF28FA (or 0xDF28FA) is known color: Psychedelic Purple. HEX triplet: DF, 28 and FA. RGB value is (223,40,250). Sum of RGB (Red+Green+Blue) = 223+40+250=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 40 (16.02% from 255 or 7.80% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28FA is #20D705. Grayscale: #757575. Windows color (decimal): -2152198 or 16394463. OLE color: 16394463.
HSL color Cylindrical-coordinate representation of color #DF28FA: hue angle of 292.29º degrees, saturation: 0.95, 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 #DF28FA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 40 | 250 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.02 |
| HSL | 292.29º | 0.95% | 0.57% | - |
| HSV(B) | 292.29º | 0.84% | 0.98% | - |
| XYZ | 48.45 | 24.11 | 92.54 | - |
| YUV | 118.66 | 202.13 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 250 | 0.11 | 0.84 | 0 | 0.02 | 292.29 | 0.95 | 0.57 |
| Hex | DF | 28 | FA | B | 54 | 0 | 2 | 124 | 5F | 39 |
| Octal | 337 | 50 | 372 | 13 | 124 | 0 | 2 | 444 | 137 | 71 |
| Binary | 11011111 | 101000 | 11111010 | 1011 | 1010100 | 0 | 10 | 100100100 | 1011111 | 111001 |
Color Harmonies of #DF28FA
Complementary color
Monochromatic Colors of #DF28FA
Black with #DF28FA
Text Example
Text Example
White with #DF28FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28FA; }
p { color: rgb(223,40,250); }
H1.HeaderClassName
{
color: #DF28FA;
}
.AnyTagClassName
{
color: #DF28FA;
}
</style>
background-color css
<style>
a { background-color: #DF28FA; }
a { background-color: rgb(223,40,250); }
div.DivClassName
{
background-color: #DF28FA;
}
.BgClassName
{
background-color: #DF28FA;
}
</style>
border-color css
<style>
span { border-color: #DF28FA; }
span { border-color: rgb(223,40,250); }
td.TdClassName
{
border-color: #DF28FA;
}
.TagClassName
{
border-color: #DF28FA;
}
</style>