Shades of Psychedelic Purple #DF1DEC
Tints of Psychedelic Purple #DF1DEC
RGB
CMYK
RGB Variations
Color information
#DF1DEC (or 0xDF1DEC) is known color: Psychedelic Purple. HEX triplet: DF, 1D and EC. RGB value is (223,29,236). Sum of RGB (Red+Green+Blue) = 223+29+236=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF1DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1DEC is #20E213. Grayscale: #6D6D6D. Windows color (decimal): -2155028 or 15474143. OLE color: 15474143.
HSL color Cylindrical-coordinate representation of color #DF1DEC: hue angle of 296.23º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1DEC is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 29 | 236 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.07 |
| HSL | 296.23º | 0.84% | 0.52% | - |
| HSV(B) | 296.23º | 0.88% | 0.93% | - |
| XYZ | 46.01 | 22.62 | 81.3 | - |
| YUV | 110.6 | 198.77 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 29 | 236 | 0.06 | 0.88 | 0 | 0.07 | 296.23 | 0.84 | 0.52 |
| Hex | DF | 1D | EC | 6 | 58 | 0 | 7 | 128 | 54 | 34 |
| Octal | 337 | 35 | 354 | 6 | 130 | 0 | 7 | 450 | 124 | 64 |
| Binary | 11011111 | 11101 | 11101100 | 110 | 1011000 | 0 | 111 | 100101000 | 1010100 | 110100 |
Color Harmonies of #DF1DEC
Complementary color
Monochromatic Colors of #DF1DEC
Black with #DF1DEC
Text Example
Text Example
White with #DF1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1DEC; }
p { color: rgb(223,29,236); }
H1.HeaderClassName
{
color: #DF1DEC;
}
.AnyTagClassName
{
color: #DF1DEC;
}
</style>
background-color css
<style>
a { background-color: #DF1DEC; }
a { background-color: rgb(223,29,236); }
div.DivClassName
{
background-color: #DF1DEC;
}
.BgClassName
{
background-color: #DF1DEC;
}
</style>
border-color css
<style>
span { border-color: #DF1DEC; }
span { border-color: rgb(223,29,236); }
td.TdClassName
{
border-color: #DF1DEC;
}
.TagClassName
{
border-color: #DF1DEC;
}
</style>