Shades of Psychedelic Purple #DF28FD
Tints of Psychedelic Purple #DF28FD
RGB
CMYK
RGB Variations
Color information
#DF28FD (or 0xDF28FD) is known color: Psychedelic Purple. HEX triplet: DF, 28 and FD. RGB value is (223,40,253). Sum of RGB (Red+Green+Blue) = 223+40+253=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 40 (16.02% from 255 or 7.75% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF28FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28FD is #20D702. Grayscale: #767676. Windows color (decimal): -2152195 or 16591071. OLE color: 16591071.
HSL color Cylindrical-coordinate representation of color #DF28FD: hue angle of 291.55º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF28FD is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 40 | 253 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.01 |
| HSL | 291.55º | 0.98% | 0.57% | - |
| HSV(B) | 291.55º | 0.84% | 0.99% | - |
| XYZ | 48.92 | 24.3 | 95.04 | - |
| YUV | 119 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 253 | 0.12 | 0.84 | 0 | 0.01 | 291.55 | 0.98 | 0.57 |
| Hex | DF | 28 | FD | C | 54 | 0 | 1 | 124 | 62 | 39 |
| Octal | 337 | 50 | 375 | 14 | 124 | 0 | 1 | 444 | 142 | 71 |
| Binary | 11011111 | 101000 | 11111101 | 1100 | 1010100 | 0 | 1 | 100100100 | 1100010 | 111001 |
Color Harmonies of #DF28FD
Complementary color
Monochromatic Colors of #DF28FD
Black with #DF28FD
Text Example
Text Example
White with #DF28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28FD; }
p { color: rgb(223,40,253); }
H1.HeaderClassName
{
color: #DF28FD;
}
.AnyTagClassName
{
color: #DF28FD;
}
</style>
background-color css
<style>
a { background-color: #DF28FD; }
a { background-color: rgb(223,40,253); }
div.DivClassName
{
background-color: #DF28FD;
}
.BgClassName
{
background-color: #DF28FD;
}
</style>
border-color css
<style>
span { border-color: #DF28FD; }
span { border-color: rgb(223,40,253); }
td.TdClassName
{
border-color: #DF28FD;
}
.TagClassName
{
border-color: #DF28FD;
}
</style>