Shades of Psychedelic Purple #DF20FF
Tints of Psychedelic Purple #DF20FF
RGB
CMYK
RGB Variations
Color information
#DF20FF (or 0xDF20FF) is known color: Psychedelic Purple. HEX triplet: DF, 20 and FF. RGB value is (223,32,255). Sum of RGB (Red+Green+Blue) = 223+32+255=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 32 (12.89% from 255 or 6.27% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20FF is #20DF00. Grayscale: #717171. Windows color (decimal): -2154241 or 16720095. OLE color: 16720095.
HSL color Cylindrical-coordinate representation of color #DF20FF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF20FF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 32 | 255 | - |
| CMYK | 0.13 | 0.87 | 0 | 0 |
| HSL | 291.39º | 1% | 0.56% | - |
| HSV(B) | 291.39º | 0.87% | 1% | - |
| XYZ | 49 | 23.94 | 96.65 | - |
| YUV | 114.53 | 207.28 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 255 | 0.13 | 0.87 | 0 | 0 | 291.39 | 1 | 0.56 |
| Hex | DF | 20 | FF | D | 57 | 0 | 0 | 123 | 64 | 38 |
| Octal | 337 | 40 | 377 | 15 | 127 | 0 | 0 | 443 | 144 | 70 |
| Binary | 11011111 | 100000 | 11111111 | 1101 | 1010111 | 0 | 0 | 100100011 | 1100100 | 111000 |
Color Harmonies of #DF20FF
Complementary color
Monochromatic Colors of #DF20FF
Black with #DF20FF
Text Example
Text Example
White with #DF20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20FF; }
p { color: rgb(223,32,255); }
H1.HeaderClassName
{
color: #DF20FF;
}
.AnyTagClassName
{
color: #DF20FF;
}
</style>
background-color css
<style>
a { background-color: #DF20FF; }
a { background-color: rgb(223,32,255); }
div.DivClassName
{
background-color: #DF20FF;
}
.BgClassName
{
background-color: #DF20FF;
}
</style>
border-color css
<style>
span { border-color: #DF20FF; }
span { border-color: rgb(223,32,255); }
td.TdClassName
{
border-color: #DF20FF;
}
.TagClassName
{
border-color: #DF20FF;
}
</style>