Shades of Psychedelic Purple #DF1AED
Tints of Psychedelic Purple #DF1AED
RGB
CMYK
RGB Variations
Color information
#DF1AED (or 0xDF1AED) is known color: Psychedelic Purple. HEX triplet: DF, 1A and ED. RGB value is (223,26,237). Sum of RGB (Red+Green+Blue) = 223+26+237=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF1AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF1AED is #20E512. Grayscale: #6C6C6C. Windows color (decimal): -2155795 or 15538911. OLE color: 15538911.
HSL color Cylindrical-coordinate representation of color #DF1AED: hue angle of 296.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1AED is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 26 | 237 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.07 |
| HSL | 296.02º | 0.85% | 0.52% | - |
| HSV(B) | 296.02º | 0.89% | 0.93% | - |
| XYZ | 46.09 | 22.54 | 82.04 | - |
| YUV | 108.96 | 200.27 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 237 | 0.06 | 0.89 | 0 | 0.07 | 296.02 | 0.85 | 0.52 |
| Hex | DF | 1A | ED | 6 | 59 | 0 | 7 | 128 | 55 | 34 |
| Octal | 337 | 32 | 355 | 6 | 131 | 0 | 7 | 450 | 125 | 64 |
| Binary | 11011111 | 11010 | 11101101 | 110 | 1011001 | 0 | 111 | 100101000 | 1010101 | 110100 |
Color Harmonies of #DF1AED
Complementary color
Monochromatic Colors of #DF1AED
Black with #DF1AED
Text Example
Text Example
White with #DF1AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AED; }
p { color: rgb(223,26,237); }
H1.HeaderClassName
{
color: #DF1AED;
}
.AnyTagClassName
{
color: #DF1AED;
}
</style>
background-color css
<style>
a { background-color: #DF1AED; }
a { background-color: rgb(223,26,237); }
div.DivClassName
{
background-color: #DF1AED;
}
.BgClassName
{
background-color: #DF1AED;
}
</style>
border-color css
<style>
span { border-color: #DF1AED; }
span { border-color: rgb(223,26,237); }
td.TdClassName
{
border-color: #DF1AED;
}
.TagClassName
{
border-color: #DF1AED;
}
</style>