Shades of Psychedelic Purple #DF1AE5
Tints of Psychedelic Purple #DF1AE5
RGB
CMYK
RGB Variations
Color information
#DF1AE5 (or 0xDF1AE5) is known color: Psychedelic Purple. HEX triplet: DF, 1A and E5. RGB value is (223,26,229). Sum of RGB (Red+Green+Blue) = 223+26+229=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF1AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1AE5 is #20E51A. Grayscale: #6B6B6B. Windows color (decimal): -2155803 or 15014623. OLE color: 15014623.
HSL color Cylindrical-coordinate representation of color #DF1AE5: hue angle of 298.23º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1AE5 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 26 | 229 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.10 |
| HSL | 298.23º | 0.8% | 0.5% | - |
| HSV(B) | 298.23º | 0.89% | 0.9% | - |
| XYZ | 44.94 | 22.08 | 76.02 | - |
| YUV | 108.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 229 | 0.03 | 0.89 | 0 | 0.10 | 298.23 | 0.8 | 0.5 |
| Hex | DF | 1A | E5 | 3 | 59 | 0 | A | 12A | 50 | 32 |
| Octal | 337 | 32 | 345 | 3 | 131 | 0 | 12 | 452 | 120 | 62 |
| Binary | 11011111 | 11010 | 11100101 | 11 | 1011001 | 0 | 1010 | 100101010 | 1010000 | 110010 |
Color Harmonies of #DF1AE5
Complementary color
Monochromatic Colors of #DF1AE5
Black with #DF1AE5
Text Example
Text Example
White with #DF1AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1AE5; }
p { color: rgb(223,26,229); }
H1.HeaderClassName
{
color: #DF1AE5;
}
.AnyTagClassName
{
color: #DF1AE5;
}
</style>
background-color css
<style>
a { background-color: #DF1AE5; }
a { background-color: rgb(223,26,229); }
div.DivClassName
{
background-color: #DF1AE5;
}
.BgClassName
{
background-color: #DF1AE5;
}
</style>
border-color css
<style>
span { border-color: #DF1AE5; }
span { border-color: rgb(223,26,229); }
td.TdClassName
{
border-color: #DF1AE5;
}
.TagClassName
{
border-color: #DF1AE5;
}
</style>