Shades of Psychedelic Purple #DF1FEC
Tints of Psychedelic Purple #DF1FEC
RGB
CMYK
RGB Variations
Color information
#DF1FEC (or 0xDF1FEC) is known color: Psychedelic Purple. HEX triplet: DF, 1F and EC. RGB value is (223,31,236). Sum of RGB (Red+Green+Blue) = 223+31+236=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1FEC is #20E013. Grayscale: #6F6F6F. Windows color (decimal): -2154516 or 15474655. OLE color: 15474655.
HSL color Cylindrical-coordinate representation of color #DF1FEC: hue angle of 296.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1FEC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 31 | 236 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.07 |
| HSL | 296.2º | 0.84% | 0.52% | - |
| HSV(B) | 296.2º | 0.87% | 0.93% | - |
| XYZ | 46.06 | 22.72 | 81.32 | - |
| YUV | 111.78 | 198.11 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 236 | 0.06 | 0.87 | 0 | 0.07 | 296.2 | 0.84 | 0.52 |
| Hex | DF | 1F | EC | 6 | 57 | 0 | 7 | 128 | 54 | 34 |
| Octal | 337 | 37 | 354 | 6 | 127 | 0 | 7 | 450 | 124 | 64 |
| Binary | 11011111 | 11111 | 11101100 | 110 | 1010111 | 0 | 111 | 100101000 | 1010100 | 110100 |
Color Harmonies of #DF1FEC
Complementary color
Monochromatic Colors of #DF1FEC
Black with #DF1FEC
Text Example
Text Example
White with #DF1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FEC; }
p { color: rgb(223,31,236); }
H1.HeaderClassName
{
color: #DF1FEC;
}
.AnyTagClassName
{
color: #DF1FEC;
}
</style>
background-color css
<style>
a { background-color: #DF1FEC; }
a { background-color: rgb(223,31,236); }
div.DivClassName
{
background-color: #DF1FEC;
}
.BgClassName
{
background-color: #DF1FEC;
}
</style>
border-color css
<style>
span { border-color: #DF1FEC; }
span { border-color: rgb(223,31,236); }
td.TdClassName
{
border-color: #DF1FEC;
}
.TagClassName
{
border-color: #DF1FEC;
}
</style>