Shades of Psychedelic Purple #DF2EFD
Tints of Psychedelic Purple #DF2EFD
RGB
CMYK
RGB Variations
Color information
#DF2EFD (or 0xDF2EFD) is known color: Psychedelic Purple. HEX triplet: DF, 2E and FD. RGB value is (223,46,253). Sum of RGB (Red+Green+Blue) = 223+46+253=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF2EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF2EFD is #20D102. Grayscale: #797979. Windows color (decimal): -2150659 or 16592607. OLE color: 16592607.
HSL color Cylindrical-coordinate representation of color #DF2EFD: hue angle of 291.3º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2EFD is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 46 | 253 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.01 |
| HSL | 291.3º | 0.98% | 0.59% | - |
| HSV(B) | 291.3º | 0.82% | 0.99% | - |
| XYZ | 49.14 | 24.73 | 95.11 | - |
| YUV | 122.52 | 201.64 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 253 | 0.12 | 0.82 | 0 | 0.01 | 291.3 | 0.98 | 0.59 |
| Hex | DF | 2E | FD | C | 52 | 0 | 1 | 123 | 62 | 3B |
| Octal | 337 | 56 | 375 | 14 | 122 | 0 | 1 | 443 | 142 | 73 |
| Binary | 11011111 | 101110 | 11111101 | 1100 | 1010010 | 0 | 1 | 100100011 | 1100010 | 111011 |
Color Harmonies of #DF2EFD
Complementary color
Monochromatic Colors of #DF2EFD
Black with #DF2EFD
Text Example
Text Example
White with #DF2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EFD; }
p { color: rgb(223,46,253); }
H1.HeaderClassName
{
color: #DF2EFD;
}
.AnyTagClassName
{
color: #DF2EFD;
}
</style>
background-color css
<style>
a { background-color: #DF2EFD; }
a { background-color: rgb(223,46,253); }
div.DivClassName
{
background-color: #DF2EFD;
}
.BgClassName
{
background-color: #DF2EFD;
}
</style>
border-color css
<style>
span { border-color: #DF2EFD; }
span { border-color: rgb(223,46,253); }
td.TdClassName
{
border-color: #DF2EFD;
}
.TagClassName
{
border-color: #DF2EFD;
}
</style>