Shades of Psychedelic Purple #DF2EFF
Tints of Psychedelic Purple #DF2EFF
RGB
CMYK
RGB Variations
Color information
#DF2EFF (or 0xDF2EFF) is known color: Psychedelic Purple. HEX triplet: DF, 2E and FF. RGB value is (223,46,255). Sum of RGB (Red+Green+Blue) = 223+46+255=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 46 (18.36% from 255 or 8.78% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2EFF is #20D100. Grayscale: #7A7A7A. Windows color (decimal): -2150657 or 16723679. OLE color: 16723679.
HSL color Cylindrical-coordinate representation of color #DF2EFF: hue angle of 290.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2EFF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 46 | 255 | - |
| CMYK | 0.13 | 0.82 | 0 | 0 |
| HSL | 290.81º | 1% | 0.59% | - |
| HSV(B) | 290.81º | 0.82% | 1% | - |
| XYZ | 49.46 | 24.86 | 96.8 | - |
| YUV | 122.75 | 202.64 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 255 | 0.13 | 0.82 | 0 | 0 | 290.81 | 1 | 0.59 |
| Hex | DF | 2E | FF | D | 52 | 0 | 0 | 123 | 64 | 3B |
| Octal | 337 | 56 | 377 | 15 | 122 | 0 | 0 | 443 | 144 | 73 |
| Binary | 11011111 | 101110 | 11111111 | 1101 | 1010010 | 0 | 0 | 100100011 | 1100100 | 111011 |
Color Harmonies of #DF2EFF
Complementary color
Monochromatic Colors of #DF2EFF
Black with #DF2EFF
Text Example
Text Example
White with #DF2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EFF; }
p { color: rgb(223,46,255); }
H1.HeaderClassName
{
color: #DF2EFF;
}
.AnyTagClassName
{
color: #DF2EFF;
}
</style>
background-color css
<style>
a { background-color: #DF2EFF; }
a { background-color: rgb(223,46,255); }
div.DivClassName
{
background-color: #DF2EFF;
}
.BgClassName
{
background-color: #DF2EFF;
}
</style>
border-color css
<style>
span { border-color: #DF2EFF; }
span { border-color: rgb(223,46,255); }
td.TdClassName
{
border-color: #DF2EFF;
}
.TagClassName
{
border-color: #DF2EFF;
}
</style>