Shades of Psychedelic Purple #DF1AEC
Tints of Psychedelic Purple #DF1AEC
RGB
CMYK
RGB Variations
Color information
#DF1AEC (or 0xDF1AEC) is known color: Psychedelic Purple. HEX triplet: DF, 1A and EC. RGB value is (223,26,236). Sum of RGB (Red+Green+Blue) = 223+26+236=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF1AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AEC is #20E513. Grayscale: #6C6C6C. Windows color (decimal): -2155796 or 15473375. OLE color: 15473375.
HSL color Cylindrical-coordinate representation of color #DF1AEC: hue angle of 296.29º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1AEC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 26 | 236 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.07 |
| HSL | 296.29º | 0.85% | 0.51% | - |
| HSV(B) | 296.29º | 0.89% | 0.93% | - |
| XYZ | 45.94 | 22.48 | 81.28 | - |
| YUV | 108.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 236 | 0.06 | 0.89 | 0 | 0.07 | 296.29 | 0.85 | 0.51 |
| Hex | DF | 1A | EC | 6 | 59 | 0 | 7 | 128 | 55 | 33 |
| Octal | 337 | 32 | 354 | 6 | 131 | 0 | 7 | 450 | 125 | 63 |
| Binary | 11011111 | 11010 | 11101100 | 110 | 1011001 | 0 | 111 | 100101000 | 1010101 | 110011 |
Color Harmonies of #DF1AEC
Complementary color
Monochromatic Colors of #DF1AEC
Black with #DF1AEC
Text Example
Text Example
White with #DF1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AEC; }
p { color: rgb(223,26,236); }
H1.HeaderClassName
{
color: #DF1AEC;
}
.AnyTagClassName
{
color: #DF1AEC;
}
</style>
background-color css
<style>
a { background-color: #DF1AEC; }
a { background-color: rgb(223,26,236); }
div.DivClassName
{
background-color: #DF1AEC;
}
.BgClassName
{
background-color: #DF1AEC;
}
</style>
border-color css
<style>
span { border-color: #DF1AEC; }
span { border-color: rgb(223,26,236); }
td.TdClassName
{
border-color: #DF1AEC;
}
.TagClassName
{
border-color: #DF1AEC;
}
</style>