Shades of Psychedelic Purple #DF1AEF
Tints of Psychedelic Purple #DF1AEF
RGB
CMYK
RGB Variations
Color information
#DF1AEF (or 0xDF1AEF) is known color: Psychedelic Purple. HEX triplet: DF, 1A and EF. RGB value is (223,26,239). Sum of RGB (Red+Green+Blue) = 223+26+239=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF1AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AEF is #20E510. Grayscale: #6C6C6C. Windows color (decimal): -2155793 or 15669983. OLE color: 15669983.
HSL color Cylindrical-coordinate representation of color #DF1AEF: hue angle of 295.49º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1AEF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 26 | 239 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.06 |
| HSL | 295.49º | 0.87% | 0.52% | - |
| HSV(B) | 295.49º | 0.89% | 0.94% | - |
| XYZ | 46.38 | 22.66 | 83.59 | - |
| YUV | 109.19 | 201.27 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 239 | 0.07 | 0.89 | 0 | 0.06 | 295.49 | 0.87 | 0.52 |
| Hex | DF | 1A | EF | 7 | 59 | 0 | 6 | 127 | 57 | 34 |
| Octal | 337 | 32 | 357 | 7 | 131 | 0 | 6 | 447 | 127 | 64 |
| Binary | 11011111 | 11010 | 11101111 | 111 | 1011001 | 0 | 110 | 100100111 | 1010111 | 110100 |
Color Harmonies of #DF1AEF
Complementary color
Monochromatic Colors of #DF1AEF
Black with #DF1AEF
Text Example
Text Example
White with #DF1AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AEF; }
p { color: rgb(223,26,239); }
H1.HeaderClassName
{
color: #DF1AEF;
}
.AnyTagClassName
{
color: #DF1AEF;
}
</style>
background-color css
<style>
a { background-color: #DF1AEF; }
a { background-color: rgb(223,26,239); }
div.DivClassName
{
background-color: #DF1AEF;
}
.BgClassName
{
background-color: #DF1AEF;
}
</style>
border-color css
<style>
span { border-color: #DF1AEF; }
span { border-color: rgb(223,26,239); }
td.TdClassName
{
border-color: #DF1AEF;
}
.TagClassName
{
border-color: #DF1AEF;
}
</style>