Shades of Psychedelic Purple #DF20EA
Tints of Psychedelic Purple #DF20EA
RGB
CMYK
RGB Variations
Color information
#DF20EA (or 0xDF20EA) is known color: Psychedelic Purple. HEX triplet: DF, 20 and EA. RGB value is (223,32,234). Sum of RGB (Red+Green+Blue) = 223+32+234=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF20EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF20EA is #20DF15. Grayscale: #6F6F6F. Windows color (decimal): -2154262 or 15343839. OLE color: 15343839.
HSL color Cylindrical-coordinate representation of color #DF20EA: hue angle of 296.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF20EA is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 32 | 234 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.08 |
| HSL | 296.73º | 0.83% | 0.52% | - |
| HSV(B) | 296.73º | 0.86% | 0.92% | - |
| XYZ | 45.8 | 22.66 | 79.8 | - |
| YUV | 112.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 234 | 0.05 | 0.86 | 0 | 0.08 | 296.73 | 0.83 | 0.52 |
| Hex | DF | 20 | EA | 5 | 56 | 0 | 8 | 129 | 53 | 34 |
| Octal | 337 | 40 | 352 | 5 | 126 | 0 | 10 | 451 | 123 | 64 |
| Binary | 11011111 | 100000 | 11101010 | 101 | 1010110 | 0 | 1000 | 100101001 | 1010011 | 110100 |
Color Harmonies of #DF20EA
Complementary color
Monochromatic Colors of #DF20EA
Black with #DF20EA
Text Example
Text Example
White with #DF20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20EA; }
p { color: rgb(223,32,234); }
H1.HeaderClassName
{
color: #DF20EA;
}
.AnyTagClassName
{
color: #DF20EA;
}
</style>
background-color css
<style>
a { background-color: #DF20EA; }
a { background-color: rgb(223,32,234); }
div.DivClassName
{
background-color: #DF20EA;
}
.BgClassName
{
background-color: #DF20EA;
}
</style>
border-color css
<style>
span { border-color: #DF20EA; }
span { border-color: rgb(223,32,234); }
td.TdClassName
{
border-color: #DF20EA;
}
.TagClassName
{
border-color: #DF20EA;
}
</style>