Shades of Psychedelic Purple #DF22FF
Tints of Psychedelic Purple #DF22FF
RGB
CMYK
RGB Variations
Color information
#DF22FF (or 0xDF22FF) is known color: Psychedelic Purple. HEX triplet: DF, 22 and FF. RGB value is (223,34,255). Sum of RGB (Red+Green+Blue) = 223+34+255=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 34 (13.67% from 255 or 6.64% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF22FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF22FF is #20DD00. Grayscale: #737373. Windows color (decimal): -2153729 or 16720607. OLE color: 16720607.
HSL color Cylindrical-coordinate representation of color #DF22FF: hue angle of 291.31º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF22FF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 34 | 255 | - |
| CMYK | 0.13 | 0.87 | 0 | 0 |
| HSL | 291.31º | 1% | 0.57% | - |
| HSV(B) | 291.31º | 0.87% | 1% | - |
| XYZ | 49.05 | 24.05 | 96.66 | - |
| YUV | 115.71 | 206.62 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 255 | 0.13 | 0.87 | 0 | 0 | 291.31 | 1 | 0.57 |
| Hex | DF | 22 | FF | D | 57 | 0 | 0 | 123 | 64 | 39 |
| Octal | 337 | 42 | 377 | 15 | 127 | 0 | 0 | 443 | 144 | 71 |
| Binary | 11011111 | 100010 | 11111111 | 1101 | 1010111 | 0 | 0 | 100100011 | 1100100 | 111001 |
Color Harmonies of #DF22FF
Complementary color
Monochromatic Colors of #DF22FF
Black with #DF22FF
Text Example
Text Example
White with #DF22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22FF; }
p { color: rgb(223,34,255); }
H1.HeaderClassName
{
color: #DF22FF;
}
.AnyTagClassName
{
color: #DF22FF;
}
</style>
background-color css
<style>
a { background-color: #DF22FF; }
a { background-color: rgb(223,34,255); }
div.DivClassName
{
background-color: #DF22FF;
}
.BgClassName
{
background-color: #DF22FF;
}
</style>
border-color css
<style>
span { border-color: #DF22FF; }
span { border-color: rgb(223,34,255); }
td.TdClassName
{
border-color: #DF22FF;
}
.TagClassName
{
border-color: #DF22FF;
}
</style>