Shades of Psychedelic Purple #DF28ED
Tints of Psychedelic Purple #DF28ED
RGB
CMYK
RGB Variations
Color information
#DF28ED (or 0xDF28ED) is known color: Psychedelic Purple. HEX triplet: DF, 28 and ED. RGB value is (223,40,237). Sum of RGB (Red+Green+Blue) = 223+40+237=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF28ED is #20D712. Grayscale: #747474. Windows color (decimal): -2152211 or 15542495. OLE color: 15542495.
HSL color Cylindrical-coordinate representation of color #DF28ED: hue angle of 295.74º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF28ED is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 40 | 237 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.07 |
| HSL | 295.74º | 0.85% | 0.54% | - |
| HSV(B) | 295.74º | 0.83% | 0.93% | - |
| XYZ | 46.48 | 23.32 | 82.17 | - |
| YUV | 117.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 237 | 0.06 | 0.83 | 0 | 0.07 | 295.74 | 0.85 | 0.54 |
| Hex | DF | 28 | ED | 6 | 53 | 0 | 7 | 128 | 55 | 36 |
| Octal | 337 | 50 | 355 | 6 | 123 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11011111 | 101000 | 11101101 | 110 | 1010011 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #DF28ED
Complementary color
Monochromatic Colors of #DF28ED
Black with #DF28ED
Text Example
Text Example
White with #DF28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28ED; }
p { color: rgb(223,40,237); }
H1.HeaderClassName
{
color: #DF28ED;
}
.AnyTagClassName
{
color: #DF28ED;
}
</style>
background-color css
<style>
a { background-color: #DF28ED; }
a { background-color: rgb(223,40,237); }
div.DivClassName
{
background-color: #DF28ED;
}
.BgClassName
{
background-color: #DF28ED;
}
</style>
border-color css
<style>
span { border-color: #DF28ED; }
span { border-color: rgb(223,40,237); }
td.TdClassName
{
border-color: #DF28ED;
}
.TagClassName
{
border-color: #DF28ED;
}
</style>