Shades of Psychedelic Purple #DF22F2
Tints of Psychedelic Purple #DF22F2
RGB
CMYK
RGB Variations
Color information
#DF22F2 (or 0xDF22F2) is known color: Psychedelic Purple. HEX triplet: DF, 22 and F2. RGB value is (223,34,242). Sum of RGB (Red+Green+Blue) = 223+34+242=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 34 (13.67% from 255 or 6.81% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF22F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF22F2 is #20DD0D. Grayscale: #717171. Windows color (decimal): -2153742 or 15868639. OLE color: 15868639.
HSL color Cylindrical-coordinate representation of color #DF22F2: hue angle of 294.52º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF22F2 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 34 | 242 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.05 |
| HSL | 294.52º | 0.89% | 0.54% | - |
| HSV(B) | 294.52º | 0.86% | 0.95% | - |
| XYZ | 47.03 | 23.24 | 86.01 | - |
| YUV | 114.22 | 200.12 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 242 | 0.08 | 0.86 | 0 | 0.05 | 294.52 | 0.89 | 0.54 |
| Hex | DF | 22 | F2 | 8 | 56 | 0 | 5 | 127 | 59 | 36 |
| Octal | 337 | 42 | 362 | 10 | 126 | 0 | 5 | 447 | 131 | 66 |
| Binary | 11011111 | 100010 | 11110010 | 1000 | 1010110 | 0 | 101 | 100100111 | 1011001 | 110110 |
Color Harmonies of #DF22F2
Complementary color
Monochromatic Colors of #DF22F2
Black with #DF22F2
Text Example
Text Example
White with #DF22F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22F2; }
p { color: rgb(223,34,242); }
H1.HeaderClassName
{
color: #DF22F2;
}
.AnyTagClassName
{
color: #DF22F2;
}
</style>
background-color css
<style>
a { background-color: #DF22F2; }
a { background-color: rgb(223,34,242); }
div.DivClassName
{
background-color: #DF22F2;
}
.BgClassName
{
background-color: #DF22F2;
}
</style>
border-color css
<style>
span { border-color: #DF22F2; }
span { border-color: rgb(223,34,242); }
td.TdClassName
{
border-color: #DF22F2;
}
.TagClassName
{
border-color: #DF22F2;
}
</style>