Shades of Psychedelic Purple #DF1EEC
Tints of Psychedelic Purple #DF1EEC
RGB
CMYK
RGB Variations
Color information
#DF1EEC (or 0xDF1EEC) is known color: Psychedelic Purple. HEX triplet: DF, 1E and EC. RGB value is (223,30,236). Sum of RGB (Red+Green+Blue) = 223+30+236=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF1EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1EEC is #20E113. Grayscale: #6E6E6E. Windows color (decimal): -2154772 or 15474399. OLE color: 15474399.
HSL color Cylindrical-coordinate representation of color #DF1EEC: hue angle of 296.21º 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 #DF1EEC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 30 | 236 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.07 |
| HSL | 296.21º | 0.84% | 0.52% | - |
| HSV(B) | 296.21º | 0.87% | 0.93% | - |
| XYZ | 46.04 | 22.67 | 81.31 | - |
| YUV | 111.19 | 198.44 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 236 | 0.06 | 0.87 | 0 | 0.07 | 296.21 | 0.84 | 0.52 |
| Hex | DF | 1E | EC | 6 | 57 | 0 | 7 | 128 | 54 | 34 |
| Octal | 337 | 36 | 354 | 6 | 127 | 0 | 7 | 450 | 124 | 64 |
| Binary | 11011111 | 11110 | 11101100 | 110 | 1010111 | 0 | 111 | 100101000 | 1010100 | 110100 |
Color Harmonies of #DF1EEC
Complementary color
Monochromatic Colors of #DF1EEC
Black with #DF1EEC
Text Example
Text Example
White with #DF1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EEC; }
p { color: rgb(223,30,236); }
H1.HeaderClassName
{
color: #DF1EEC;
}
.AnyTagClassName
{
color: #DF1EEC;
}
</style>
background-color css
<style>
a { background-color: #DF1EEC; }
a { background-color: rgb(223,30,236); }
div.DivClassName
{
background-color: #DF1EEC;
}
.BgClassName
{
background-color: #DF1EEC;
}
</style>
border-color css
<style>
span { border-color: #DF1EEC; }
span { border-color: rgb(223,30,236); }
td.TdClassName
{
border-color: #DF1EEC;
}
.TagClassName
{
border-color: #DF1EEC;
}
</style>