Shades of Psychedelic Purple #DF28EE
Tints of Psychedelic Purple #DF28EE
RGB
CMYK
RGB Variations
Color information
#DF28EE (or 0xDF28EE) is known color: Psychedelic Purple. HEX triplet: DF, 28 and EE. RGB value is (223,40,238). Sum of RGB (Red+Green+Blue) = 223+40+238=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF28EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28EE is #20D711. Grayscale: #747474. Windows color (decimal): -2152210 or 15608031. OLE color: 15608031.
HSL color Cylindrical-coordinate representation of color #DF28EE: hue angle of 295.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF28EE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 40 | 238 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.07 |
| HSL | 295.45º | 0.85% | 0.55% | - |
| HSV(B) | 295.45º | 0.83% | 0.93% | - |
| XYZ | 46.62 | 23.38 | 82.94 | - |
| YUV | 117.29 | 196.13 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 238 | 0.06 | 0.83 | 0 | 0.07 | 295.45 | 0.85 | 0.55 |
| Hex | DF | 28 | EE | 6 | 53 | 0 | 7 | 127 | 55 | 37 |
| Octal | 337 | 50 | 356 | 6 | 123 | 0 | 7 | 447 | 125 | 67 |
| Binary | 11011111 | 101000 | 11101110 | 110 | 1010011 | 0 | 111 | 100100111 | 1010101 | 110111 |
Color Harmonies of #DF28EE
Complementary color
Monochromatic Colors of #DF28EE
Black with #DF28EE
Text Example
Text Example
White with #DF28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28EE; }
p { color: rgb(223,40,238); }
H1.HeaderClassName
{
color: #DF28EE;
}
.AnyTagClassName
{
color: #DF28EE;
}
</style>
background-color css
<style>
a { background-color: #DF28EE; }
a { background-color: rgb(223,40,238); }
div.DivClassName
{
background-color: #DF28EE;
}
.BgClassName
{
background-color: #DF28EE;
}
</style>
border-color css
<style>
span { border-color: #DF28EE; }
span { border-color: rgb(223,40,238); }
td.TdClassName
{
border-color: #DF28EE;
}
.TagClassName
{
border-color: #DF28EE;
}
</style>