Shades of Psychedelic Purple #DF22ED
Tints of Psychedelic Purple #DF22ED
RGB
CMYK
RGB Variations
Color information
#DF22ED (or 0xDF22ED) is known color: Psychedelic Purple. HEX triplet: DF, 22 and ED. RGB value is (223,34,237). Sum of RGB (Red+Green+Blue) = 223+34+237=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 34 (13.67% from 255 or 6.88% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF22ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF22ED is #20DD12. Grayscale: #717171. Windows color (decimal): -2153747 or 15540959. OLE color: 15540959.
HSL color Cylindrical-coordinate representation of color #DF22ED: hue angle of 295.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF22ED is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 34 | 237 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.07 |
| HSL | 295.86º | 0.85% | 0.53% | - |
| HSV(B) | 295.86º | 0.86% | 0.93% | - |
| XYZ | 46.29 | 22.95 | 82.11 | - |
| YUV | 113.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 237 | 0.06 | 0.86 | 0 | 0.07 | 295.86 | 0.85 | 0.53 |
| Hex | DF | 22 | ED | 6 | 56 | 0 | 7 | 128 | 55 | 35 |
| Octal | 337 | 42 | 355 | 6 | 126 | 0 | 7 | 450 | 125 | 65 |
| Binary | 11011111 | 100010 | 11101101 | 110 | 1010110 | 0 | 111 | 100101000 | 1010101 | 110101 |
Color Harmonies of #DF22ED
Complementary color
Monochromatic Colors of #DF22ED
Black with #DF22ED
Text Example
Text Example
White with #DF22ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22ED; }
p { color: rgb(223,34,237); }
H1.HeaderClassName
{
color: #DF22ED;
}
.AnyTagClassName
{
color: #DF22ED;
}
</style>
background-color css
<style>
a { background-color: #DF22ED; }
a { background-color: rgb(223,34,237); }
div.DivClassName
{
background-color: #DF22ED;
}
.BgClassName
{
background-color: #DF22ED;
}
</style>
border-color css
<style>
span { border-color: #DF22ED; }
span { border-color: rgb(223,34,237); }
td.TdClassName
{
border-color: #DF22ED;
}
.TagClassName
{
border-color: #DF22ED;
}
</style>